Count if?

  • Thread starter Thread starter Hannah
  • Start date Start date
H

Hannah

Good afternoon

Please could you tell me if there is any way to count all the cells that are
not equal to a value or to count all those cells that contain text?

Many thanks

Hannah
 
To count values in column A not equal to 15, for example:

=COUNTIF(A:A,"<>15")

Hope this helps.

Pete
 
Thank you - thta's brilliant!

Pete_UK said:
To count values in column A not equal to 15, for example:

=COUNTIF(A:A,"<>15")

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