I'm using the following formula to lookup data from one workbook to another. The data it's pulling is a date. What I also need to do, though, is that if the data pulls a zero, I'd like it to display the "-" character, and not a date of 1/0/1900. What else do I need to add to my formula?
=IF(C678="Yes",VLOOKUP(B678,'[Workbook File Name.xlsx]'!$D$3:$Q$6121,14,FALSE),"-")
Thanks so much!
=IF(C678="Yes",VLOOKUP(B678,'[Workbook File Name.xlsx]'!$D$3:$Q$6121,14,FALSE),"-")
Thanks so much!