Sumif

  • Thread starter Thread starter rjmat
  • Start date Start date
R

rjmat

Hello,
I need to create a formula that produces a total based on two
criterias.

Here is what I did and it did not work. Why?

=SUM(('[AI 50 Download 0405.xls]AI-50 0405 work
copy'!$E$6:$E$1067="SECY")*('[AI 50 Download 0405.xls]AI-50 0405 work
copy'!$A$6:$A$1067="211")*'[AI 50 Download 0405.xls]AI-50 0405 work
copy'!$M$6:$M$1067)

Please help
 
Looks okay. In what way does it not work?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
I am not sure why it does not work. For one thing, it links to another
spreadsheet, assuming that is allowed. What about the values that I
have asked for, the SECY and 211? Is it critical on the format or
something?

How about an alternative? Two SUMIF's back to back?

Rich
 
Try

=SUMPRODUCT(--('[AI 50 Download 0405.xls]AI-50 0405 work
copy'!$E$6:$E$1067="SECY"),--('[AI 50 Download 0405.xls]AI-50 0405 work
copy'!$A$6:$A$1067=211),'[AI 50 Download 0405.xls]AI-50 0405 work
copy'!$M$6:$M$1067)
 

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

Use of SUMIF possible? 1
CSE Formula Prob 4
Vlookup look up the remark 2
sumproduct value error 4
Sumif with Multiple Criteria 3
h.lookup trouble 2
Summing Data 3
SUMIFS, one criteria range, multiple criteria 3

Back
Top