Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
how to count number of "partial string" in a range of column for ex: column E contains text as "Pass", "pass on 20/01/08", "issue Passed on "21", "fail". now, i wanted the count which searches the cell values that contains the word "pass" (case insensitive)". here, in this case the count is 3 (answer). how to do it? I tried COUNTA and DCOUNTA. it didnt work Thanks, Venkat |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With wildcards:
=COUNTIF(E1:E100,"*pass*") -- Gary''s Student - gsnu200826 "Venkatesh V" wrote: Hi, how to count number of "partial string" in a range of column for ex: column E contains text as "Pass", "pass on 20/01/08", "issue Passed on "21", "fail". now, i wanted the count which searches the cell values that contains the word "pass" (case insensitive)". here, in this case the count is 3 (answer). how to do it? I tried COUNTA and DCOUNTA. it didnt work Thanks, Venkat |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks a lot. it worked
"Gary''s Student" wrote: With wildcards: =COUNTIF(E1:E100,"*pass*") -- Gary''s Student - gsnu200826 "Venkatesh V" wrote: Hi, how to count number of "partial string" in a range of column for ex: column E contains text as "Pass", "pass on 20/01/08", "issue Passed on "21", "fail". now, i wanted the count which searches the cell values that contains the word "pass" (case insensitive)". here, in this case the count is 3 (answer). how to do it? I tried COUNTA and DCOUNTA. it didnt work Thanks, Venkat |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count partial matched text string | New Users to Excel | |||
Count one character in a string across a range of cells? | Excel Worksheet Functions | |||
Count the number of cells in a range with a string containing a specified substring | Excel Programming | |||
count instaces of text string in range | Excel Programming | |||
searching a string with a partial string | Excel Programming |