Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
this will do age Put your birthday in cell A1 and test
=DATEDIF(A1,TODAY(),"Y") & " Years old " this will do years months and days =DATEDIF(A1,TODAY(),"Y") & " Years, " & DATEDIF(A1,TODAY(),"YM") & " Months, " & DATEDIF(A1,TODAY(),"MD") & " Days" "Rod Bishop" wrote: Wanting a formula to calculate a persons age from birth to today's date |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate birth date from age | Excel Discussion (Misc queries) | |||
How do I put in a formula in Exel to calculate a persons age? | Excel Worksheet Functions | |||
How do you calculate age from just having a Date of Birth? | Excel Discussion (Misc queries) | |||
what formula do i need to calculate a persons age | Excel Discussion (Misc queries) | |||
calculate the age of someone from their date of birth | Excel Discussion (Misc queries) |