Stop cell showing zero when returning a blank cell

  • Thread starter Thread starter Sapper
  • Start date Start date
S

Sapper

Hi
I am inputting dates as text into a column, that are called for in another
column.
Okay when the first first column holds dates, but when the cell is empty,
zero is returned.

How can I stop zeros filling up my column?

thankyou
 
=if(a1="","",a1)

Hi
I am inputting dates as text into a column, that are called for in another
column.
Okay when the first first column holds dates, but when the cell is empty,
zero is returned.

How can I stop zeros filling up my column?

thankyou
 
Back
Top