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
 
Back
Top