SUMIF

S

SKT

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.
 
P

Paul B

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 **
 
Top