#1   Report Post  
ds1
 
Posts: n/a
Default calendar

How can I go about creating a calendar within Excell in which due dates are
calculated automatically? (Date: 10/28/05 + 6 months =, Date + one year, Date
+ 5 years, etc.)

Please help.

Thank you in advance.
ds
  #2   Report Post  
Dave O
 
Posts: n/a
Default calendar

The formula for the date plus six months is
=EOMONTH(A1,5)

For date plus one year
=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))

For date plus 5 years
=DATE(YEAR(A1)+5,MONTH(A1),DAY(A1))

  #3   Report Post  
ds1
 
Posts: n/a
Default calendar

Thanks Dave

"Dave O" wrote:

The formula for the date plus six months is
=EOMONTH(A1,5)

For date plus one year
=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))

For date plus 5 years
=DATE(YEAR(A1)+5,MONTH(A1),DAY(A1))


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
How do I create a schedule from a list of dates ? Gavin Morris Charts and Charting in Excel 2 October 28th 10 04:08 PM
Erasing Outlook Calendar from within Excel littlegreenmen1 Excel Discussion (Misc queries) 0 June 15th 05 05:23 PM
How do i set up a calendar in excel? Luxbrian Excel Discussion (Misc queries) 0 April 11th 05 05:54 PM
Calendar and info for that date Jenn Excel Discussion (Misc queries) 0 January 5th 05 04:21 PM
Weekly data into Calendar Weeks ExcelMonkey Excel Worksheet Functions 2 November 22nd 04 08:41 PM


All times are GMT +1. The time now is 08:35 PM.

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

About Us

"It's about Microsoft Excel"