+ Reply to Thread
Results 1 to 3 of 3

HOW DO YOU CALCULATE AGE BY DATE OF BIRTH I NEED YEARS AND MONTHS

  1. #1
    dallyup2
    Guest

    HOW DO YOU CALCULATE AGE BY DATE OF BIRTH I NEED YEARS AND MONTHS

    How do you calculate age by a birth date I need years and months... if the
    person is not a year old I need to know how many months... if the person is
    1yr 2mo I need it to return 1yr 2mo... if the person is only 2mo I need it to
    return 2mo.. is there any kind of formula that could work...

    Thanks Donna

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    If you subract the DOb from today() so if the dob was in cell A1

    in b1 put today()-a1

    Go to format cell ans select the custom number format then type
    yy "years" m "months"

    regards

    Dav

  3. #3
    Millerk
    Guest

    RE: HOW DO YOU CALCULATE AGE BY DATE OF BIRTH I NEED YEARS AND MONTHS

    Use the following formula in the cell you want the age of person to appear.

    =DATEDIF(A5, NOW(), "y") & " yr, " & DATEDIF(A5, NOW(), "ym") & " mo"

    This formula would be in B5 and the persons DOB would be in A5

    Hope this helps.

    "dallyup2" wrote:

    > How do you calculate age by a birth date I need years and months... if the
    > person is not a year old I need to know how many months... if the person is
    > 1yr 2mo I need it to return 1yr 2mo... if the person is only 2mo I need it to
    > return 2mo.. is there any kind of formula that could work...
    >
    > Thanks Donna


+ 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