+ Reply to Thread
Results 1 to 3 of 3

calculate age using BD and (TODAY)

  1. #1
    Tim
    Guest

    calculate age using BD and (TODAY)

    I would like to have the current age calculated in an excel spread sheet and
    am having trouble with the formula. Any help appreciated. TIm

  2. #2
    Bill Ridgeway
    Guest

    Re: calculate age using BD and (TODAY)

    =YEAR(B1)-YEAR(A1)
    will give you age in whole number.

    Regards.

    Bill Ridgeway
    Computer Solutions

    "Tim" <[email protected]> wrote in message
    news:[email protected]...
    >I would like to have the current age calculated in an excel spread sheet
    >and
    > am having trouble with the formula. Any help appreciated. TIm




  3. #3
    Sandy Mann
    Guest

    Re: calculate age using BD and (TODAY)

    "Bill Ridgeway" <[email protected]> wrote in message
    news:[email protected]...
    > =YEAR(B1)-YEAR(A1)
    > will give you age in whole number.


    Not quite. Suppose the DoB was 31st December? The *age* would be a year
    out for all but one day of the year.

    The DATEDIF function will calculate the age. DATEDIF is only in XL2000 Help
    but Chip Pearson has a page on his website about it:

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

    =DATEDIF(A1,B1,"y")

    Note that it takes the arguments: earliest date then later date

    --
    HTH

    Sandy
    [email protected]
    Replace@mailinator with @tiscali.co.uk



+ 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