Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Can anyone tell me the right formulae to add up days, months and years to an
existing date? I know it works with DATE() but for some mysterious reason it doesn't work with me. It's simple yet: 2007-03-06 + xxx days + xxx months + xxx years and that sum should give me the right answer. Please... |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Walter
With 2007-03-06 in cell A1 =DATE(YEAR(A1)+x,MONTH(A1)+y,DAY(A1)+z) where x is the number of years to add, y the number of months and z the number of days. These could equally be cell references holding the appropriate figures. -- Regards Roger Govier "Walter" wrote in message ... Can anyone tell me the right formulae to add up days, months and years to an existing date? I know it works with DATE() but for some mysterious reason it doesn't work with me. It's simple yet: 2007-03-06 + xxx days + xxx months + xxx years and that sum should give me the right answer. Please... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a formula in a date range to locate a specific date - ecel | Excel Discussion (Misc queries) | |||
Report Date - Date Recv = Days Late, but how to rid completed date | Excel Worksheet Functions | |||
Excel Formula to calulate number of days passed from date to date | Excel Discussion (Misc queries) | |||
Formula for determining if two date columns fall within specific date range | Excel Discussion (Misc queries) | |||
Date updates from worksheet to chart & changes date to a date series! Help!! | Charts and Charting in Excel |