Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Work oiut a persons age at a given date

I would like to work out a persons age as at a given date for a list of people
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Work oiut a persons age at a given date

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Work oiut a persons age at a given date

=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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I am trying to lookup a persons name in a table. David A. Excel Worksheet Functions 1 June 15th 07 10:01 PM
Count how many persons in a month using a date mash Excel Worksheet Functions 2 April 4th 07 03:09 AM
caculate a persons age Dave Excel Worksheet Functions 2 February 20th 07 06:39 AM
what formula do i need to calculate a persons age brenner Excel Discussion (Misc queries) 12 September 20th 06 10:28 AM
Excel for Blind persons use DeDe Excel Discussion (Misc queries) 1 February 8th 06 05:22 PM


All times are GMT +1. The time now is 01:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"