Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to figure out how to have my employees' anniversaries be figured
in Excel to show the dates. 1) A2 has the person's hire date. 2) I would like to be able to figure out their 1st, 5th, 10th-40th anniversary dates. 3) B2-1st anniversary, C2-5th anniversary date, etc. 4) A2 would be hire date of 3/28/2005. I want B2 to be their 1st anniversary of 3/28/2006. 5) I want C2 to be their 5th anniversary of 3/28/2010. 6) d2-10th,e2-15th,..........40th I have read several of the other posts but can't figure it out for what I want to do. Any assistance would be greatly appreciated ! Thanks! Jugglertwo |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Try this in b2 for the first anniversary date =DATE(YEAR(A2)+1,MONTH(A2),DAY(A2)) and for the 5th =DATE(YEAR(A2)+5,MONTH(A2),DAY(A2)) I guess you can work the rest out. Mike "Jugglertwo" wrote: I'm trying to figure out how to have my employees' anniversaries be figured in Excel to show the dates. 1) A2 has the person's hire date. 2) I would like to be able to figure out their 1st, 5th, 10th-40th anniversary dates. 3) B2-1st anniversary, C2-5th anniversary date, etc. 4) A2 would be hire date of 3/28/2005. I want B2 to be their 1st anniversary of 3/28/2006. 5) I want C2 to be their 5th anniversary of 3/28/2010. 6) d2-10th,e2-15th,..........40th I have read several of the other posts but can't figure it out for what I want to do. Any assistance would be greatly appreciated ! Thanks! Jugglertwo |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the hire date was 2/29/2008 what would be the 1yr anniversary date?
-- Biff Microsoft Excel MVP "Jugglertwo" wrote in message ... I'm trying to figure out how to have my employees' anniversaries be figured in Excel to show the dates. 1) A2 has the person's hire date. 2) I would like to be able to figure out their 1st, 5th, 10th-40th anniversary dates. 3) B2-1st anniversary, C2-5th anniversary date, etc. 4) A2 would be hire date of 3/28/2005. I want B2 to be their 1st anniversary of 3/28/2006. 5) I want C2 to be their 5th anniversary of 3/28/2010. 6) d2-10th,e2-15th,..........40th I have read several of the other posts but can't figure it out for what I want to do. Any assistance would be greatly appreciated ! Thanks! Jugglertwo |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Mike:
Thanks for much for the formula. It is exactly what I was looking for. I owe you one. Thanks again! Jugglertwo "Mike H" wrote: Hi, Try this in b2 for the first anniversary date =DATE(YEAR(A2)+1,MONTH(A2),DAY(A2)) and for the 5th =DATE(YEAR(A2)+5,MONTH(A2),DAY(A2)) I guess you can work the rest out. Mike "Jugglertwo" wrote: I'm trying to figure out how to have my employees' anniversaries be figured in Excel to show the dates. 1) A2 has the person's hire date. 2) I would like to be able to figure out their 1st, 5th, 10th-40th anniversary dates. 3) B2-1st anniversary, C2-5th anniversary date, etc. 4) A2 would be hire date of 3/28/2005. I want B2 to be their 1st anniversary of 3/28/2006. 5) I want C2 to be their 5th anniversary of 3/28/2010. 6) d2-10th,e2-15th,..........40th I have read several of the other posts but can't figure it out for what I want to do. Any assistance would be greatly appreciated ! Thanks! Jugglertwo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate pay periods between two dates if paid on 1st and 15th? | Excel Discussion (Misc queries) | |||
anniversary dates | Excel Discussion (Misc queries) | |||
Date range selection? Anniversary dates | Excel Worksheet Functions | |||
recurring anniversary dates | Excel Discussion (Misc queries) | |||
Link a list of employees with hire dates to a monthly schedule | Excel Worksheet Functions |