Thread: Format displays
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Format displays

If your formula is using data from A1, and you want the answer blank if A1
is blank, then use
=IF(A1="","",your_formula)
--
David Biddulph

"michele" wrote in message
...
I have a worksheet with a formula in a cell that results in a date.
Currently the cell is formatted for a date and because of the formula in
the
cell, 01/00/00 displays in the cell until data is entered in various other
cells of the worksheet to populate the cell with the formula in it. Is it
possible to NOT display the 01/00/00 in the field?