【问题标题】:How to correctly search a table based on concatenating 2 table columns in Excel Index/Match Formula如何根据连接 Excel 索引/匹配公式中的 2 个表列正确搜索表
【发布时间】:2020-01-21 00:31:04
【问题描述】:

我正在使用索引/匹配进行表查找。查看表达式函数参数,该函数似乎计算正确,但单元格显示#VALUE! 匹配找到正确的表索引号。 单元格公式为:

=INDEX(Cards[PN],MATCH([@ProcessorID]&[@CardName],Cards[ProcessorID]&Cards[CardName],0))

以下是公式函数参数:

【问题讨论】:

标签: excel


【解决方案1】:

具有串联范围的 MATCH 只能用作数组公式,因此编辑后按 Ctrl + Shift + Enter

【讨论】:

  • 感谢您的成功。我还注意到我的函数表达式在 Excel Office 365 中不使用按键序列。此建议适用于 Excel 2016。
  • 好的,很高兴知道这一点。我用 Excel 2013 测试了这个函数。
  • 并非 Office 365 中的所有版本都具有该功能。那是最近根据这个article发​​布的
猜你喜欢
  • 2023-03-05
  • 1970-01-01
  • 2019-03-26
  • 2023-03-12
  • 2017-08-16
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2017-07-31
相关资源
最近更新 更多