FarzanaSaleem
Programmer
In an excel sheet, I have employee's position titles and departments. I have to find unique positions in each department.
ColumnB: Position Title
ColumnC: Department
There are some more columns in this sheet in addtion to the above two.
Sample Values are:
P1 D1
P2 D2
P3 D3
P1 D4
P5 D5
P6 D6
P1 D1
P7 D7
P5 D8
P5 D5
P9 D9
P10 D10
Output needed is:
P1 D1
P2 D2
P3 D3
P1 D4
P5 D5
P6 D6
P7 D7
P5 D8
P9 D9
P10 D10 (along with other columns)
I used advanced filter with the following options but with no success:
Action: Filter the list in-place
List Range: Complete Sheet
Criteria Range: $B$2:$C$5446
Unique Records only checked
Following message displayed in status bar:
5444 of 5444 records found
ColumnB: Position Title
ColumnC: Department
There are some more columns in this sheet in addtion to the above two.
Sample Values are:
P1 D1
P2 D2
P3 D3
P1 D4
P5 D5
P6 D6
P1 D1
P7 D7
P5 D8
P5 D5
P9 D9
P10 D10
Output needed is:
P1 D1
P2 D2
P3 D3
P1 D4
P5 D5
P6 D6
P7 D7
P5 D8
P9 D9
P10 D10 (along with other columns)
I used advanced filter with the following options but with no success:
Action: Filter the list in-place
List Range: Complete Sheet
Criteria Range: $B$2:$C$5446
Unique Records only checked
Following message displayed in status bar:
5444 of 5444 records found