#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default AGING

just want know the formula in computing the age of an event by getting the
difference between a certain date to current date by not inputting the
current date. I'll use this in my work for monitoring the ages of ALARMS
until these are resolved.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default AGING

Use DATEDIF()
A1 = Date

=DATEDIF(A1,TODAY(),"y") to return difference in years
=DATEDIF(A1,TODAY(),"m") to reutrn difference in months
=DATEDIF(A1,TODAY(),"d") to return the days

If this post helps click Yes
---------------
Jacob Skaria


"Phillip" wrote:

just want know the formula in computing the age of an event by getting the
difference between a certain date to current date by not inputting the
current date. I'll use this in my work for monitoring the ages of ALARMS
until these are resolved.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default AGING

Or instead of =DATEDIF(A1,TODAY(),"d") you can use =TODAY()-A1
--
David Biddulph

"Jacob Skaria" wrote in message
...
Use DATEDIF()
A1 = Date

=DATEDIF(A1,TODAY(),"y") to return difference in years
=DATEDIF(A1,TODAY(),"m") to reutrn difference in months
=DATEDIF(A1,TODAY(),"d") to return the days

If this post helps click Yes
---------------
Jacob Skaria


"Phillip" wrote:

just want know the formula in computing the age of an event by getting
the
difference between a certain date to current date by not inputting the
current date. I'll use this in my work for monitoring the ages of ALARMS
until these are resolved.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Aging Formula Steve Excel Discussion (Misc queries) 6 July 7th 07 12:24 AM
aging formula Drew Excel Discussion (Misc queries) 3 April 13th 07 11:12 PM
Balance by Aging j91co Excel Discussion (Misc queries) 1 January 25th 07 02:04 AM
aging Rina Excel Worksheet Functions 2 October 23rd 06 05:50 PM
aging of invoices smurf Excel Worksheet Functions 2 September 14th 06 05:57 PM


All times are GMT +1. The time now is 06:46 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"