Hello,
I have a table which is formatted like this
A B C
Title Group Count
example 1 5
example 2 3
example 3 8
example2 1 4
example2 2 8
example2 4 10
example2 5 4
example3 2 6
example3 3 12
and I need to change it so that it looks like
Title Group 1 Group 2 Group 3 Group 4 Group 5
example 5 3 8 0 0
example2 4 8 0 10 4
example3 0 6 12 0 0
Any ideas about how I can go about this (there is too much data to this manually)
Thanks very much
I have a table which is formatted like this
A B C
Title Group Count
example 1 5
example 2 3
example 3 8
example2 1 4
example2 2 8
example2 4 10
example2 5 4
example3 2 6
example3 3 12
and I need to change it so that it looks like
Title Group 1 Group 2 Group 3 Group 4 Group 5
example 5 3 8 0 0
example2 4 8 0 10 4
example3 0 6 12 0 0
Any ideas about how I can go about this (there is too much data to this manually)
Thanks very much