PC Review


Reply
Thread Tools Rate Thread

count partial string in a range

 
 
Venkatesh V
Guest
Posts: n/a
 
      15th Jan 2009
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 With Quote
 
 
 
 
Gary''s Student
Guest
Posts: n/a
 
      15th Jan 2009
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 With Quote
 
Venkatesh V
Guest
Posts: n/a
 
      15th Jan 2009
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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: Count one character in a string across a range of cells? Shane Devenshire Microsoft Excel Worksheet Functions 1 6th Feb 2009 04:33 PM
RE: Count one character in a string across a range of cells? Gary''s Student Microsoft Excel Worksheet Functions 0 6th Feb 2009 03:39 PM
Count one character in a string across a range of cells? Andrea Microsoft Excel Worksheet Functions 0 6th Feb 2009 03:26 PM
Count partial matched text string Chapi Microsoft Excel New Users 4 6th Feb 2009 01:24 PM
count instaces of text string in range Steve Microsoft Excel Programming 4 18th Feb 2005 04:14 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:32 PM.