Hi all,
I have data in the following form:
Column A – ID (have duplicate values)
Column B – Code (have duplicate values)
Column C – No. losses
Column D – No. gains
Column E – No. N/A’s
Column F – Total of column C, D, E
For Column A there are many duplicate values of the ID, for example
1234
1234
4567
7932
For Column B, there are also duplicate values. The codes are a subset of the ID, so for each ID I want the unique codes and then the values of column C to F for each.
I would like the data in the form of
A B
1234 EUT
BDT
4567 EUT
BDT
BGH
And then the values for columns C to F afterwards. Hope that explains it well enough!
Any help is appreciated cheers. Should I use some sort of INDEX, MATCH to get the unique values for each?
I have data in the following form:
Column A – ID (have duplicate values)
Column B – Code (have duplicate values)
Column C – No. losses
Column D – No. gains
Column E – No. N/A’s
Column F – Total of column C, D, E
For Column A there are many duplicate values of the ID, for example
1234
1234
4567
7932
For Column B, there are also duplicate values. The codes are a subset of the ID, so for each ID I want the unique codes and then the values of column C to F for each.
I would like the data in the form of
A B
1234 EUT
BDT
4567 EUT
BDT
BGH
And then the values for columns C to F afterwards. Hope that explains it well enough!
Any help is appreciated cheers. Should I use some sort of INDEX, MATCH to get the unique values for each?