Sumproduct

K

Kim

The first formula didn't work. I got a REF# error.

The second one totals everything in I and J, but if we
have data in the I and J column in the same row, we want
it to equal 1, not 2.

Any other suggestions? Thanks, Kim
 
A

Anon

Consider ('Fire Summary Sheet'!I4:I36+J4:J36<=0.25).
Are you trying to add the values in columns I and J of 'Fire Summary Sheet'
and compare the result with 0.25? If so, this formula will not do that. It
adds column I of 'Fire Summary Sheet' to column J of the sheet containing
the formula. You would need to use ('Fire Summary Sheet'!I4:I36+'Fire
Summary Sheet'!J4:J36<=0.25). Likewise in the part comparing with 0.
 

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

Top