Problem:-
I have 3 columns of data.
I wish to create a list of unique combinations of 2 of the columns, but only those with a set criteria for the other column.
example:
Data table
Cloumn A Column B Column C
England Services Level A
England Services Level B
England Services Level A
Wales Services Level A
Scotland Services Level C
England Services Level C
England Services Level A
England Services Level A
I wish to have unique list of column B and C combinations but only for England.
ie the result would be
England Services Level A
England Services Level B
England Services Level C
Hope this is clear,
many thanks for any assistance,
Cheers
Fos605
Bookmarks