hello
I have a question that has me stumped.
Consider a large table as shown below...
[tt]
ID A B X1 X2 X3 X4 X5 X6
====================================================================
1000 1 6 1 6 6 10 6 1
1001 3 15 15 15 3 3 3 3
1002 13 8 13 8 13 8 8 13
1003 34 16 99 16 16 34 16 34 [/tt]
etc …
I need to be able to identify all ID values where the A and B values are repeated exactly 3 times each in the X columns. In this table sample, only ID = 1002 has this property. The X columns have exactly 3 values of 13, and 3 values of 8.
Much thanks for any ideas.
Vicky
I have a question that has me stumped.
Consider a large table as shown below...
[tt]
ID A B X1 X2 X3 X4 X5 X6
====================================================================
1000 1 6 1 6 6 10 6 1
1001 3 15 15 15 3 3 3 3
1002 13 8 13 8 13 8 8 13
1003 34 16 99 16 16 34 16 34 [/tt]
etc …
I need to be able to identify all ID values where the A and B values are repeated exactly 3 times each in the X columns. In this table sample, only ID = 1002 has this property. The X columns have exactly 3 values of 13, and 3 values of 8.
Much thanks for any ideas.
Vicky