Stop cell showing zero when returning a blank cell

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
 
D

Dave Peterson

=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
 

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