ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Date formula (https://www.excelbanter.com/excel-worksheet-functions/245034-date-formula.html)

Smooney

Date formula
 
What I need is a formula that will tell me the date at 3 months, 6 months, 1
year, etc. from the hire date. Under Annual, it will always be the current
year. If the hire date is more than 2 years, then I only need the annual
date which will be the current year.


Hire Date 3 Month 6 Month 1 Year 18 Month 2 Years Annual
06/30/2009

Thanks

Don Guillett

Date formula
 
Have a look in the help index for DATE and then YEAR & MONTH. Combine

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"smooney" wrote in message
...
What I need is a formula that will tell me the date at 3 months, 6 months,
1
year, etc. from the hire date. Under Annual, it will always be the
current
year. If the hire date is more than 2 years, then I only need the annual
date which will be the current year.


Hire Date 3 Month 6 Month 1 Year 18 Month 2 Years Annual
06/30/2009

Thanks



Fred Smith[_4_]

Date formula
 
3 months: =date(year(a1),month(a1)+3,day(a1))
6 months: =date(year(a1),month(a1)+6,day(a1))
1 year: =date(year(a1)+1,month(a1),day(a1))
etc.

Regards,
Fred

"smooney" wrote in message
...
What I need is a formula that will tell me the date at 3 months, 6 months,
1
year, etc. from the hire date. Under Annual, it will always be the
current
year. If the hire date is more than 2 years, then I only need the annual
date which will be the current year.


Hire Date 3 Month 6 Month 1 Year 18 Month 2 Years Annual
06/30/2009

Thanks



Ashish Mathur[_2_]

Date formula
 
Hi,

Check the EDATE function in the Help menu

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"smooney" wrote in message
...
What I need is a formula that will tell me the date at 3 months, 6 months,
1
year, etc. from the hire date. Under Annual, it will always be the
current
year. If the hire date is more than 2 years, then I only need the annual
date which will be the current year.


Hire Date 3 Month 6 Month 1 Year 18 Month 2 Years Annual
06/30/2009

Thanks




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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com