Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default how to get auto next due date for the renewal of some document

eg. to get next servicing date for the Vehicle.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 506
Default how to get auto next due date for the renewal of some document

Assume that you are having a date in A1 cell

A1
17/11/2009

If you want to get the renewal date for the next 30 days
=DATE(YEAR(A1),MONTH(A1),DAY(A1)+30)
Result = 17/12/2009

In the above formula just added the number of days next to the Day cell
reference. Like that you can add the Month and year occurrences also.

Formula to get the Renewal Date (Next 6 Months).
=DATE(YEAR(A1),MONTH(A1)+6,DAY(A1))
Result: 17/05/2010

Formula to get the Renewal Date (Next 3 Years).
=DATE(YEAR(A1)+3,MONTH(A1),DAY(A1))
Result: 17/11/2012

Instead of referring the date in A1 cell you can mention the current date in
formula itself.

Next 30 Days:-
=DATE(YEAR(TODAY()),MONTH(TODAY()),DAY(TODAY())+30 )

Next 6 Months:-
=DATE(YEAR(TODAY()),MONTH(TODAY())+6,DAY(TODAY()))

Next 3 Years:-
=DATE(YEAR(TODAY())+3,MONTH(TODAY()),DAY(TODAY()))

Hope this is what you required.

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"Farida" wrote:

eg. to get next servicing date for the Vehicle.

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
dates for courses needing renewal? Kathyt Excel Discussion (Misc queries) 1 October 25th 08 03:41 PM
Calcualtion of renewal Latha Excel Worksheet Functions 1 September 16th 06 10:15 AM
Calcualtion of renewal Latha Excel Worksheet Functions 0 September 15th 06 09:11 PM
Calcualtion of renewal Latha Excel Worksheet Functions 0 September 15th 06 09:11 PM
Excel license renewal? [email protected] Excel Discussion (Misc queries) 3 May 18th 05 09:39 PM


All times are GMT +1. The time now is 04:36 PM.

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"