SUMPRODUCT Question

  • Thread starter Thread starter Jan
  • Start date Start date
J

Jan

Hi,

Using Excel 2003. Does the Sumproduct function work if the cells in a range
are text?

TIA
 
Yes.. Example given below

ColA ColB
cat red
cat black
cat black
cat red
cat black

=SUMPRODUCT(--($A1:$A5="cat"),--($B1:$B5="black")) will give you the count
of black cats
 
Back
Top