Transform

Transpose

Flips a table so rows become columns and columns become rows (the same move as Paste Special, Transpose in a spreadsheet). The first column of the result, named Field, holds the original column names; each original row becomes a column named Row1, Row2, and so on.

Inputs

InputAcceptsRequired
TableTableYes

Outputs

OutputProduces
ResultTable

Example

Your Summary table has one row per quarter and columns Quarter, Revenue, COGS, Opex. Transpose it and you get one row per line item: Revenue, COGS, Opex read down the Field column with the four quarters across, the layout most income-statement reviews expect. The flipped table appears as its own tab.

Tips

Related nodes