I'm trying to automate the counting of people in a specific group, represented by their individual number. The first three numbers are their group, the last two numbers are their individual number. Each group is no larger than 40 people
My problem is every time I try something using 'countif' Excel returns a zero. I've tried the following formulas (syntax is approximate):
=countif(page!A:A,101**) -Error box popped up
=countif(page!A:A,"11**") -returned a zero
=countif(page!A:A,"10100<>10141") -again, returned a zero
How can I fix this?
Thanks in advance,
-Lupe
My problem is every time I try something using 'countif' Excel returns a zero. I've tried the following formulas (syntax is approximate):
=countif(page!A:A,101**) -Error box popped up
=countif(page!A:A,"11**") -returned a zero
=countif(page!A:A,"10100<>10141") -again, returned a zero
How can I fix this?
Thanks in advance,
-Lupe