What is an equivalent for INDEX in ARRAYFORMULA?

前端 未结 3 1846
Happy的楠姐
Happy的楠姐 2021-02-15 15:22

I have (what I thought was) a simple lookup table holding some exchange rates. There I am looking up values based on row and column indices.

How can I do that in an ARRA

3条回答
  •  梦谈多话
    2021-02-15 16:15

    you can replace index by Vlookup by writing "Anything" in x!C1 and use : =ARRAYFORMULA(Vlookup("Anything", TRANSPOSE(x!C2:C),F1:F))

提交回复
热议问题