I'm currently using a combination of IF and VLOOKUP. However, there are cells that will have no data and i get errors (examples below). I prefer the cell to remain blank vs the errors or data it returns...
Using: =IF(D4="","",VLOOKUP(D4,Milestones!F3:U61,7,0))
Examples:
- 1/0/1900
- #N/A
Where there are no dates to return from the Dump tab, I get 1/0/00. I prefer to leave the cell blank
Where the Vlookup does not find the match criteria in the Dump tab, it returns #N/A.i preger to leave the cell blank
I've attached a sample file...
Bookmarks