【问题标题】:Create one to many relation in Excel Filter在 Excel 筛选器中创建一对多关系
【发布时间】:2016-07-19 20:36:37
【问题描述】:

我正在为我们的产品创建依赖项列表。例如;

*Product 1* uses A.dll, B.dll, C.dll
*Product 2* uses A.dll, D.dll
*Product 3* uses B.dll, C.dll

好吧,当用户产品 2 来自 excel 中的组合框(过滤器)时,依赖列上必须只显示 A 和 B dll 名称。

我不想加赞

Product 1    A.dll
Product 1    B.dll
Product 1    C.dll
Product 2    A.dll
Product 2    D.dll
Product 3    B.dll
Product 3    C.dll

我认为它应该在高级过滤器中完成,但我尝试这样做它对我不起作用。我选择了产品 2 的范围,但它只显示了一个依赖 dll 名称

【问题讨论】:

    标签: excel filter one-to-many


    【解决方案1】:

    虽然不是 100% 清楚您想要什么...使用简单的辅助列应该是可行的...

    我用的公式(D2然后抄下来):

    =COUNTIF(INDEX(J:L,MATCH($G$1,I:I,0),),C2)>0
    

    现在只需通过仅显示 TRUE 的帮助列过滤它

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-06-08
      • 1970-01-01
      • 1970-01-01
      • 2021-10-29
      • 1970-01-01
      • 1970-01-01
      • 2011-07-09
      • 1970-01-01
      相关资源
      最近更新 更多