Lookup using INDEX and MATCH with two criteria

后端 未结 3 1254
面向向阳花
面向向阳花 2020-12-16 04:27

I am trying to achieve a basic lookup using INDEX and MATCH. My layout is:

Sheet 1
NAME | SITE | DATE

Sheet 2
NAME | SITE | DATE

I want the \'SITE\' co

3条回答
  •  不知归路
    2020-12-16 05:20

    I suggest the conventional solution to problems of this kind is to concatenate the pair of search terms (ie a helper column) and to add the concatenated pairs to the lookup array.

    SO18767439 example

    In the example above the concatenation of what to look up (rather than where to look up) is done 'on the fly'.

提交回复
热议问题