CONDITIONAL SUM FOR MULTIPLE CRITERIA IN SINGLE RANGE

S

strinnes

Hi! I want to sum column B (Count) if column A (State) equals "NY" and "VA" to give a sum of 12.

Thanks in advance to all responses! :eek:)

STATE COUNT
NY 5
TX 10
VA 7
 
I

isabelle

hi,

=SUMPRODUCT(($A$2:$A$4="NY")+($A$2:$A$4="VA"),($B$2:$B$4))

isabelle

Le 2013-09-16 19:45, (e-mail address removed) a écrit :
 

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

Top