The VLOOKUP is returning a zero for cells that are blank ... and I'm guessing the cell is formatted as a date. You need to specifically test if the value is blank. For example, =IF(VLOOKUP(...) = "", "", VLOOKUP(...))


Regards, TMS