Multiple SUMIF Criteria

A

azazel

How do i add another Criteria to a SUMIF formula???

I want it to SUMIF the criteria equals "KYLE" and "CARTMAN" and "STAN"
and "KENNY".


This is the formula...
SUMIF('[Ex Supporting Docs 10-31-05.xls]Brokerage Assets
UM'!$B:$B,"*KYLE*",'[Ex Supporting Docs 10-31-05.xls]Brokerage Assets
UM'!$F:$F)

How do I add more names to that formula???
 
B

Bob Phillips

Untested, but try this

=SUMPRODUCT(--(ISNUMBER(FIND({"KYLE","CARTMAN","STAN","KENNY"},'[Ex
Supporting Docs 10-31-05.xls]Brokerage AssetsUM'!$B1:$B1000))),'[Ex
Supporting Docs 10-31-05.xls]Brokerage Assets
UM'!$F1:$F1000)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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


Top