sumif

  • Thread starter Thread starter jiwolf
  • Start date Start date
J

jiwolf

I am looking to sumif the value in a cell is between 1 and 10. I am ok
with values above 10,

=SUMIF(A1:A100,">10",B1:B100) but I cant get above a certain value and
below another! any help please?


Pete
 
Try...

=SUMIF(A1:A100,">=1",B1:B100)-SUMIF(A1:A100,">10",B1:B100)

Hope this helps!
 
I keep seeing "--" in sumproduct functions: =SUMPRODUCT(--(A1:A100....

What does the "--" mean/do
 

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

Similar Threads


Back
Top