+ Reply to Thread
Results 1 to 2 of 2

automatic update of birthdates including day month year on a daily basis

  1. #1
    Registered User
    Join Date
    06-27-2013
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    2

    automatic update of birthdates including day month year on a daily basis

    Boostvg

    Hi All,

    Can anyone help me I'm new. I'm trying to ask if anyone knows how to use a formula to make a date of birth roll and change each day as per example

    2/11/1990 22 years 5 months 22 days

    This is how I want it to look but it's not changing each day to reflect the correct dob at the time I look into the spreadsheet

    Hope someone can help

    Boostvg

  2. #2
    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,743

    Re: automatic update of birthdates including day month year on a daily basis

    what are you using to compare dates

    DATEDIF is a useful and undocumented function
    http://www.cpearson.com/excel/datedif.aspx

    this will work on a cell that has a date in
    =DATEDIF(A4,TODAY(),"Y")&" Years "&DATEDIF(A4,TODAY(),"YM")&" months "&DATEDIF(A4,TODAY(),"MD")&" days"
    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.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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