Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
DEE DEE is offline
external usenet poster
 
Posts: 250
Default Tracking dates in Excel

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default Tracking dates in Excel

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default Tracking dates in Excel

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   Report Post  
Posted to microsoft.public.excel.newusers
DEE DEE is offline
external usenet poster
 
Posts: 250
Default Tracking dates in Excel

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   Report Post  
Posted to microsoft.public.excel.newusers
DEE DEE is offline
external usenet poster
 
Posts: 250
Default Tracking dates in Excel

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default Tracking dates in Excel

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Back tracking dates bau Excel Discussion (Misc queries) 1 August 17th 07 02:13 AM
Back tracking dates Mike H Excel Discussion (Misc queries) 0 August 17th 07 02:02 AM
Back tracking dates bau Excel Discussion (Misc queries) 0 August 17th 07 01:59 AM
Tracking changes in excel mlayden Excel Discussion (Misc queries) 1 October 30th 06 08:11 PM
How to insert tracking numbers into my webpage for RMA tracking wiglady Excel Discussion (Misc queries) 0 April 4th 06 12:44 PM


All times are GMT +1. The time now is 12:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"