SUMIF

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to create a formula using "SUMIF" to sumif 2 different columns,
then sum another third column if items match up in the two other columns.
 
SKT, here is one way, This is an array formula, enter with ctrl+shift+enter
=SUM(IF((A1:A10="test")*(B1:B10="this"),C1:C10))
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2000 & 2003
** remove news from my email address to reply by email **
 

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

Filtering with SUMIFS 1
sumproduct or sumif? 3
sumif with 2 variables 2
Sumif Horizontal 6
SUMIFS using an "Or" condition? 13
Sumif question 2
SUMIFS 8
Sumif formula 4

Back
Top