Hello,
I have a VLOOKUP function that should return a "1", "2", "4", "0", or a null value. (Don't ask about the order of those numbers - my dept is messed up.)
The problem is, that any null values that are returned are then displayed as 0, which doesn't allow me to differentiate between the different values.
How do I ensure that nulls are returned as null and 0's are 0. I have no problems with any of the other numbers.
Thank you very much in advance for your help!
-Will
PS - here's the formula, if you're wondering:
=VLOOKUP(A85,Projects!$A$8:$M$1000,9,FALSE)
Bookmarks