Help on formula for autosum on 2 criteria in 2 ranges

C

Cyn

I need to get a sum from 2 different criteria in 2 different ranges.
PLace Type $$
a 1 3.00
a 2 5.00
b 1
c 1
d 1

My end result would be for all "a" in Place column and all "1" in Type
column then auto sum of Column $$
((Range,critera) and (range critera) {sum_range}) but i can't make it work
I'm missing something

Help
 
P

Pete_UK

Try this:

=SUMPRODUCT((A1:A5="a")*(B1:B5=1)*(C1:C5))

Adjust the ranges to suit your real data.

Hope this helps.

Pete
 

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