SumProduct Formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

this is part of a sumproduct formula I am using:

--($D$137:$D$318=C123)

Is it possible to modify the formula so that it will look for values on C123
between C123 and C123+3 ?

Thank you in advance.
 
Hi!

Change that array to:

--($D$137:$D$318>=C123)

And add another array:

--($D$137:$D$318<=C123+3)

Biff
 

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