When vlookup finds the lookup value but the result is empty, the result of the vlookup is 0 eventhough it really finds a blank. You can check for the blank with ISBLANK function.
Just notice the cell has custom format of [<1]"";dd-mm-yy
route217
ASKER
Thanks all solved it appropriate excellent feedback.
Rob Henson
Also could try custom format:
dd-mm-yy;;""
Custom formats have 3 sections separated by semi-colon
Positive - formatted as dd-mm-yy
Negative - no format as you can't have negative dates
Zero - formatted as ""