Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have aroster of players with thier date of births. I would like to
automatically add their ages in another column |
#2
![]() |
|||
|
|||
![]()
Try this Formula, assuming that the dob is in cell A1
=DATEDIF(A1,NOW(),"y") & " years, " & DATEDIF(A1,NOW(),"ym") & " months, " & DATEDIF(A1,NOW(),"md") & " days" regards Mukesh "duke" wrote: I have aroster of players with thier date of births. I would like to automatically add their ages in another column |
#3
![]() |
|||
|
|||
![]()
On Fri, 9 Sep 2005 19:47:02 -0700, "duke"
wrote: I have aroster of players with thier date of births. I would like to automatically add their ages in another column =DATEDIF(dob,TODAY(),"y") See http://www.cpearson.com/excel/datedif.htm for documentation of this function. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW TO FIND DIFF. BETW. 2 DATES, IT SHOULD BE IN YRS, MONTH & DAY | Excel Worksheet Functions | |||
difference between two dates in years, months and days. | Excel Worksheet Functions | |||
Find project start and end dates in a DB with many different proje | Excel Worksheet Functions | |||
Where is DateDiff function in Excel 2002 ? | Excel Worksheet Functions | |||
How do I display months and years between two dates | Excel Discussion (Misc queries) |