Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
What would be the formula to do the following in Excel (2003)? Want to be
able to enter a series of different start dates and then with a formula have Excel calculate a corresponding event date 3 months later, 6 months later, 9 months later, and 12 months later. It would be acceptable to have the system show 60 days later rather than 3 months. THANK YOU! -- Dee, new to Excel |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Try this:
A2 = some date Enter this formula in B2 and copy across to E2: =DATE(YEAR($A2), MONTH($A2)+COLUMNS($B2:B2)*3,DAY($A2)) -- Biff Microsoft Excel MVP "Dee" wrote in message ... What would be the formula to do the following in Excel (2003)? Want to be able to enter a series of different start dates and then with a formula have Excel calculate a corresponding event date 3 months later, 6 months later, 9 months later, and 12 months later. It would be acceptable to have the system show 60 days later rather than 3 months. THANK YOU! -- Dee, new to Excel |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Or, more simply:
Entered in B2 and copied across: =DATE(YEAR(A2),MONTH(A2)+3,DAY(A2)) -- Biff Microsoft Excel MVP "T. Valko" wrote in message ... Try this: A2 = some date Enter this formula in B2 and copy across to E2: =DATE(YEAR($A2), MONTH($A2)+COLUMNS($B2:B2)*3,DAY($A2)) -- Biff Microsoft Excel MVP "Dee" wrote in message ... What would be the formula to do the following in Excel (2003)? Want to be able to enter a series of different start dates and then with a formula have Excel calculate a corresponding event date 3 months later, 6 months later, 9 months later, and 12 months later. It would be acceptable to have the system show 60 days later rather than 3 months. THANK YOU! -- Dee, new to Excel |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I'll try that . Thank you.
-- Dee, new to Excel "T. Valko" wrote: Or, more simply: Entered in B2 and copied across: =DATE(YEAR(A2),MONTH(A2)+3,DAY(A2)) -- Biff Microsoft Excel MVP "T. Valko" wrote in message ... Try this: A2 = some date Enter this formula in B2 and copy across to E2: =DATE(YEAR($A2), MONTH($A2)+COLUMNS($B2:B2)*3,DAY($A2)) -- Biff Microsoft Excel MVP "Dee" wrote in message ... What would be the formula to do the following in Excel (2003)? Want to be able to enter a series of different start dates and then with a formula have Excel calculate a corresponding event date 3 months later, 6 months later, 9 months later, and 12 months later. It would be acceptable to have the system show 60 days later rather than 3 months. THANK YOU! -- Dee, new to Excel |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
PERFECT! Thank you so much.
-- Dee, new to Excel "T. Valko" wrote: Or, more simply: Entered in B2 and copied across: =DATE(YEAR(A2),MONTH(A2)+3,DAY(A2)) -- Biff Microsoft Excel MVP "T. Valko" wrote in message ... Try this: A2 = some date Enter this formula in B2 and copy across to E2: =DATE(YEAR($A2), MONTH($A2)+COLUMNS($B2:B2)*3,DAY($A2)) -- Biff Microsoft Excel MVP "Dee" wrote in message ... What would be the formula to do the following in Excel (2003)? Want to be able to enter a series of different start dates and then with a formula have Excel calculate a corresponding event date 3 months later, 6 months later, 9 months later, and 12 months later. It would be acceptable to have the system show 60 days later rather than 3 months. THANK YOU! -- Dee, new to Excel |
#6
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "Dee" wrote in message ... PERFECT! Thank you so much. -- Dee, new to Excel "T. Valko" wrote: Or, more simply: Entered in B2 and copied across: =DATE(YEAR(A2),MONTH(A2)+3,DAY(A2)) -- Biff Microsoft Excel MVP "T. Valko" wrote in message ... Try this: A2 = some date Enter this formula in B2 and copy across to E2: =DATE(YEAR($A2), MONTH($A2)+COLUMNS($B2:B2)*3,DAY($A2)) -- Biff Microsoft Excel MVP "Dee" wrote in message ... What would be the formula to do the following in Excel (2003)? Want to be able to enter a series of different start dates and then with a formula have Excel calculate a corresponding event date 3 months later, 6 months later, 9 months later, and 12 months later. It would be acceptable to have the system show 60 days later rather than 3 months. THANK YOU! -- Dee, new to Excel |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Back tracking dates | Excel Discussion (Misc queries) | |||
Back tracking dates | Excel Discussion (Misc queries) | |||
Back tracking dates | Excel Discussion (Misc queries) | |||
Tracking changes in excel | Excel Discussion (Misc queries) | |||
How to insert tracking numbers into my webpage for RMA tracking | Excel Discussion (Misc queries) |