Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Counting occurences which includes text


Hey All,

I was trying to find a way to count occurences for multipl
criteria. Here is the situation: I have 200 6-digit numbers in eac
cell with a range from A1:A200, i.e A1 has 200 6-digit numbers and s
does A2, A3...A200. I want to find the number of times a Value in B
occurs in A1:A200. But the value in B1 should correspond to a Text i
C1, and count the number of times the text occurs from a range o
C1:C200. Let me give you an example. A1=(234789 265789 98756
436278.......) all the way to A200, which has 200 6 digit numbers. Now
the value in B1=436278 and the Value associated with B1 is C1=Texas.
would like to find an efficient way of counting the number of times
value in B1=C1 occurs in A1:A200. I know this is a big question, bu
please help. Thanks

--
Toma
-----------------------------------------------------------------------
Tomac's Profile: http://www.excelforum.com/member.php...fo&userid=3155
View this thread: http://www.excelforum.com/showthread.php?threadid=51320

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Counting occurences which includes text

I don't see where the value in column C has much bearing on the problem.

How about if B1=436278 and C1 = Bozo

would that change the results?

anyway, try

=countif(A1:A200,"*" & b1 & "*")

if any value in C is good and only an empty cell makes a difference

=if(C1="","",countif($A$1:$A$200,"*" & b1 & "*"))

then drag fill down the column.

--
Regards,
Tom Ogilvy



"Tomac" wrote in
message ...

Hey All,

I was trying to find a way to count occurences for multiple
criteria. Here is the situation: I have 200 6-digit numbers in each
cell with a range from A1:A200, i.e A1 has 200 6-digit numbers and so
does A2, A3...A200. I want to find the number of times a Value in B1
occurs in A1:A200. But the value in B1 should correspond to a Text in
C1, and count the number of times the text occurs from a range of
C1:C200. Let me give you an example. A1=(234789 265789 987563
436278.......) all the way to A200, which has 200 6 digit numbers. Now,
the value in B1=436278 and the Value associated with B1 is C1=Texas. I
would like to find an efficient way of counting the number of times a
value in B1=C1 occurs in A1:A200. I know this is a big question, but
please help. Thanks.


--
Tomac
------------------------------------------------------------------------
Tomac's Profile:

http://www.excelforum.com/member.php...o&userid=31555
View this thread: http://www.excelforum.com/showthread...hreadid=513206



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Counting occurences which includes text

I don't get how B1 can = C1 if B1 = a number and C1 is text. Does line A2
use B2 and C2, or B1 and C2, or B1 and C1:C200?

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Tomac" wrote in
message ...

Hey All,

I was trying to find a way to count occurences for multiple
criteria. Here is the situation: I have 200 6-digit numbers in each
cell with a range from A1:A200, i.e A1 has 200 6-digit numbers and so
does A2, A3...A200. I want to find the number of times a Value in B1
occurs in A1:A200. But the value in B1 should correspond to a Text in
C1, and count the number of times the text occurs from a range of
C1:C200. Let me give you an example. A1=(234789 265789 987563
436278.......) all the way to A200, which has 200 6 digit numbers. Now,
the value in B1=436278 and the Value associated with B1 is C1=Texas. I
would like to find an efficient way of counting the number of times a
value in B1=C1 occurs in A1:A200. I know this is a big question, but
please help. Thanks.


--
Tomac
------------------------------------------------------------------------
Tomac's Profile:

http://www.excelforum.com/member.php...o&userid=31555
View this thread: http://www.excelforum.com/showthread...hreadid=513206



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
Counting occurences of text jc132568 Excel Worksheet Functions 3 November 2nd 09 04:11 AM
Counting Unique occurences of text in a column Tan Excel Worksheet Functions 12 October 26th 09 04:21 PM
Counting Unique occurences of text in a column Bernd P Excel Worksheet Functions 0 October 25th 09 10:47 AM
Counting occurences of text DJ Excel Discussion (Misc queries) 7 September 24th 09 11:07 AM
Help on counting occurences Krishna[_3_] Excel Programming 3 July 28th 04 04:45 AM


All times are GMT +1. The time now is 11:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"