SUMPRODUCT usage

  • Thread starter Thread starter wild turkey no9
  • Start date Start date
W

wild turkey no9

Hi There

Is there an easy way to configure sumproduct to do the following:

multiply col A * Col B when col B = either E or N or D

Thanks

Kevin
 
How can you multiply column B if it is letters?

Perhaps you want

=SUMPRODUCT((B2:B20={"E","N","D})(A2:A20))
 
Bob said:
How can you multiply column B if it is letters?

Perhaps you want

=SUMPRODUCT((B2:B20={"E","N","D})(A2:A20))

I think "wild turkey no9" meant column B equals column E, column N or column D...
 
Back
Top