View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Stop cell showing zero when returning a blank cell

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


Sapper wrote:

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


--

Dave Peterson