I am using a VLookup from another worksheet that returns a date value but when there is not date in that worksheet it returns an arbitrary value of January 0, 1900 instead of being blank. Here is my current formula:
=IFERROR(VLOOKUP(E11,VDatabase,22,FALSE),"")
Bookmarks