View Single Post
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=IF(Sheet1!A10,Sheet1!A1,"")

In article .com,
"seve" wrote:

I am using a formula to copy cells from one sheet to another.

Everything is ok except the date column.

The when that cell is "" or -0- it shows 1/0/1900
How can I change this to "-" or blank?

Many thanks