【发布时间】:2015-06-24 16:50:28
【问题描述】:
I have a drop down list (a filter) displaying area codes, when a code is selected the corresponding areas are shown below as expected. What I want to do is display the area code selected in a different cell, so cell C3 contains the drop down "Area" (which has been made using a filter), and then when a value is selected the cells below show the records for该区域,但我想要的是在不同的单元格中显示在“区域”中选择的值。这意味着将出现带有下拉菜单的“区域”单元格、下方与该区域匹配的记录,以及另一个显示所选值的单元格。
有没有办法做到这一点?
例如,如果标题下方的行具有区域 03、04 和 05,则 C3 中的过滤器包含一个过滤器,因此仅显示区域代码为 05 的行,但我想要做的是获取它这样当应用过滤器时(因此选择了 05),显示区域为 05 的行,值 05 显示在不同的单元格中。
【问题讨论】:
标签: excel list drop-down-menu reference excel-formula