#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default SumIF

Hi there,

Please advise how i can use the sumif function to sum the value in column B
cells under a the range of another column C that is great than 60 and less
than 90 days. I just try to figure out how much outstanding invoice amount
which is more than 90days and another amount is between 60 and 90 days and so
on.

Please advise!

Many thanks!
Regards,
Becky
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default SumIF

=SUMIF(C:C,"60",B:B)-SUMIF(C:C,"=90",B:B)

OR

=SUMPRODUCT((C1:C10060)*(C1:C100<90),B1:B100)

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


"Becky" wrote:

Hi there,

Please advise how i can use the sumif function to sum the value in column B
cells under a the range of another column C that is great than 60 and less
than 90 days. I just try to figure out how much outstanding invoice amount
which is more than 90days and another amount is between 60 and 90 days and so
on.

Please advise!

Many thanks!
Regards,
Becky

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SumIF

sum the value in column B
C that is [great than 60]
and [less than 90] days.


One way...

=SUMIF(C:C,"60",B:B)-SUMIF(C:C,"=90",B:B)

--
Biff
Microsoft Excel MVP


"Becky" wrote in message
...
Hi there,

Please advise how i can use the sumif function to sum the value in column
B
cells under a the range of another column C that is great than 60 and less
than 90 days. I just try to figure out how much outstanding invoice
amount
which is more than 90days and another amount is between 60 and 90 days and
so
on.

Please advise!

Many thanks!
Regards,
Becky



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
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" Harry Seymour Excel Worksheet Functions 9 June 12th 07 10:47 PM
SUMIF ? Paul Excel Worksheet Functions 4 January 12th 07 02:37 PM
Embedding a Sumif in a sumif C.Pflugrath Excel Worksheet Functions 5 August 31st 05 07:31 PM
nested sumif or sumif with two criteria dshigley Excel Worksheet Functions 5 April 5th 05 03:34 AM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM


All times are GMT +1. The time now is 09:54 AM.

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

About Us

"It's about Microsoft Excel"