P
Paul Corrado
Taking the formula
=SUMPRODUCT((A1:A15=20)*(B1:B15))
I would like to add the ability to vary the "=" sign to be >, = or <
Is there a way to accomplish this within this formula. I can use a Choose
and a Lookup to incorporate multiple versions into my report, but would
rather be able to flex this character based on user input.
TIA
PC
=SUMPRODUCT((A1:A15=20)*(B1:B15))
I would like to add the ability to vary the "=" sign to be >, = or <
Is there a way to accomplish this within this formula. I can use a Choose
and a Lookup to incorporate multiple versions into my report, but would
rather be able to flex this character based on user input.
TIA
PC