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.
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.