简体   繁体   中英

Google Sheets Vertical Plus Horizontal Vlookup with multiple column in criteria and result based on date

I am trying to get the result in Column M based on user input in column J,K and L by searching data from Column A to H. An example for reference is given below:

在此处输入图像描述

Any help on above will be appreciated.

see:

=INDEX(IFNA(VLOOKUP(J3:J10&K3:K10&L3:L10, QUERY(SORT(
 {A3:A10&B3:B10&C3:C10, D3:D10;
  A3:A10&B3:B10&E3:E10, F3:F10;
  A3:A10&B3:B10&G3:G10, H3:H10}), "where Col2 is not null", ), 2, 1)))

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM