+ Reply to Thread
Results 1 to 5 of 5

Ages help please!

  1. #1
    Registered User
    Join Date
    04-14-2006
    Posts
    16

    Ages help please!

    I am trying to put formulas into a worksheet to calculate current ages in years. For example, column A= date of birth and B calculates the persons age based on the current date, in years, thus updating automatically each year. I guess i need to use a column for the 'now' formula to check at the current date but i dont know how to use it to compare with the date of birth column and return an age. Any help much appreciated!!

  2. #2
    Forum Contributor
    Join Date
    03-15-2005
    Location
    North Carolina
    MS-Off Ver
    2003 & 2007
    Posts
    180
    Try this:

    =DATEDIF(F1,TODAY(),"Y")
    jtp

  3. #3
    Forum Contributor
    Join Date
    03-15-2005
    Location
    North Carolina
    MS-Off Ver
    2003 & 2007
    Posts
    180
    Replace F1 with A1...Sorry

  4. #4
    Registered User
    Join Date
    04-14-2006
    Posts
    16

    Thanks

    Thankyou it does what i want, didnt know that formula existed, infact i cant find it in my functions list

  5. #5
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    The function that jtp gave you, together with other date items, can be seen at
    http://www.cpearson.com/excel/datedif.htm

    --

    Quote Originally Posted by Blade2304
    Thankyou it does what i want, didnt know that formula existed, infact i cant find it in my functions list

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1