Hi guys,
I have been given a spreadsheet which is a summary table of sales over a couple of years. On the left are three columns (Year, Quarter, Week) then the salesperson list starts, of which there are over 50, with the scope of having further people added and existing people not working here anymore, but we need to keep the figures.
The data isn't ideal - it's a bit messy, I know, but what I am wanting to do is convert this:
into someting like this:
Apologies for the formatting here, but I hope you get the idea.
Is there a clean way of doing this? The idea is to then be able to produce a load of pivot tables and graphs off the back of this, it would be just a lot easier if the data were more manageable.
If there's any further info you need, just ask.
Cheers,
Moo.
I have been given a spreadsheet which is a summary table of sales over a couple of years. On the left are three columns (Year, Quarter, Week) then the salesperson list starts, of which there are over 50, with the scope of having further people added and existing people not working here anymore, but we need to keep the figures.
The data isn't ideal - it's a bit messy, I know, but what I am wanting to do is convert this:
Code:
Year Quarter Week Matthew Lincoln Gordon Smith Colin Bird Alan Wood Michael Armstrong
2008/09 3 11 100 70 60 10 20
2008/09 3 12 50 10 30 40 70
Code:
Year Quarter Week Name
2008/09 3 11 Matthew Lincoln 100
2008/09 3 11 Gordon Smith 70
2008/09 3 11 Colin Bird 60
2008/09 3 11 Alan Wood 10
2008/09 3 11 Michael Armstrong 20
2008/09 3 12 Matthew Lincoln 50
2008/09 3 12 Gordon Smith 10
Apologies for the formatting here, but I hope you get the idea.
Is there a clean way of doing this? The idea is to then be able to produce a load of pivot tables and graphs off the back of this, it would be just a lot easier if the data were more manageable.
If there's any further info you need, just ask.
Cheers,
Moo.