The lookup_array *must* be sorted in ascending order.Hi
I have the following problem
=IF(ISBLANK(F11),0,LOOKUP(F11,{"H","M","L"},{1000,500,0}))
The problem I have that when if the cell (f11) has a L is returns 1000 instead of 0. it works fine if the value is H or M.
Where is it going wrong?