Hi there,
Need a wizz to advise how to use a macro to transpose Sport A data presently displayed like this...
Oct-12 | Nov-12 | Dec-12 | Jan-13 | Feb-13 | Mar-13 | Apr-13 | May-13 | Jun-13 | Jul-13 | Aug-13 | Sep-13 | Oct-13 | Nov-13 | Dec-13 | Jan-14 | |
a | £56,515.99 | £51,766.62 | £61,609.73 | £44,293.19 | £46,076.85 | £43,590.94 | £43,963.03 | £39,659.15 | £49,787.18 | £53,569.27 | £48,589.30 | £62,287.33 | £49,197.83 | 61379.25 | 76478.38 | 80613.88 |
into this...
Discipline | Month | Revenue |
Sport A | Oct-12 | 56515.99 |
Sport A | Nov-12 | 51766.62 |
Sport A | Dec-12 | 61609.73 |
Sport A | Jan-13 | 44293.19 |
Sport A | Feb-13 | 46076.85 |
Sport A | Mar-13 | 43590.94 |
Sport A | Apr-13 | 43963.03 |
Sport A | May-13 | 39659.15 |
Sport A | Jun-13 | 49787.18 |
Sport A | Jul-13 | 53569.27 |
Sport A | Aug-13 | 48589.3 |
Sport A | Sep-13 | 62287.33 |
Sport A | Oct-13 | 49197.83 |
Sport A | Nov-13 | 61379.25 |
Sport A | Dec-13 | 76478.38 |
Sport A | Jan-14 | 80613.88 |
Would prefer to not manually transpose this data. I have 22 Sports to do this for so you can appreciate the question.
Is there a macro template in excel that creates a loop through the rows that then stops when it has no more data to process? At times there are gaps. I.e. some months there is no data.
Can anybody help?