B
Beergut
Part 1
I have this look up in cell H18.
=LOOKUP(RIGHT(I18,2),$G$68:$H$75)
Cell I18 is formated as text but contains numbers like 123405. The
RIGHT(I18,2) takes the last 2 digits (the 05) and does the lookup.
This works except when a number that is not in the lookup range is
entered in I18. For example, if 95 is entered the lookup returns the
lookup for 05.
My first question is how can I return only valid input in the LU
range.
Part2
If nothing is in Cell I18 then #N/A appears in H18. The #N/A looks
awful.
The second question is how can I show nothing in H18 when I18 is
blank.
I have Excel 97 and I'll never be a programmer.
I have this look up in cell H18.
=LOOKUP(RIGHT(I18,2),$G$68:$H$75)
Cell I18 is formated as text but contains numbers like 123405. The
RIGHT(I18,2) takes the last 2 digits (the 05) and does the lookup.
This works except when a number that is not in the lookup range is
entered in I18. For example, if 95 is entered the lookup returns the
lookup for 05.
My first question is how can I return only valid input in the LU
range.
Part2
If nothing is in Cell I18 then #N/A appears in H18. The #N/A looks
awful.
The second question is how can I show nothing in H18 when I18 is
blank.
I have Excel 97 and I'll never be a programmer.