Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
duke
 
Posts: n/a
Default Find the number of years between two dates

I have aroster of players with thier date of births. I would like to
automatically add their ages in another column
  #2   Report Post  
Mukesh
 
Posts: n/a
Default

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   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

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
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
HOW TO FIND DIFF. BETW. 2 DATES, IT SHOULD BE IN YRS, MONTH & DAY Mushtaq Ahmed .T Excel Worksheet Functions 3 August 25th 05 10:05 AM
difference between two dates in years, months and days. ruby Excel Worksheet Functions 2 April 4th 05 04:51 PM
Find project start and end dates in a DB with many different proje AceWriter01 Excel Worksheet Functions 3 April 1st 05 03:58 AM
Where is DateDiff function in Excel 2002 ? Nigel Welch Excel Worksheet Functions 4 March 4th 05 03:18 PM
How do I display months and years between two dates JSmith Excel Discussion (Misc queries) 1 November 30th 04 04:41 PM


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