A
Android
Hi
I am trying to use the LOOKUP function to find a value in column x, when a
data item in column y equals my test value.
However if my test value does not exist in column y, LOOKUP gives the wrong
data. As Excel help states: " If LOOKUP can't find the lookup_value, it
matches the largest value in lookup_vector that is less than or equal to
lookup_value."
How can I use an IF clause to return "0" when there is no match?
I am trying to use the LOOKUP function to find a value in column x, when a
data item in column y equals my test value.
However if my test value does not exist in column y, LOOKUP gives the wrong
data. As Excel help states: " If LOOKUP can't find the lookup_value, it
matches the largest value in lookup_vector that is less than or equal to
lookup_value."
How can I use an IF clause to return "0" when there is no match?