Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
Thank younin advance for the help. If I have a date of 1/20/2007 and I would like to keep the format (and the exact day) but simple add a month, what formula would I use? a1 1/20/2007 b1 2/20/2007 b1 needs to be 2/20 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =DATE(YEAR(J7),MONTH(J7)+1,DAY(J7)) -- Don Guillett SalesAid Software "Jim" wrote in message ... Hello, Thank younin advance for the help. If I have a date of 1/20/2007 and I would like to keep the format (and the exact day) but simple add a month, what formula would I use? a1 1/20/2007 b1 2/20/2007 b1 needs to be 2/20 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date arithmetic: adding 1 month to prior end of month date | Excel Worksheet Functions | |||
Sort month/date/year data using month and date only | Excel Discussion (Misc queries) | |||
=VLOOKUP(1,Nationality!B5:B29,IF(MONTH(date)6,MONTH(date)-6, MON | Excel Worksheet Functions | |||
Month to date sales - reset in new month??? | Excel Worksheet Functions | |||
Calculate month-end date from date in adjacent cell? | Excel Worksheet Functions |