We have the following VLOOKUP formula to pull date values from multiple sheets and if the source sheet is zero, the results of this formula is coming thru as 1/0/1900. the column is formatted as Date. How can i have the return results comes in as a blank
=IFERROR(VLOOKUP($B2,Candice!$A$2:$AF$500,32,0),IFERROR(VLOOKUP($B2,Dijana!$A$2:$AF$814,32,0),IFERROR(VLOOKUP($B2,Genise!$A$2:$AF$572,32,0),IFERROR(VLOOKUP($B2,Kim!$A$2:$AF$271,32,0),IFERROR(VLOOKUP($B2,Lisa!$A$2:$AF$1173,32,0),IFERROR(VLOOKUP($B2,Mike!$A$2:$AF$11,32,0),IFERROR(VLOOKUP($B2,Shirley!$A$2:$AF$232,32,0),VLOOKUP($B2,Zalak!$A$2:$AF$110,32,0))))))))
Bookmarks