+ Reply to Thread
Results 1 to 4 of 4

Calculating an age in the future using EXCEL

  1. #1
    Registered User
    Join Date
    12-18-2011
    Location
    Liverpool,england
    MS-Off Ver
    Excel 2010
    Posts
    21

    Calculating an age in the future using EXCEL

    Hello,

    I am trying to find a formula which will show the date of a potential student on a certain date e.g 1st August 2014
    Cell A2 has the students date of birth
    Cell B2 has the students current age

    I would like cell C2 to show the students date of birth on the 1st August 2014.

    Any help appreciated
    Thanks

  2. #2
    Valued Forum Contributor TheCman81's Avatar
    Join Date
    11-06-2012
    Location
    Edinburgh, UK
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013
    Posts
    346

    Re: Calculating an age in the future using EXCEL

    Quick way of doing this

    A2 = DOB
    B2 = Future year

    =INT((B2-A2)/365)
    Excel Guru in the making

    <----------If the question has been answered to your satisfication please click the Add Repuation star to the left

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Calculating an age in the future using EXCEL

    =int(yearfrac(a2,datevalue("01/08/"&b2)))
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  4. #4
    Registered User
    Join Date
    07-01-2014
    Location
    canada, montreal
    MS-Off Ver
    word and excel 2007
    Posts
    3

    Re: Calculating an age in the future using EXCEL

    Quote Originally Posted by Special-K View Post
    =int(yearfrac(a2,datevalue("01/08/"&b2)))
    You mean
    =INT(YEARFRAC(A2,DATEVALUE("08/01/2014")))

+ 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. HELP need! Calculating Future Vacation....6, 8, 15 yrs?
    By Fran_43 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 11-26-2012, 11:19 AM
  2. Calculating future date
    By Jmntgmry18 in forum Excel General
    Replies: 1
    Last Post: 09-11-2009, 08:07 AM
  3. Calculating future dates
    By nfison in forum Excel General
    Replies: 4
    Last Post: 08-05-2008, 08:55 AM
  4. calculating the future value of an investment in excel
    By John C. in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-24-2006, 05:00 PM
  5. Calculating a Date for the Future
    By Niki6 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-19-2005, 06:49 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