SUMPRODUCT on multiple values

F

FrankTimJr

I attempted to use the multiple criteria as in:
=SUMPRODUCT(--(A1:A10={"Ford","Chrysler"}))
but the result returns #VALUE!

Also, assuming I can get this to work, does this also work for <> (Not equal
to)? So the formula would be:
=SUMPRODUCT(--(A1:A10<>{"Ford","Chrysler"}))
 
D

Don Guillett

here is one I have been using a long time. Works just fine

=-SUMPRODUCT((ChecksC={"electricity","water","sewer","garbage"})*(ChecksD))
 

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