I've got a list with a huge amount of columns. I want to repeat the column header on each row and put all the columns into just two.
I start with this:
The result should be:
Does anyone have any idea if how I can do this? Thanks
I've got a list with a huge amount of columns. I want to repeat the column header on each row and put all the columns into just two.
I start with this:
The result should be:
Does anyone have any idea if how I can do this? Thanks
Assuming Person1
is in A1, insert and label a new ColumnA then unpivot (eg as described in detail under Convert matrix to 3-column table ('reverse pivot', 'unpivot', 'flatten', 'normalize') and filter to delete rows blank under Value
.
I solved this using a method described here: http://www.extendoffice.com/documents/excel/2461-excel-reverse-pivot-table.html