+ Reply to Thread
Results 1 to 9 of 9

Number of years between to dates, with corresponding year qualifier

  1. #1
    Registered User
    Join Date
    09-09-2014
    Location
    Town of Tonawanda
    MS-Off Ver
    2010 Excel
    Posts
    15

    Unhappy Number of years between to dates, with corresponding year qualifier

    Please assist!

    As of this year, a person is 61 years old. I need a formula to determine in what year will they turn 65?

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

    Re: Number of years between to dates, with corresponding year qualifier

    "As of this year"

    Do you mean they turned 61 this year or they turned 61 last year?
    Unless you know that you wont be able to work out when they're 65.
    It could be 3 years from now or possibly 4.
    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.

  3. #3
    Registered User
    Join Date
    09-09-2014
    Location
    Town of Tonawanda
    MS-Off Ver
    2010 Excel
    Posts
    15

    Re: Number of years between to dates, with corresponding year qualifier

    I have the exact date of birth in the spreadsheet also so I can use that in the formula instead if the "61."
    Example birthday is 10/19/1953

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

    Re: Number of years between to dates, with corresponding year qualifier

    Without the aid of a spreadsheet they'll turn 65 in 10/19/2018.
    Simple maths.

    Dateofbirth + number of years

    =DATE(YEAR(A1)+65,10,19)

  5. #5
    Registered User
    Join Date
    09-09-2014
    Location
    Town of Tonawanda
    MS-Off Ver
    2010 Excel
    Posts
    15

    Re: Number of years between to dates, with corresponding year qualifier

    Yes, I am aware of how to add manually. However, in this case I need a formula to do it for me.
    There are too many entries to do it manually. I need to be able to drag it down, so entering the 10 and the 19 in the formula wouldn't quite do the trick.

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

    Re: Number of years between to dates, with corresponding year qualifier

    Go on, give us a clue. Show us some data.

  7. #7
    Registered User
    Join Date
    09-09-2014
    Location
    Town of Tonawanda
    MS-Off Ver
    2010 Excel
    Posts
    15

    Re: Number of years between to dates, with corresponding year qualifier

    I don't know how to put part of a spreadsheet in here, but this is the idea:

    First Name Last Name Date of Birth Current Age How Many Years Until 65? Date Turning 65?
    John Doe 10/19/1953 61

    The answers are easy to get to, they can be determined just by looking at them

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

    Re: Number of years between to dates, with corresponding year qualifier

    Assuming there are 6 columns A-F

    in E1
    =65-(YEAR(TODAY())-YEAR(A1))
    in F1
    =DATE(YEAR(A1)+65,MONTH(A1),DAY(A1))

  9. #9
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: Number of years between to dates, with corresponding year qualifier

    With birthday in B2:

    65th birthday:

    =EDATE($B$2,65*12)

    Years untill 65:

    =DATEDIF(TODAY(),EDATE($B$2,65*12),"y")
    Quang PT

+ 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. Replies: 4
    Last Post: 10-17-2013, 09:59 AM
  2. Adding a number of years to one referenced year
    By SPRoyLLC in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-10-2013, 05:11 PM
  3. Dates, Number of Years
    By Soltisolti in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-16-2008, 06:49 AM
  4. NUMBER OF YEARS BETWEEN TWO DATES - HOW TO GET
    By AJAY KUMAR DIXIT in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-16-2006, 05:25 AM
  5. Find the number of years between two dates
    By duke in forum Excel General
    Replies: 2
    Last Post: 09-09-2005, 11:05 PM

Tags for this Thread

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