Forum Discussion
danielrsnyder
7 years agoFrequent Visitor
Transform data from rows to columns when the column headers repeat?
I have data that comes out as shown below (Raw Data), however, all of the ratings are listed in rows based on the individual/customer record they are on. I want each rating to be under the first set ...
- Anonymous7 years ago
Take a look at the attached file. Basically just split the table and then append back into itself
File:
Anonymous
7 years agoNot applicable
Take a look at the attached file. Basically just split the table and then append back into itself
File:
- danielrsnyder7 years agoFrequent Visitor
Thanks Anonymous, that works beautifully!