Count If ?

  • Thread starter Thread starter Lesotho
  • Start date Start date
L

Lesotho

Can i use the countif function with multiple conditions.

i.e. if Range a = value + range b = value then sum Range c

If not any ideas on how i do this.

Many thank
 
Hi

you need to use the SUMPRODUCT function
=SUMPRODUCT((A1:A100="A")*(B1:B100="B"))
for counting
for summing
=SUMPRODUCT((A1:A100="A")*(B1:B100="B")*(C1:C100))

hope this helps
Cheers
JulieD
 

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

Back
Top