Make that:
=sumproduct((left(B1:B5,2)="BB")*((C1:C5<>"")))
"Jim May" <(E-Mail Removed)> wrote in message
news:YC2ni.1155$(E-Mail Removed)...
> =sumproduct((left(B1:B5,2)="BB")*(C1:C5>0))
>
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>A B C
>>
>> 1 BB 6
>> 2 BB
>> 3 a 5
>> 4 a 5
>> 5 BB 5
>>
>>
>> ok, still a beginner so i need simple answers.
>>
>> what i want to do is count the number of non blank entrys in colum C
>> based on only those that are labled BB in B.
>>
>> I feel like this should be very simple COUNT option similar to
>> SUMIF(B1:B5,"BB",C1:C5)
>>
>
>
|