Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can't it be :
=IF(M18="","", M18+60) HTH Daniel 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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Your formula is testing if M18 contain a single space, ie it's testing if the cell is empty. Use this to test if the cell is empty: =IF(M18="","", M18+60) Regards, Per "Wanna Learn" <Wanna skrev i meddelelsen ... 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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You got some answers to your posts from yesterday.
Wanna Learn wrote: 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 -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello Everyone and Thank you . I apologize but as far as I knew I only
posted the question once. the other times I kept getting an error message- question not posted try later. This happened a few times yesterday and so I tried this morning and the posting went trough. "Wanna Learn" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
blank date shows up as s 1/0/00 | Excel Worksheet Functions | |||
Blank Date | Excel Worksheet Functions | |||
Date changes to ### when next cell is blank - why? | Excel Discussion (Misc queries) | |||
Date Formula Problem - Leave date blank if Null | Excel Worksheet Functions | |||
How do I make a blank cell with a date format blank? | Excel Worksheet Functions |