Three Dimensional Lookup Using INDEX/MATCH

前端 未结 11 1263
闹比i
闹比i 2020-12-01 14:28

This was taken and improved slightly from Question that has since been deleted

For those who can see deleted posts, it was taken from here: https://

11条回答
  •  萌比男神i
    2020-12-01 14:56

    When I have more than two inpunts for a data search I prefer to have the data organized as shown in the figure, so that I can use a pivot table and get it to organize the data in rows and columns as I like.

    Then I use GETPIVOTDATA to search for a value.

    Cell G9 contains this formula:

    =GETPIVOTDATA("Value";$F$3;"Name";G15;"Letter";G16;"Column";G17)

提交回复
热议问题