N
nikos
Hi to everyone.
I have 3 columns in an Excel sheet (lets say A,B and C). The first and third
have unique values. The second could have non unique values.
I would like from these columns to extract the corresponding columns, in a
way to include unique values.
Here is a simple example.
The first table:
A B
C
1 B1
C1
2 B2
C2
3 B3
C3
4 B3
C4
5 B3
C5
6 B6
C6
7 B7
C7
8 B7
C8
9 B9
C9
10 B10
C10
and the final table which must extract is:
A B
C
1 B1
C1
2 B2
C2
3 B3
C3
4 B6
C6
5 B7
C7
6 B9
C9
7 B10
C10
Thank you.
I have 3 columns in an Excel sheet (lets say A,B and C). The first and third
have unique values. The second could have non unique values.
I would like from these columns to extract the corresponding columns, in a
way to include unique values.
Here is a simple example.
The first table:
A B
C
1 B1
C1
2 B2
C2
3 B3
C3
4 B3
C4
5 B3
C5
6 B6
C6
7 B7
C7
8 B7
C8
9 B9
C9
10 B10
C10
and the final table which must extract is:
A B
C
1 B1
C1
2 B2
C2
3 B3
C3
4 B6
C6
5 B7
C7
6 B9
C9
7 B10
C10
Thank you.