View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Andi Andi is offline
external usenet poster
 
Posts: 25
Default Taaly all based on multiple criteria

I keep getting 0 but I know for sure there are 12 people who meet the
criteria.

"Teethless mama" wrote:

=SUMPRODUCT(--(J2:J100="neg"),--(L2:L100="neg"),--(C2:C100="False"))


"Andi" wrote:

I am tyring to count the number of individuals who match certain criteria
stored in three different columns. I need to count how many people who Tested
"neg" for Marker1 (column J), "neg" for marker3(Column L) and "False" for
other history (Column 3). I thried using Count(IF(array1), IF(array2).....
but it didn't work for me. I'm obviously doing something wrong!