Hi,
I'll try to explain it with the help of the table at the end of this message.
I want to "pull" only these values of column Y (for a value comparison in a different table) that are dependent on the same value in column X. In the table, the first four values in column Y have got the same X (highlighted in red). Same is valid for blue- green- and purple-colored row(s).
How can I achieve my Goal without using VBA? Please help. Would aprreciate that.
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]X[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]300[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]400[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]400[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]400[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
I'll try to explain it with the help of the table at the end of this message.
I want to "pull" only these values of column Y (for a value comparison in a different table) that are dependent on the same value in column X. In the table, the first four values in column Y have got the same X (highlighted in red). Same is valid for blue- green- and purple-colored row(s).
How can I achieve my Goal without using VBA? Please help. Would aprreciate that.
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]X[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]300[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]400[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]400[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]400[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]