Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default How do I calculate a persons age from birth dates

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

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
Calculate birth date from age JP6262AMY Excel Discussion (Misc queries) 6 July 14th 18 07:09 PM
How do I put in a formula in Exel to calculate a persons age? boofire19 Excel Worksheet Functions 11 February 22nd 10 12:09 PM
How do you calculate age from just having a Date of Birth? ALEX Excel Discussion (Misc queries) 2 January 25th 07 02:36 PM
what formula do i need to calculate a persons age brenner Excel Discussion (Misc queries) 12 September 20th 06 10:28 AM
calculate the age of someone from their date of birth Gemse Excel Discussion (Misc queries) 2 May 17th 05 03:30 PM


All times are GMT +1. The time now is 10:16 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"