Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Does anyone have a formula to calculate a person's age in years and months eg 20years, 10 months based on a specified point in time? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
sjric2 -
Chip Pearson's information may help: http://www.cpearson.com/excel/datedif.htm - Mike "sjric2" wrote in message ... Hi, Does anyone have a formula to calculate a person's age in years and months eg 20years, 10 months based on a specified point in time? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=DATEDIF(A1,TODAY(),"y")&" years, "&DATEDIF(A1,TODAY(),"ym")&" months"
"sjric2" wrote: Hi, Does anyone have a formula to calculate a person's age in years and months eg 20years, 10 months based on a specified point in time? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Mike, that was exactly what I needed :)
"Mike Middleton" wrote: sjric2 - Chip Pearson's information may help: http://www.cpearson.com/excel/datedif.htm - Mike "sjric2" wrote in message ... Hi, Does anyone have a formula to calculate a person's age in years and months eg 20years, 10 months based on a specified point in time? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW DO I CALCULATE THE YEARS MONTHS AND DAYS BETWEEN SEVERAL DATE | Excel Discussion (Misc queries) | |||
Calculate number of years and months employed using hire date and. | Excel Worksheet Functions | |||
HOW DO YOU CALCULATE AGE BY DATE OF BIRTH I NEED YEARS AND MONTHS | Excel Discussion (Misc queries) | |||
how to calculate years, months by using one formula | Charts and Charting in Excel | |||
calculate date differences in years and months | Excel Worksheet Functions |