Using SumIf and Multiple Conditions

  • Thread starter Thread starter cardosol
  • Start date Start date
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?
 
It's called SUMIFS and was introduced with Excel2007. Which version do you
use ?

Best wishes Harald
 
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, use List as a Range 2
Sumif question 2
sumifs function 3
Sumif formula 4
SUMIF by Week. 8
Lessons from optimizing a slow spreadsheet 2
SUMIFS error 1

Back
Top