+ Reply to Thread
Results 1 to 7 of 7

input dob / input certain age / output date at certain age

  1. #1
    Registered User
    Join Date
    04-30-2014
    Location
    Edinburgh
    MS-Off Ver
    Excel 2007
    Posts
    16

    input dob / input certain age / output date at certain age

    Hi
    If i enter dob and age 70 in another cell.

    Could someone tell me the formula to find the date they reach age 70 or any age in that cell.

    Any help appreciated

  2. #2
    Valued Forum Contributor
    Join Date
    09-01-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    324

    Re: input dob / input certain age / output date at certain age

    In A1 enter the DOB
    B1 Enter the age 70

    n C1 enter the formula below:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by playaller; 05-11-2014 at 06:11 PM.


    Shelton A.
    If Helpful, Add Reputaion!

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,739

    Re: input dob / input certain age / output date at certain age

    try

    =DATE(YEAR(DOB)+70,MONTH(DOB),DAY(DOB))

    DoB = A1
    Age = B1

    =DATE(YEAR(DOB)+B1,MONTH(DOB),DAY(DOB))
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  4. #4
    Valued Forum Contributor
    Join Date
    09-01-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    324

    Re: input dob / input certain age / output date at certain age

    Also in addition you can use this if you need to know specifically how long before they turn that day

    In A1: DOB
    In B1: 70
    In C1:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In D1:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: input dob / input certain age / output date at certain age

    If a person was born on a leap day (2/29/1932), would their 70th birthday be 2/28/2002 or 3/1/2002?

    Use this formula if you think their 70th birthday should be 2/28/2002:

    Data Range
    A
    B
    C
    1
    DOB
    Age
    Date
    2
    2/29/1932
    70
    2/28/2002


    =EDATE(A2,B2*12)

    Format as Date
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  6. #6
    Registered User
    Join Date
    04-30-2014
    Location
    Edinburgh
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: input dob / input certain age / output date at certain age

    awesome - many thanks

    will add reputation tonight

    Thanks guys

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: input dob / input certain age / output date at certain age

    You're welcome. We appreciate the feedback!


    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

+ 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. How to create a basic level userform with input as date and cell values as output
    By catchnanan in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-15-2013, 02:52 PM
  2. [SOLVED] Input date via use of input box with validation
    By maacmaac in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-22-2013, 11:43 PM
  3. [SOLVED] input date column A, increment B, select blank cell in D and input time. in a macro
    By jeffstu in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-19-2012, 11:19 AM
  4. How do i detect an input and output another value ?
    By jianrong in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-27-2009, 12:06 AM
  5. Input to Output
    By Rural Nutty in forum Excel General
    Replies: 4
    Last Post: 08-12-2008, 11:17 AM

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