Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Wow,
Thanks for the quick response. That's exactly what I needed. Enrique "Bearacade" wrote in message ... =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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=DATEDIF(A1,TODAY(),"y")
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Enrique" wrote in message ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert date format | Excel Discussion (Misc queries) | |||
How do I convert a date&time (yyyy-mm-dd hh:mm:ss) to date only? | Excel Worksheet Functions | |||
How do I convert a text string into a date? | Excel Worksheet Functions | |||
Date format not correct when you convert a CSV text file in Excel | Excel Discussion (Misc queries) | |||
Is there a macro to convert times between 2 places dep. on date? | Excel Worksheet Functions |