Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to work out a persons age as at a given date for a list of people
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With date of birth in A1 and the date in B1; try the below
=DATEDIF(A1,B1,"y")&" years "&DATEDIF(A1,B1,"ym")&" months " 'as of today =DATEDIF(A1,TODAY(),"y")&" years "&DATEDIF(A1,TODAY(),"ym")&" months " For details around calculating age refer http://www.cpearson.com/excel/datedif.aspx 'Another option. Please note the difference of the below funciton when compared with DATEDIF =--TEXT(TODAY()-A1,"yy") If this post helps click Yes --------------- Jacob Skaria "NeilT" wrote: I would like to work out a persons age as at a given date for a list of people |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=DATEDIF(A2,B2,"y")
A2: date of birth B2: given date Regards, Stefi €žNeilT€ť ezt Ă*rta: I would like to work out a persons age as at a given date for a list of people |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I am trying to lookup a persons name in a table. | Excel Worksheet Functions | |||
Count how many persons in a month using a date | Excel Worksheet Functions | |||
caculate a persons age | Excel Worksheet Functions | |||
what formula do i need to calculate a persons age | Excel Discussion (Misc queries) | |||
Excel for Blind persons use | Excel Discussion (Misc queries) |