SumIF

B

Becky

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
 
J

Jacob Skaria

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

OR

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

If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top