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
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
=INT((TODAY()-A1)/365.25)
Assuming that A1 is where your invoice date is
HTH
Google is your best friend!
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
>
=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
>
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks