Forum Discussion
Dr0idy
6 years agoHelper I
Transform 999+ column data into something sensible
I have an excel file (not created by me) that contains 999+ Columns in the repeating format as below.
| Area | Indicator1 Year1 | Indicator1 Year2 | Indicator1 Year3 | Indicator2 Year1 | Indicator2Year2 | Indicator2 Year3 |
I want the data in the format
| Area | Indicator | Year | Value |
I know how to do this manually with concatenations, delimiting and then splitting the columns. Is there a more automated way of me transforming this within Query Editor?
If anyone wants to see the actual data it is in the spreadsheet at http://www.improvementservice.org.uk/documents/benchmarking/1718rawdata.xlsx
1 Reply
- v-lili6-msftCommunity Support