Query to identify non-implicit relationship

LectorFiel

New Member
Joined
Apr 11, 2015
Messages
15
Hello everyone,

First of all thanks in advance for reading this post.

Recently, I am exploring Power Pivot and its multiple options and relations with Traditional pivot Tables.

I would like to know if this request can be resolve through a formula or query. I am looking to identify a relationship that is non Implicit. I will try to explain myself.

I am working with a file that has around 8.000 rows and 15 columns, my question is regarding to the first two columns.

Client and Counterpart. It is possible that Client has multiple Counterpart including itself. What I am looking for is identify those relations that are not explicit. This is a sample.

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Client[/TD]
[TD]Counterpart[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]A[/TD]
[/TR]
</tbody>[/TABLE]

Using a Pivot table I got the following table moving both Fields on Rows

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Row Labels[/TD]
[/TR]
[TR]
[TD]A[/TD]
[/TR]
[TR]
[TD] B[/TD]
[/TR]
[TR]
[TD] C[/TD]
[/TR]
[TR]
[TD] D[/TD]
[/TR]
[TR]
[TD]B[/TD]
[/TR]
[TR]
[TD] B[/TD]
[/TR]
[TR]
[TD] D[/TD]
[/TR]
[TR]
[TD] E[/TD]
[/TR]
[TR]
[TD]C[/TD]
[/TR]
[TR]
[TD] A[/TD]
[/TR]
[TR]
[TD] D[/TD]
[/TR]
</tbody>[/TABLE]

What I need to get is the following List. I believe that maybe a query can be useful, but no idea how I can apply this on excel.

With whom Client is non related.

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Client[/TD]
[TD]Counterpart[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]E[/TD]
[/TR]
</tbody>[/TABLE]

I will appreciate any help in this matter.

Thank you again.

I hope hear from anyone soon.
 
Is there any chance you could attach an example of your file, Using "Box.com" (Free file sharing) or similar.
 
Upvote 0

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.

Forum statistics

Threads
1,224,153
Messages
6,176,729
Members
452,740
Latest member
MrCY

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top