在多列中搜索值

时间:2019-03-13 08:55:35

标签: excel powerpivot slicers

我的产品说明可能具有多个属性

                  Attribute 1                Attribute 2          Attribute 3
Product 1         Cost                        Color                Texture
Product 2         Size                        Cost                 Delivery speed

如何在Excel中创建切片器。说“选择所有在属性1或属性2或属性3中具有成本的产品”

1 个答案:

答案 0 :(得分:0)

我不确定是否可以通过切片器实现。但是相关的下拉列表呢?

enter image description here

G2中使用的公式并向下拖动:

=IFERROR(INDEX($A$1:$A$5,AGGREGATE(15,3,(($B$2:$D$5=$F$2)/($B$2:$D$5=$F$2))*ROW($B$2:$B$5),ROWS($B$2:B2))),"")

相关问题