Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / October 2006

Tip: Looking for answers? Try searching our database.

How to have Excel cells return age (Y/M/D) based upon DOB

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rob Roy - 17 Oct 2006 08:32 GMT
Based upon a date of birth input, can anyone advise how to populate three
cells with a person's age (cell 1 = years, cell 2 = months, cell 3 = days)
using Excel functions?
Roger Govier - 17 Oct 2006 08:51 GMT
Hi

Take a look at the undocumented Datedif function as clearly explained at
Chip Pearson's site
http://www.cpearson.com/excel/datedif.htm
Signature

Regards

Roger Govier

> Based upon a date of birth input, can anyone advise how to populate
> three
> cells with a person's age (cell 1 = years, cell 2 = months, cell 3 =
> days)
> using Excel functions?
Bob Phillips - 17 Oct 2006 08:54 GMT
=DATEDIF(A1,TODAY(),"Y")&" years "&DATEDIF(A1,TODAY(),"YM")&" months
"&DATEDIF(A1,TODAY(),"MD")&" days"

Signature

HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

> Based upon a date of birth input, can anyone advise how to populate three
> cells with a person's age (cell 1 = years, cell 2 = months, cell 3 = days)
> using Excel functions?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.