Hi.
I'm sure someone can help me with this one. I am at a certain point in my data prep and now have a spreadsheet that looks similar to this:
| Header | A | B | C | D | E |
| GS | GW | | | | RR |
| GS | | JP | | | |
| GS | | KB | SO | | |
| GS | | | | | PC |
| JJ | CL | | | | |
| JJ | | MW | | | |
| JJ | BG | | | FL | |
And I want it to look like this:
| Header | A | B | C | D | E |
| GS | GW | JP | SO | | RR |
| GS | | KB | | | PC |
| JJ | CL | MW | | FL | |
| JJ | BG | | | | |
The spreadsheet in question has ~150 different headers and columns A through to Z.
I hope there is a simple solution.
Thanks