J
John
I have the following lookup, which doesn't return by expected value
=IF(L6="","",VLOOKUP(L6,Masters!A1:B23,2))
L6 = Drop down list from a Range name "Stores"
Masters A = The Range Name "Stores"
Masters B = The values I want returned
It only seems to work if Column A is sort alphabetically, is that correct? I
didn't think this had to be the case
Thanks
=IF(L6="","",VLOOKUP(L6,Masters!A1:B23,2))
L6 = Drop down list from a Range name "Stores"
Masters A = The Range Name "Stores"
Masters B = The values I want returned
It only seems to work if Column A is sort alphabetically, is that correct? I
didn't think this had to be the case
Thanks