Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Count if criteria is not equal to

I am trying to do a count if statement where my criteria will not meet "C" -
so in column A - I want it to count all letters that are not equal to "C".
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Count if criteria is not equal to

Maybe...

=countif(a:a,"<"&"C")
or
=countif(a:a,"<C")



Raquel wrote:

I am trying to do a count if statement where my criteria will not meet "C" -
so in column A - I want it to count all letters that are not equal to "C".


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Count if criteria is not equal to

If you mean ignore cell entries with 'C' try the below formula

=COUNTA(A:I)-COUNTIF(A:I,"C")

If this post helps click Yes
---------------
Jacob Skaria


"Raquel" wrote:

I am trying to do a count if statement where my criteria will not meet "C" -
so in column A - I want it to count all letters that are not equal to "C".

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to sumif in excel with a not equal criteria Ed New Users to Excel 2 April 30th 23 07:45 PM
sumif , 2 criteria, text must equal Tim Excel Discussion (Misc queries) 3 March 23rd 09 03:51 PM
count entries that equal one criteria if another column meets anot ccKennedy Excel Worksheet Functions 9 January 24th 09 09:23 PM
Can I Rank on a second criteria if the first is equal? CohenRB Excel Discussion (Misc queries) 3 June 23rd 06 01:54 PM
Sum for lines equal to criteria rfhorn Excel Worksheet Functions 5 April 28th 05 01:55 PM


All times are GMT +1. The time now is 03:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"