If formula...

  • Thread starter Thread starter heater
  • Start date Start date
H

heater

I need a formula that looks at a column and if that column has a "0" input in
it, then add the number in the cell next to it. I have tried -
IF(H5:H70=0,sum(G5:g70,"")).
 
=SUMPRODUCT((H5:H70=0)*(H5:H70<>"")*G5:G70), assuming that you don't want to
include those rows where column H is empty.
 

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