Sumproduct If Q

  • Thread starter Thread starter John
  • Start date Start date
J

John

I am trying to multiple columns J x I if Column J = 0.135. I've used the
following but I'm getting a #Value! error - any ideas

Thanks



=SUMPRODUCT(--(J16:J28=0.135),(I16:I28,J16:J28))
 
Hi John

try
=SUMPRODUCT(--(J16:J28=0.135),(I16:I28*J16:J28))

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