G
Guest
Guest
Hallo
I am trying to do a count if - possible array formula for the following
In cells B2:b10 there are names of people
In cells C2:c10 there are ages 1 to 5
I want to count the number of people whose name is "Ben" and their age is great than 10
i tried {=count(if(b2:b10="Ben",if(c2:c10>10,c2:c10,0),0))}
but it doesn't seem to be working
Thanks
Pete
I am trying to do a count if - possible array formula for the following
In cells B2:b10 there are names of people
In cells C2:c10 there are ages 1 to 5
I want to count the number of people whose name is "Ben" and their age is great than 10
i tried {=count(if(b2:b10="Ben",if(c2:c10>10,c2:c10,0),0))}
but it doesn't seem to be working
Thanks
Pete