olasa wrote on May 07, 2005 04:40 EST |
That ought to be ...
=SUMPRODUCT((C2:C6<1000)*(B2:B6="red"))
Ola Sandström |
Doesn't work in Excel 2002?
BlueDaze wrote on July 26, 2006 13:01 EST |
| I copied everything verbatim into excel but this doesn't work. I have Excel 2002. The returned result is zero, but it looks like the correct answer should be 2. Does this only work in Excel 2003? |
Mike_D wrote on July 31, 2006 23:57 EST |
| Same issue - copied as is and also manipulated quotes but still no joy - what's the g.o.? |
Counting values meeting multiple criteria in different columns
oldchippy wrote on August 30, 2006 04:42 EST |
The correct formula is
=SUMPRODUCT((A2:C6<1000)*(B2:B6="red"))
oldchippy :) |
formula
nobody wrote on December 31, 1969 19:00 EST |
| it works if you press CTL-ATL-ENTER |