Hi, i have some data that i need to sort and seperate into different fields. Is there a function(s) to do this or a macro? Really stuck at the moment and running out of ideas.. I have tried countif function to calculate but doesnt quite work for me.. Please see an example of what data i have got and what i want to achieve...
Existing Data:
What i want to display...
Many thanks,
Brian
Existing Data:
Code:
Data Value
1 a
2 b
3 c
1 d
1 e
4 f
5 f
6 g
7 a
7 b
8 c
9 d
1 f
What i want to display...
Code:
data count value 1 value 2 value 3 value 4
1 4 a d e f
2 1 b
3 1 c
4 1 f
5 1 f
6 1 g
7 2 a b
8 1 c
9 1 d
Many thanks,
Brian