How can I use sumproduct with different size ranges?

  • Thread starter Thread starter Fen
  • Start date Start date
It defeats the raison d' etre for SUMPRODUCT if you use arrays of
different lengths. Maybe there is a different function, but this
depends entirely on what you want to do.

HTH
Kostis Vezerides
 
What possible reason do you have for doing this?

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
One possibility:

=SUMPRODUCT((A2:A20=K1)*(B2:B20=K2)*(C1:F1=K3)*C2:F20)
 

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