【发布时间】:2015-08-08 08:50:00
【问题描述】:
我按照教程在 MS Excel 中创建了一个下拉列表,但它并没有达到我想要的效果。
我有两个工作表,“Main”和“FooBars”。 FooBars 的结构如下:
我在 Main 中的下拉列表从 FooBars 获取数据。列表选项组名为“FooBars”,它引用='FooBars'!$B$2:$B$3,Main 中显示它的单元格将数据验证的源设置为=FooBars。
在我的下拉列表中,它会根据需要显示栏选项。
However, when an option is selected, is there a way to have it fill the cell in with the corresponding Foo data instead?
示例:
当用户单击下拉列表并选择“A”时,单元格将填充“1”。
【问题讨论】:
标签: excel excel-2010 worksheet-function