Using SumIf and Multiple Conditions

C

cardosol

I want to do a SUMIF function to sum a range of cells but I want to sumif
many conditions. For example, my range has expenses, books, travel,
software, incentives. If I just want to sumif expenses, books and travel, how
do I do this?
 
H

Harald Staff

It's called SUMIFS and was introduced with Excel2007. Which version do you
use ?

Best wishes Harald
 
D

Dennis

There is probably a better way but you could always do 3 SUMIF'
=SUMIF(Range,"expenses",SUMRANGE)+SUMIF(Range,"books",SUMRANGE)+SUMIF(Range,"travel",SUMRANGE)
 

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

sumif with 2 variables 2
Sumif question 2
Using SUMIF with AND 2
SUMIF by Week. 8
SUMIF, use List as a Range 2
Sumif formula 4
Help with SUMIF 6
SumIF with 2 Conditions 6

Top