SUMIF

  • Thread starter Thread starter Neil Pearce
  • Start date Start date
I'm afraid I can't acces your file, but the common way to do a sum with
multiple conditions is to use sumproduct.

E.g.,
=SUMPRODUCT((A1:A100="January")*(B1:B100="Ford")*(C1:C100))

Would give sum of all Fords made in January.
Couple of notes: Sumproduct can not handle entire columns (unless you have
2007), and arrays must be equal size)
 

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