#1   Report Post  
Mandy
 
Posts: n/a
Default ifsum

I have set up a customer statement which shows outstanding invoices overdue
for payement- by each invoice I have the number of days overdue. What I want
to do is produce a summary below that shows the total outstanding within
current, 30, 60, 120+ days.

I think it should be a if statement- for the 30days it works I have used
sumif(e20:e28,"<30",h20:h28) basically the formula looks up number of days
overdue in e20:e28 if it's less then 30 it sums the invoice amts in h20:h28.

In the 60days it should be less then 60 but greater then 30 & then sum
h20:h28 - I don't know how to do this - can anyone help, please!!!!!!

Thx

Mandy

  #2   Report Post  
Domenic
 
Posts: n/a
Default

Try...

=SUMIF(E20:E28,"<60",H20:H28)-SUMIF(E20:E28,"<=30",H20:H28)

Hope this helps!

In article ,
"Mandy" wrote:

I have set up a customer statement which shows outstanding invoices overdue
for payement- by each invoice I have the number of days overdue. What I want
to do is produce a summary below that shows the total outstanding within
current, 30, 60, 120+ days.

I think it should be a if statement- for the 30days it works I have used
sumif(e20:e28,"<30",h20:h28) basically the formula looks up number of days
overdue in e20:e28 if it's less then 30 it sums the invoice amts in h20:h28.

In the 60days it should be less then 60 but greater then 30 & then sum
h20:h28 - I don't know how to do this - can anyone help, please!!!!!!

Thx

Mandy

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
IFSUM with 2 condictions IFSUM with 2 condictions Excel Discussion (Misc queries) 3 May 21st 05 12:19 AM
IF(SUM) help please Steve B Excel Worksheet Functions 4 January 21st 05 03:13 PM


All times are GMT +1. The time now is 02:18 AM.

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"