Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Wayne
 
Posts: n/a
Default Calculate due date 1 or 2 years ahead to the first of the followi.

Issue date is June 12,2004. Certificate is valid ( 24 months ) to July 01,
2006. How do I create this is XL?
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
=DATE(YEAR(A1)+2,MONTH(A1),DAY(A1))

--
Regards
Frank Kabel
Frankfurt, Germany

Wayne wrote:
Issue date is June 12,2004. Certificate is valid ( 24 months ) to
July 01, 2006. How do I create this is XL?



  #3   Report Post  
Wayne
 
Posts: n/a
Default

I modified your's ... does this make sence..seem's to work
=DATE(YEAR(B2)+2,MONTH(B2)+1,DAY(B2)-DAY(B2)+1)

"Frank Kabel" wrote:

Hi
=DATE(YEAR(A1)+2,MONTH(A1),DAY(A1))

--
Regards
Frank Kabel
Frankfurt, Germany

Wayne wrote:
Issue date is June 12,2004. Certificate is valid ( 24 months ) to
July 01, 2006. How do I create this is XL?




  #4   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
sorry, my fault. Did not read your first post carefully enough. So it should
be always the first day of the next month. Then use:
=DATE(YEAR(B2)+2,MONTH(B2)+1,1)

or
=DATE(YEAR(B2),MONTH(B2)+25,1)

--
Regards
Frank Kabel
Frankfurt, Germany

Wayne wrote:
I modified your's ... does this make sence..seem's to work
=DATE(YEAR(B2)+2,MONTH(B2)+1,DAY(B2)-DAY(B2)+1)

"Frank Kabel" wrote:

Hi
=DATE(YEAR(A1)+2,MONTH(A1),DAY(A1))

--
Regards
Frank Kabel
Frankfurt, Germany

Wayne wrote:
Issue date is June 12,2004. Certificate is valid ( 24 months ) to
July 01, 2006. How do I create this is XL?



  #5   Report Post  
Kane
 
Posts: n/a
Default

T
Thanks Frank ... Further to this scenario, how would I set up a Current date
warning, 2 months prior to this expiration ( 1 or 2 years ) date, Red Font,
using conditional format?

....Wayne McKillop
Montreal QC, Canada

"Frank Kabel" wrote:

Hi
sorry, my fault. Did not read your first post carefully enough. So it should
be always the first day of the next month. Then use:
=DATE(YEAR(B2)+2,MONTH(B2)+1,1)

or
=DATE(YEAR(B2),MONTH(B2)+25,1)

--
Regards
Frank Kabel
Frankfurt, Germany

Wayne wrote:
I modified your's ... does this make sence..seem's to work
=DATE(YEAR(B2)+2,MONTH(B2)+1,DAY(B2)-DAY(B2)+1)

"Frank Kabel" wrote:

Hi
=DATE(YEAR(A1)+2,MONTH(A1),DAY(A1))

--
Regards
Frank Kabel
Frankfurt, Germany

Wayne wrote:
Issue date is June 12,2004. Certificate is valid ( 24 months ) to
July 01, 2006. How do I create this is XL?






  #6   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
have a look at format - conditional format and use a formula such as
=A1<=DATE(YEAR(TODAY()),MONTH(TODAY())+2,DAY(TODAY ()))

where A1 stores your calculated expiration date

--
Regards
Frank Kabel
Frankfurt, Germany

Kane wrote:
T
Thanks Frank ... Further to this scenario, how would I set up a
Current date warning, 2 months prior to this expiration ( 1 or 2
years ) date, Red Font, using conditional format?

...Wayne McKillop
Montreal QC, Canada

"Frank Kabel" wrote:

Hi
sorry, my fault. Did not read your first post carefully enough. So
it should be always the first day of the next month. Then use:
=DATE(YEAR(B2)+2,MONTH(B2)+1,1)

or
=DATE(YEAR(B2),MONTH(B2)+25,1)

--
Regards
Frank Kabel
Frankfurt, Germany

Wayne wrote:
I modified your's ... does this make sence..seem's to work
=DATE(YEAR(B2)+2,MONTH(B2)+1,DAY(B2)-DAY(B2)+1)

"Frank Kabel" wrote:

Hi
=DATE(YEAR(A1)+2,MONTH(A1),DAY(A1))

--
Regards
Frank Kabel
Frankfurt, Germany

Wayne wrote:
Issue date is June 12,2004. Certificate is valid ( 24 months ) to
July 01, 2006. How do I create this is XL?



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
Excel: Is there a way to calculate the date as week of month? debra adams Excel Discussion (Misc queries) 2 January 3rd 05 09:39 PM
How do I use the IF function to calculate date Pulling My Hair Out! Excel Discussion (Misc queries) 1 December 10th 04 11:03 PM
Calculate months and years Ned Ludd Excel Discussion (Misc queries) 5 December 10th 04 01:57 PM
Calculate age as of a given date Joe S. Excel Discussion (Misc queries) 1 December 9th 04 09:02 PM
Calculate age as of a date certain Joe S. Excel Discussion (Misc queries) 1 December 9th 04 09:02 PM


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

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"