Search code examples
arraysgoogle-sheetsgoogle-sheets-formulaarray-formulasgs-vlookup

Google Sheets Search for entries and give result


i've the following problem.

https://docs.google.com/spreadsheets/d/1NThvIXO27UM2XLNWAVgg14lvn_iLqkaNSj0ZIa8vZ-A/edit?usp=sharing

I think this is more than enough explained what I need and trying to figure out how this can be done. I know google sheets good, but now im stuck over here about 2 hours. I googled but didn't found the right solution for me.

If anyone could help would be amazing. This document can be edited from anyone.


Solution

  • use:

    =ARRAYFORMULA(IFNA(VLOOKUP(A2:A23&D2:D23; {H28:H&D28:D\E28:E}; 2; 0)))
    

    0