+ Reply to Thread
Results 1 to 5 of 5

What formula do I use to get individuals ages from their birthday

  1. #1
    akucolor
    Guest

    What formula do I use to get individuals ages from their birthday

    If I have a list of birthdays (05/31/1987) is there a formula that will
    translate this into age (19 yrs, x days)?

  2. #2
    Ron Coderre
    Guest

    RE: What formula do I use to get individuals ages from their birthday

    See Chip Pearson's great webpage on the DATEDIF function:

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

    (there's a section on calculating a person's age there)

    Is that something you can work with?
    ***********
    Regards,
    Ron

    XL2002, WinXP


    "akucolor" wrote:

    > If I have a list of birthdays (05/31/1987) is there a formula that will
    > translate this into age (19 yrs, x days)?


  3. #3
    bj
    Guest

    RE: What formula do I use to get individuals ages from their birthday

    Try Chip Pearson's site: http://www.cpearson.com/excel/datedif.htm

    ="("&datedif(birthday,now(),"y")&"yrs,"datedif(birthday,now(),"yd")&")"
    should give the format you asked for.

    "akucolor" wrote:

    > If I have a list of birthdays (05/31/1987) is there a formula that will
    > translate this into age (19 yrs, x days)?


  4. #4
    Ron Coderre
    Guest

    RE: What formula do I use to get individuals ages from their birthday

    See Chip Pearson's great webpage on the DATEDIF function:

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

    (there's a section on calculating a person's age there)

    Is that something you can work with?
    ***********
    Regards,
    Ron

    XL2002, WinXP


    "akucolor" wrote:

    > If I have a list of birthdays (05/31/1987) is there a formula that will
    > translate this into age (19 yrs, x days)?


  5. #5
    bj
    Guest

    RE: What formula do I use to get individuals ages from their birthday

    Try Chip Pearson's site: http://www.cpearson.com/excel/datedif.htm

    ="("&datedif(birthday,now(),"y")&"yrs,"datedif(birthday,now(),"yd")&")"
    should give the format you asked for.

    "akucolor" wrote:

    > If I have a list of birthdays (05/31/1987) is there a formula that will
    > translate this into age (19 yrs, x days)?


+ 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