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 / December 2005

Tip: Looking for answers? Try searching our database.

How can I create a field indicating a persons age by using bd inf

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tim - 17 Dec 2005 23:21 GMT
How can I create an age field in excel using birthday info and possibly the
"today' function.  I would not care if the answer is decimal or days as long
as it makes sense.  Thanks in advance.   Tim
Paul B - 17 Dec 2005 23:27 GMT
Tim, have a look here for ways to do it

http://www.cpearson.com/excel/datedif.htm#Age

Signature

Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

> How can I create an age field in excel using birthday info and possibly the
> "today' function.  I would not care if the answer is decimal or days as long
> as it makes sense.  Thanks in advance.   Tim
Gord Dibben - 17 Dec 2005 23:43 GMT
Tim

The undocumented DATEDIF Function.........

Assuming birthdate in A6

=DATEDIF(A6,TODAY(),"y") & " years, " & DATEDIF(A6,TODAY(),"ym") & " months,
"&  DATEDIF(A6,TODAY(),"md") & " days,"

OR is birthdate in A6 and later date in A7

=DATEDIF(A6,A7,"y") & " years, " & DATEDIF(A6,A7,"ym") & " months, "&
DATEDIF(A6,A7,"md") & " days,"

Gord Dibben Excel MVP

>How can I create an age field in excel using birthday info and possibly the
>"today' function.  I would not care if the answer is decimal or days as long
>as it makes sense.  Thanks in advance.   Tim
 
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



©2009 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.