+ Reply to Thread
Results 1 to 4 of 4

Convert Date to Age

  1. #1
    Enrique
    Guest

    Convert Date to Age

    I need to be able to take a purchase date from a cell and be able to put the
    age (in years) of that purchase in another cell. Is there a function that
    can do that?

    Thanks,
    Enrique



  2. #2
    Forum Contributor
    Join Date
    06-01-2006
    Posts
    324
    =INT((TODAY()-A1)/365.25)

    Assuming that A1 is where your invoice date is

    HTH
    Google is your best friend!

  3. #3
    Enrique
    Guest

    Re: Convert Date to Age

    Wow,

    Thanks for the quick response. That's exactly what I needed.

    Enrique
    "Bearacade" <[email protected]> wrote
    in message news:[email protected]...
    >
    > =INT((TODAY()-A1)/365.25)
    >
    > Assuming that A1 is where your invoice date is
    >
    > HTH
    >
    >
    > --
    > Bearacade
    >
    >
    > ------------------------------------------------------------------------
    > Bearacade's Profile:
    > http://www.excelforum.com/member.php...o&userid=35016
    > View this thread: http://www.excelforum.com/showthread...hreadid=554344
    >




  4. #4
    Bob Phillips
    Guest

    Re: Convert Date to Age

    =DATEDIF(A1,TODAY(),"y")

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "Enrique" <[email protected]> wrote in message
    news:[email protected]...
    > I need to be able to take a purchase date from a cell and be able to put

    the
    > age (in years) of that purchase in another cell. Is there a function that
    > can do that?
    >
    > Thanks,
    > Enrique
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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