Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
bmb2200
 
Posts: n/a
Default Counting Match Pairs In Rows


I am trying to count the number of matched pairs by rows of data and
place this into a chart. Please see the screen shot example and manual
solution.

With the data sets:
1-2-3-4
1-3-4-5
2-3-4-6
3-4-5-6

I want to fill out the chart to find the number of times say 1&2 occur
in the same set and 1&3, 1&4, 2&3, 2&4, etc. The formula would be
filled into the result matrix.

Thanks for your help!


+-------------------------------------------------------------------+
|Filename: pairs.jpg |
|Download: http://www.excelforum.com/attachment.php?postid=3725 |
+-------------------------------------------------------------------+

--
bmb2200
------------------------------------------------------------------------
bmb2200's Profile: http://www.excelforum.com/member.php...o&userid=26560
View this thread: http://www.excelforum.com/showthread...hreadid=398319

  #2   Report Post  
Max
 
Posts: n/a
Default

One way which delivers what you're after ..
(with result matrix extended to cover: 0,1,2,3 ... 9 on both axes)

Link to sample file:
http://www.savefile.com/files/6483947
File: Counting Match Pairs In Rows_bmb2000_wksht.xls

In Sheet1:

Data is in cols B to E, from row3 down

Put in S3:X3

S3: =B3&C3
T3: =B3&D3
U3: =B3&E3
V3: =C3&D3
W3: =C3&E3
X3: =D3&E3

Select S3:X3, copy down as many rows as there are sets of numbers

Put in Z1: '00 (include the leading apostrophe)
Put in AA1: =COUNTIF($S$3:$X$6,Z1)
Select Z1:AA1, copy down to AA100

In the matrix, we have the 2 axes
In H2:Q2 are the numbers: 0,1,2,... 9
In G3:G12 are the numbers: 0,1,2,... 9

Put in H3: =INDEX($AA:$AA,MATCH(H$2&$G3,$Z:$Z,0))
Copy across to Q3, fill down to Q12 to populate the grid

Now to colour the internals of the matrix using conditional formatting

Select H3:Q12
Click Format Conditional Formatting
Under condition 1, make it as:
Formula is: =ROWS($A$1:A1)<=COLUMNS($A$1:A1)
Format Patterns tab Black OK
Click OK at the main dialog
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"bmb2200" wrote in
message ...

I am trying to count the number of matched pairs by rows of data and
place this into a chart. Please see the screen shot example and manual
solution.

With the data sets:
1-2-3-4
1-3-4-5
2-3-4-6
3-4-5-6

I want to fill out the chart to find the number of times say 1&2 occur
in the same set and 1&3, 1&4, 2&3, 2&4, etc. The formula would be
filled into the result matrix.

Thanks for your help!


+-------------------------------------------------------------------+
|Filename: pairs.jpg |
|Download: http://www.excelforum.com/attachment.php?postid=3725 |
+-------------------------------------------------------------------+

--
bmb2200
------------------------------------------------------------------------
bmb2200's Profile:

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



  #3   Report Post  
Max
 
Posts: n/a
Default

Oops, correction to formula in line:
Put in AA1: =COUNTIF($S$3:$X$6,Z1)


Put in AA1: =COUNTIF(S:X,Z1)
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--


  #4   Report Post  
bmb2200
 
Posts: n/a
Default


Thanks so much for your solution. I countinued to try and solve my
issue and came up with another method. Both seem to have their pros
and cons.

In my solution, I made another matrix that counts which numbers come up
in each data set. Then I did a sumproduct for each pair. See the
attached zip spreadsheet.

Thanks again!


+-------------------------------------------------------------------+
|Filename: matching pairs.zip |
|Download: http://www.excelforum.com/attachment.php?postid=3732 |
+-------------------------------------------------------------------+

--
bmb2200
------------------------------------------------------------------------
bmb2200's Profile: http://www.excelforum.com/member.php...o&userid=26560
View this thread: http://www.excelforum.com/showthread...hreadid=398319

  #5   Report Post  
Max
 
Posts: n/a
Default

You're welcome ! Glad to hear that you found a solution to your problem,
and thanks for sharing it with us. Good luck with the game <g !
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"bmb2200" wrote in
message ...

Thanks so much for your solution. I countinued to try and solve my
issue and came up with another method. Both seem to have their pros
and cons.

In my solution, I made another matrix that counts which numbers come up
in each data set. Then I did a sumproduct for each pair. See the
attached zip spreadsheet.

Thanks again!


+-------------------------------------------------------------------+
|Filename: matching pairs.zip |
|Download: http://www.excelforum.com/attachment.php?postid=3732 |
+-------------------------------------------------------------------+

--
bmb2200
------------------------------------------------------------------------
bmb2200's Profile:

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



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
Need rows in Column A removed if they fully or partially match with any Column B row [email protected] Excel Discussion (Misc queries) 1 August 21st 05 11:41 PM
Counting rows, then counting values. Michael via OfficeKB.com Excel Discussion (Misc queries) 7 August 4th 05 10:57 PM
Counting rows with 3 columns Tuc Excel Worksheet Functions 4 April 26th 05 06:46 PM
Listing Multiple Rows from Match Sean Larkin Excel Worksheet Functions 7 December 21st 04 01:29 AM
Counting rows based on criteria in multiple cells Margaret Excel Discussion (Misc queries) 11 December 2nd 04 11:04 PM


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

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

About Us

"It's about Microsoft Excel"