Default display of sample date in linked workbook with blank date in source cell

B

Barbara Martens

Destination workbook contains a date column, with values
linked from a date column in a source workbook. The source
workbook may contain blanks in the date column. When a
blank occurs, the destination workbook displays Excels
default date of 1/0/00. I've tried conditional formatting
within the destination workbook to no avail. Does anyone
know how I can display a blank in the date cell of the
destination directory (retaining the link as the date
column will eventually be filled in)?

Thanks!
 
F

Frank Kabel

Hi
try changing the formula to something like
=IF('[otherbook]sheet1'!A1<>"",'[otherbook]sheet1'!A1,"")
 
B

Barbara

Thanks so very much! It works beautifully.
-----Original Message-----
Hi
try changing the formula to something like
=IF('[otherbook]sheet1'!A1<>"",'[otherbook]sheet1'!A1,"")

--
Regards
Frank Kabel
Frankfurt, Germany


Barbara said:
Destination workbook contains a date column, with values
linked from a date column in a source workbook. The source
workbook may contain blanks in the date column. When a
blank occurs, the destination workbook displays Excels
default date of 1/0/00. I've tried conditional formatting
within the destination workbook to no avail. Does anyone
know how I can display a blank in the date cell of the
destination directory (retaining the link as the date
column will eventually be filled in)?

Thanks!
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top