View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default IF date not blank

You asked more than once yesterday, and were given the answer. Please don't
keep asking the same question.
--
David Biddulph

"Wanna Learn" <Wanna wrote in message
...
Hello - Excel 2003-
THis is my formula =IF(M18=" "," ", M18+60)
In Cell M18 person will enter a date
Cell M 19 is formated as date
( if cell M18 is blank then blank, otherwise the date on cell M18 plus 60
days )
The problem is if I add any date to cell M18 I get the correct answer ,
but
if cell M18 is blank I get a date
February 29 1900
How Do I correct this so that if M18 is blank them M19 is blank