【问题标题】:Is there any possibilities to change normal vlookup formula to array formula是否有可能将普通 vlookup 公式更改为数组公式
【发布时间】:2020-11-13 16:54:31
【问题描述】:

我在下面有一张表,因为我在“每周”选项卡 B3 中使用了一个公式,以根据“个人”表中的代码查找最新价格。我有我需要的公式,但该公式是一个普通的 VLOOKUP。我想将相同的公式转换为数组公式。这样我就可以保护该单元以避免人为错误。 请看B3中的公式,请将数组公式放在C3中。必须在 Col B 中给出相同的结果。

谢谢

这是表格

https://docs.google.com/spreadsheets/d/10fxGKhiBwFfv1osdwTI3wu8i3knqmKQKHC8V1ffca5M/edit#gid=107749899

【问题讨论】:

    标签: arrays google-sheets google-sheets-formula vlookup array-formulas


    【解决方案1】:

    尝试:

    =ARRAYFORMULA(IFNA(VLOOKUP(A3:A, 
     SORTN(SORT({Individual!C3:C, 
             ROW(Individual!C3:C), 
                 Individual!A3:E}, 2, 0), 9^9, 2, 2, 0), 7, 0)))
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-11-04
      • 1970-01-01
      • 1970-01-01
      • 2020-12-29
      • 1970-01-01
      相关资源
      最近更新 更多