Basically, I have a formula that copies details from one workbook to the other based on if 'yes' or 'no' is selected in one of the previous boxes. It is doing what I need it to, but I am struggling on the dates column. If there is a date in the cell then it willc opy it over just fine, but if the cell is blank it will enter 01/01/1900.. here is the formula:
=IF('[TSC LOG (DW).xlsm]2013-2014'!C126="Yes",'[TSC LOG (DW).xlsm]2013-2014'!I126,"")
What can I do with that to make it so that a blank in the cell that it is copying from, is actually copied as a blank?
Bookmarks