H
Homer Shannon
I have a simple table, which is not so large that I can't count the numbersby hand, but I'm trying to generate a report, so I'd like to use the countcommands to create tallys by several different groups.
What I'm finding is that the results of using these commands are not consistent with what I can actually count by hand. I tried recreating the problems using some small samples and was able to recreate one of the problems: counta always returns a count one more than are actually present. What's withthat? For example, =counta(a1:a3,"*") returns an answer of 4! There are only three cells in the equation. If this is changed to =count(a1:a3,"*"), the answer is correct.
I am also using a countifs command. This is a bit more complex, so I can't cite an example so clearly, but here is what I am getting:
=COUNTIFS('Membership Information'!B:B,"Life",'Membership Information'!D,"*") returns an answer of 43, which is correct.
However, the similar command:
=COUNTIFS('Membership Information'!B:B,"Regular",'Membership Information'!D,"*") Returns an answer of 94 when I can actually count the correct answers and there are 98.
I'm also getting odd answers with the command:
=COUNT('Membership Information'!D,"*") The correct answer is 141 but Excel returns '4'. If I use the command =COUNTA('Membership Information'!D,"*")-1, I get the correct answer.
I went through all the empty boxes to be sure there was no hidden data, andthere isn't. Why is Excel returning these inconsistent answers?
What I'm finding is that the results of using these commands are not consistent with what I can actually count by hand. I tried recreating the problems using some small samples and was able to recreate one of the problems: counta always returns a count one more than are actually present. What's withthat? For example, =counta(a1:a3,"*") returns an answer of 4! There are only three cells in the equation. If this is changed to =count(a1:a3,"*"), the answer is correct.
I am also using a countifs command. This is a bit more complex, so I can't cite an example so clearly, but here is what I am getting:
=COUNTIFS('Membership Information'!B:B,"Life",'Membership Information'!D,"*") returns an answer of 43, which is correct.
However, the similar command:
=COUNTIFS('Membership Information'!B:B,"Regular",'Membership Information'!D,"*") Returns an answer of 94 when I can actually count the correct answers and there are 98.
I'm also getting odd answers with the command:
=COUNT('Membership Information'!D,"*") The correct answer is 141 but Excel returns '4'. If I use the command =COUNTA('Membership Information'!D,"*")-1, I get the correct answer.
I went through all the empty boxes to be sure there was no hidden data, andthere isn't. Why is Excel returning these inconsistent answers?