I have 2 coulombs, the one with values and the other with %. I need to calculate the value of rows with % between 24 and 32. I use the sumif formula but dont know how to add the "between 24% and 32%
by
"coulombs" should be "columns"?

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

You need the SUMIFS function which allows you to specify more than one condition.

For example: SUMIFS(B2:B10,B2:B10,">=24",B2:B10,"<=32")

or SUMIFS(B2:B10,B2:B10,">24",B2:B10,"<32").

This sums the cells B2 to B10 if the values lie between 24 and 32 (inclusive) or 24 and 32 (exclusive). You can add other arguments if you're summing values in a different column. Use Excel Help to use other forms of SUMIFS and experiment so that you get the correct format. SUMIF allows you to sum values in a different column to the one you're applying a condition. SUMIFS allows you to do this, too: SUMIFS(A2:A10,B2:B10,">=24",B2:B10,"<=32"). The sums are done for cells A2 to A10 using the criteria in B2 to B10 (values between 24 and 32).

Hope this helps.

by Top Rated User (1.1m points)

Related questions

1 answer
1 answer
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,542 questions
99,804 answers
2,417 comments
522,171 users