Date format

W

Wally

I have two sheets that includes the date m/d/y which is to be transferred
to the second sheet. If a date isnt entered on the first sheet I want it
show as blank on second sheet. Right now it is showing 1/0/00. how can I
change this?

Thanks
 
F

Frank Kabel

Hi Wally
try the following fomule on your second sheet
=IF('sheet1'!A1="","",'sheet1'!A1)
 
Top