Unpivot an Excel matrix/pivot-table?
问题 Is there a quick way to "unpivot" an Excel matrix/pivot-table (in Excel or elsewhere), without writing macros or other code ? Again, I can write code (C# or VBA or whatever) that does that myselfs. I want to know if it is possible to do it without code, quickly ? E.g. I need to convert this permission matrix (given as Excel-table/matrix) into this half-normalized table (so I can insert it into a SQL database): e.g. in SQL I could do it like this: CREATE TABLE dbo.T_DocumentMatrix ( [Function]