By WSallai on Tuesday, 15 February 2022
Posted in Excel
Replies 1
Likes 0
Views 6K
Votes 0
Hello.  I am trying to link a field in one worksheet from another worksheet within the same workbook (file).  They both have Date formats and the formula works well with a proper date inserted and using the formula ='Source Worksheet'C2!, in the resultant workbook field.  However, when the source field is blank I get the following in the resultant field, 1900-01-00.  Both fields use the same format for Date, yyyy-mm-dd.

How may I link the two fields and have a blank field as a result if the Source Field is empty?

Thanks & Best Regard, Bill
Hi Bill,

You can add the IF and ISBLANK functions to the target cell: =IF(ISBLANK('Source Worksheet'C2!),"",'Source Worksheet'C2!)

Amanda
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post