J
jlawton
Why does the following function evaluate to zero?
LOOKUP("LATE",{"LATE";"MEGA";"STILL";"";"";"";"";""},{"Y";"N";"N";0;0;0;0;0})
It should find a match with the first item, "LATE", and evaluate to
"Y". What can I do to make this work?
Thanks for any help.
Jeff
LOOKUP("LATE",{"LATE";"MEGA";"STILL";"";"";"";"";""},{"Y";"N";"N";0;0;0;0;0})
It should find a match with the first item, "LATE", and evaluate to
"Y". What can I do to make this work?
Thanks for any help.
Jeff