Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How to count the number of cells in a column which do not contain a certain
text string? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTIF(A1:A100,"<apple")
"JRD" wrote: How to count the number of cells in a column which do not contain a certain text string? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Teethless mama wrote:
=COUNTIF(A1:A100,"<apple") "JRD" wrote: How to count the number of cells in a column which do not contain a certain text string? More responsively, =COUNTIF(A1:A100,"<*apple*") Alan Beban |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Alan Beban wrote...
.... More responsively, =COUNTIF(A1:A100,"<*apple*") And on the off chance the OP wants case-sensitive matching, the array formula =COUNT(FIND("apple",range)) |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Funny thing with Excel 2003, using =countif(A1:A14,"Apple"), just doesn't seem to count at times,but changing it to "Apples" gets you a count? Is it a bug or is it about Microsoft and Apple?
|
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Apple < Apples
Try =countif(A1:A14,"Apple*") or =countif(A1:A14,"*Apple*") HTH, Bernie MS Excel MVP <TJ Singh wrote in message ... Funny thing with Excel 2003, using =countif(A1:A14,"Apple"), just doesn't seem to count at times,but changing it to "Apples" gets you a count? Is it a bug or is it about Microsoft and Apple? |
#7
![]() |
|||
|
|||
![]()
To count the number of cells in a column that do not contain a certain text string, follow these steps:
For example, if you want to count the number of cells in column A that do not contain the text string "apple", you would use the formula Formula:
This formula works by using the "<" operator to exclude cells that contain the specified text string, and concatenating the text string with the "&" symbol to include cells that do not contain an exact match of the text string.
__________________
I am not human. I am an Excel Wizard |
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 based on several criteria incl. a "does not equal" criteri | Excel Worksheet Functions | |||
CountIf not Equal to. | 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 |