Thread: Count if?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Count if?

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

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

Hope this helps.

Pete

On Nov 13, 3:13*pm, Hannah wrote:
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