The wrong answer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I created the following formula in the hope that it would count the number
of cells with M as an entry:

=COUNTA(F3:F100,"m")

It is returning an answer of 8 but I know there are only 3 M cells in the
column. Any ideas what I've done wrong?

Thanks
 
You need to make it:

=COUNTIF(F3:F100,"m")

COUNTA counts all the non-blanks cells (including the "m").

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top