+ Reply to Thread
Results 1 to 3 of 3

Formula for calculating the date a person will be a certain date from their date of birth

  1. #1
    Registered User
    Join Date
    11-17-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Formula for calculating the date a person will be a certain date from their date of birth

    Hi All,

    I wonder if anyone can help me.

    I am a cub scout leader and I am currently trying to put together a list of dates that my cubs will turn 10- 1/2 which is the age that they can move up to scouts.

    Is there a formula that can can calcualte this from the individuals DOB. Basically I need to add 126 months onto the DOB. Now I know that I could do this manually but I have 45 to do and wanted to automate if possible.

    Thanks in advance

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Formula for calculating the date a person will be a certain date from their date of bi

    to add 126 months
    =EDATE(A1,126)
    where a1 is dob
    as you have excel 2003 you may have to make sure the analysis tool pak add in is activatad
    http://office.microsoft.com/en-gb/ex...001127724.aspx
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,703

    Re: Formula for calculating the date a person will be a certain date from their date of bi

    A formula that will do this without add-ins is

    =DATE(YEAR(A1),MONTH(A1)+126),DAY(A1))
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Formulas Calculating Age based on Date of Birth & Date of Death
    By MELLOW YELLOW in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-07-2014, 03:27 PM
  2. [SOLVED] Using a person's birth date to detect the originality of work performed on a sheet
    By Preceptor in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-19-2013, 03:05 AM
  3. Replies: 1
    Last Post: 10-14-2009, 03:22 PM
  4. Can i find out the Date of Birth of any person
    By joe41 in forum Access Tables & Databases
    Replies: 2
    Last Post: 04-08-2009, 07:44 AM
  5. formula to calculate age using birth date and current date
    By lalah in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-20-2005, 06:55 PM

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