Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Re-calulating totals based on "days old"

HI there

I currently have a financial sheet where we track the age of invoices - I
currently use DAYS360 - and then total the amounts for invoices 0-30 days,
31-60 days, 61-90 days etc. At the moment I have to cut and paste each entry
once it passes into the next group so that the totals are accurate, but is
there any way I can get it to recalculate automatically?

Hope I have explained sufficiently!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Re-calulating totals based on "days old"

If you want to keep totals automatically updated then use these formulae
(dates being in A2:A5, amounts in B2:B5, adjust ranges!!!):
for 0-30 days:
=SUMPRODUCT(B2:B5,--(DAYS360(A2:A5,TODAY())<=30))
for 31-60 days:
=SUMPRODUCT(B2:B5,--(DAYS360(A2:A5,TODAY())30),--(DAYS360(A2:A5,TODAY())<=60))
for 61-90 days :
=SUMPRODUCT(B2:B5,--(DAYS360(A2:A5,TODAY())60))

You can use Conditional formatting to show the age groups of invoices in
different colors using criteria
DAYS360(A2:A5,TODAY())<=30
etc.

If you want to move invoices to another location when entering in another
age group, I'm afraid you'll need a macro to do that!

Regards,
Stefi

€˛Vikki€¯ ezt Ć*rta:

HI there

I currently have a financial sheet where we track the age of invoices - I
currently use DAYS360 - and then total the amounts for invoices 0-30 days,
31-60 days, 61-90 days etc. At the moment I have to cut and paste each entry
once it passes into the next group so that the totals are accurate, but is
there any way I can get it to recalculate automatically?

Hope I have explained sufficiently!

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
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Formatting "IF" response based on "OR" function veggies27 Excel Worksheet Functions 5 March 19th 08 07:12 PM
Macro to concatenate into "B1" B2 thru B"x" based on new data in "Col A" Dennis Excel Discussion (Misc queries) 0 July 17th 06 02:38 PM
can we convert "2 days 16 hrs" to " 64hrs" using excel functions chris Excel Worksheet Functions 5 April 24th 06 12:53 AM
"IF"- "THEN" type Formula based on Null value Jay Excel Worksheet Functions 8 November 17th 05 09:05 AM


All times are GMT +1. The time now is 03:49 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"