Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How to calculate ages of employees for benefits enrollment given the date of
birth? -- Joe S. |
#2
![]() |
|||
|
|||
![]()
Hi
see your other post P.S.: please don't multipost -- Regards Frank Kabel Frankfurt, Germany "Joe S." schrieb im Newsbeitrag ... How to calculate ages of employees for benefits enrollment given the date of birth? -- Joe S. |
#3
![]() |
|||
|
|||
![]()
Joe,
Use the DATEDIF function. E.g., =DATEDIF(birthdate,TODAY(),"Y") For more information on DATEDIF, see www.cpearson.com/excel/datedif.htm -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Joe S." wrote in message ... How to calculate ages of employees for benefits enrollment given the date of birth? -- Joe S. |
#4
![]() |
|||
|
|||
![]()
Hi
=DATEDIF(BirthDate,ReferDate,"Y") returns number of full years; =DATEDIF(BirthDate,ReferDate,"M") returns number of full months; =DATEDIF(BirthDate,ReferDate,"YM") returns remaining number of full months, after full years are calculated; =DATEDIF(BirthDate,ReferDate,"MD") returns remaining number of days, after full months are calculated; P.e. you can calculate an age string: ="Y:" & DATEDIF(BirthDate,ReferDate,"Y") & "; M:" & DATEDIF(BirthDate,ReferDate,"YM") & "; D:" & DATEDIF(BirthDate,ReferDate,"MD") Arvi Laanemets "Joe S." wrote in message ... How to calculate ages of employees for benefits enrollment given the date of birth? -- Joe S. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating and locking the esult of a formula | Excel Discussion (Misc queries) | |||
Calculating Interest where rate changes per quarter | Excel Discussion (Misc queries) | |||
Calculating tax Formula | Excel Discussion (Misc queries) | |||
Formulas stop calculating at random times when editing a few spreadsheets. | Excel Discussion (Misc queries) | |||
Calculating without including Hidden Cells | Excel Discussion (Misc queries) |