+ Reply to Thread
Results 1 to 3 of 3

Require forumla to calculate age at date of termination

  1. #1
    Registered User
    Join Date
    04-17-2012
    Location
    Glasgow
    MS-Off Ver
    Excel 2003
    Posts
    6

    Require forumla to calculate age at date of termination

    Hi

    I need a formula to calcuate an employees age based on their date of birth at date of termination (information in two other cells).

    Example:

    In Cell D7 is the persons Date of Birth

    In Cell D10 is their termination date

    I need a formula in Cell G6 to calculate what age they will be at their date of termination?

    I have attached an example workbook to hopefully explain better - example.xls

    Please help!

    Thanks

    Stacey

  2. #2
    Valued Forum Contributor
    Join Date
    11-15-2007
    Location
    England
    MS-Off Ver
    Office Pro 2003 / 2010
    Posts
    423

    Re: Require forumla to calculate age at date of termination

    This will give your their age based on the data in the two cells.

    =DATEDIF(D7,$D$10,"y") & " Yrs, " & DATEDIF(D7,$D$10,"ym") & " Mnths "

  3. #3
    Valued Forum Contributor
    Join Date
    11-15-2007
    Location
    England
    MS-Off Ver
    Office Pro 2003 / 2010
    Posts
    423

    Re: Require forumla to calculate age at date of termination

    This will give your their age based on the data in the two cells.

    =DATEDIF(D7,$D$10,"y") & " Yrs, " & DATEDIF(D7,$D$10,"ym") & " Mnths "

+ 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