T
tmwilkin
I know how to work a sumproduct where you're trying to include multiple
values in an array, but how do you exclude multiple values.
Below is the formula I am currently using:
=SUMPRODUCT(--($G$2:$G$8000=J8),--($E$2:$E$8000<>"NJ"),--($F$2:$F$8000<>"FL"),--($D$2:$D$8000))
I need the ($F$2:$F$8000<>"FL") to also be <> to "NJ" too.
Any help would be greatly appreciated. Thanks!
values in an array, but how do you exclude multiple values.
Below is the formula I am currently using:
=SUMPRODUCT(--($G$2:$G$8000=J8),--($E$2:$E$8000<>"NJ"),--($F$2:$F$8000<>"FL"),--($D$2:$D$8000))
I need the ($F$2:$F$8000<>"FL") to also be <> to "NJ" too.
Any help would be greatly appreciated. Thanks!