Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I am using the formula =EDATE(B3,6) to automatically add 6 months to the date in cell B3, but I need to know if I can extend this to show a blank cel or N/A if B3 does not yet have a date in it. Help!!! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=IF(B3="","",EDATE(B3,6)) Hope this helps. Pete On May 14, 10:26 am, hjm wrote: Hi, I am using the formula =EDATE(B3,6) to automatically add 6 months to the date in cell B3, but I need to know if I can extend this to show a blank cel or N/A if B3 does not yet have a date in it. Help!!! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thats excellent, thank you!
"Pete_UK" wrote: Try this: =IF(B3="","",EDATE(B3,6)) Hope this helps. Pete On May 14, 10:26 am, hjm wrote: Hi, I am using the formula =EDATE(B3,6) to automatically add 6 months to the date in cell B3, but I need to know if I can extend this to show a blank cel or N/A if B3 does not yet have a date in it. Help!!! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome - thanks for feeding back.
Pete On May 14, 11:14 am, hjm wrote: Thats excellent, thank you! "Pete_UK" wrote: Try this: =IF(B3="","",EDATE(B3,6)) Hope this helps. Pete On May 14, 10:26 am, hjm wrote: Hi, I am using the formula =EDATE(B3,6) to automatically add 6 months to the date in cell B3, but I need to know if I can extend this to show a blank cel or N/A if B3 does not yet have a date in it. Help!!!- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct copying blanks or how to insert zero into blanks | Excel Worksheet Functions | |||
copy range of cells with blanks then paste without blanks | Excel Worksheet Functions | |||
Tricky Date calculation: How to calculate a future date | Excel Discussion (Misc queries) | |||
Date calculation | Excel Worksheet Functions | |||
Paste Special Skip Blanks not skipping blanks, but overwriting... | Excel Discussion (Misc queries) |