Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default CountIf not Equal to.

Please can someone give me a clue as to where I am going wrong with the
following formula.

=COUNTIF(C2:C3863,"<"&G3)

I want to count in column C all thee cells that do not equal G3.

Many Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default CountIf not Equal to.

Your formula looks fine. What results are you seeing?

"Pendelfin" wrote:

Please can someone give me a clue as to where I am going wrong with the
following formula.

=COUNTIF(C2:C3863,"<"&G3)

I want to count in column C all thee cells that do not equal G3.

Many Thanks in advance

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default CountIf not Equal to.

Formula looks right, assuming that you're trying to count cells only within
that range which meet your criterion, and that your criterion is to comprare
with the contents of C3, not with the string "G3".
What's the problem?
--
David Biddulph

"Pendelfin" wrote in message
...
Please can someone give me a clue as to where I am going wrong with the
following formula.

=COUNTIF(C2:C3863,"<"&G3)

I want to count in column C all thee cells that do not equal G3.

Many Thanks in advance



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default CountIf not Equal to.

You didn't say what the problem was. I assume it was counting blanks as
numbers
try
=SUMPRODUCT((C2:C22<G3)*(ISNUMBER(C2:C22)))

--
Don Guillett
SalesAid Software

"Pendelfin" wrote in message
...
Please can someone give me a clue as to where I am going wrong with the
following formula.

=COUNTIF(C2:C3863,"<"&G3)

I want to count in column C all thee cells that do not equal G3.

Many Thanks in advance



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default CountIf not Equal to.

Appologies to All, I missed read the result and thought it had only removed
1 number from the total count of rows. The formula is working ok.
Appologies again

"E-Coder" wrote:

Your formula looks fine. What results are you seeing?

"Pendelfin" wrote:

Please can someone give me a clue as to where I am going wrong with the
following formula.

=COUNTIF(C2:C3863,"<"&G3)

I want to count in column C all thee cells that do not equal G3.

Many Thanks in advance

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
can I make cell "yes" equal 1, "no" equal 0 can I make cell yes equal 1, no equa Excel Discussion (Misc queries) 4 April 22nd 23 06:09 AM
COUNTIF or not to COUNTIF on a range in another sheet Ellie Excel Worksheet Functions 4 September 15th 05 10:06 PM
Contains instead of Equal Jennifer Excel Worksheet Functions 4 September 13th 05 03:42 PM
Value of Less Than Zero to Equal Zero thomasstyron Excel Discussion (Misc queries) 6 July 31st 05 02:42 AM
Between or Equal to Coltsfan Excel Discussion (Misc queries) 2 July 29th 05 12:01 AM


All times are GMT +1. The time now is 05:12 AM.

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"