Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can I make cell "yes" equal 1, "no" equal 0 | Excel Discussion (Misc queries) | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
Contains instead of Equal | Excel Worksheet Functions | |||
Value of Less Than Zero to Equal Zero | Excel Discussion (Misc queries) | |||
Between or Equal to | Excel Discussion (Misc queries) |