+ Reply to Thread
Results 1 to 3 of 3

How do I calculate the age of a subject based on their DOB?

Hybrid View

  1. #1
    Gdm/kmf
    Guest

    How do I calculate the age of a subject based on their DOB?

    I want excel to calculate the age of a subject by entering the date of birth
    of such subject

  2. #2
    Ron Coderre
    Guest

    RE: How do I calculate the age of a subject based on their DOB?

    See the "Calculating A Person's Age" section of Chip Pearson's website:

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

    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "Gdm/kmf" wrote:

    > I want excel to calculate the age of a subject by entering the date of birth
    > of such subject


  3. #3
    JMB
    Guest

    RE: How do I calculate the age of a subject based on their DOB?

    Assuming your birthday is in A1

    =DATEDIF($A$1,NOW(),"Y")&" Years, "&DATEDIF($A$1,NOW(),"YM")&" Months,
    "&DATEDIF($A$1,NOW(),"MD")&" Days"

    "Gdm/kmf" wrote:

    > I want excel to calculate the age of a subject by entering the date of birth
    > of such subject


+ 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