J
julius.fuchs
Hello
I have a table which looks like this:
DRG Patient Costs
==================
A a 10
A b 20
A c 15
B a 30
and so on. Now I have to convert it to something like this:
DRG Costs1 Costs2 Costs3
============================
A 10 20 15
B 30
Very ugly but I need it this way for Excel.
How can I do that?
I have a table which looks like this:
DRG Patient Costs
==================
A a 10
A b 20
A c 15
B a 30
and so on. Now I have to convert it to something like this:
DRG Costs1 Costs2 Costs3
============================
A 10 20 15
B 30
Very ugly but I need it this way for Excel.
How can I do that?