Forum Discussion

MrZiKE's avatar
MrZiKE
Copper Contributor
Feb 17, 2022
Solved

LOOKUP function help

Hi, I have a problem with LOOKUP (WYSZUKAJ in Polish version). I have a long list of part names with manufacturer name, category, subcategory, addidtional parameter and set of prices in every line. O...
  • mtarler's avatar
    Feb 17, 2022

    There are like 4 different 'lookup' version and all except the newest XLOOKUP default to expecting the array to be in ascending order. Either use XLOOKUP if you have it, or use VLOOKUP and define the range_lookup to be 'False' to only find an exact match, or use INDEX(... MATCH(.... , 0) ) and note the MATCH must have that last parameter set to find a exact match also.

Resources