Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
TRANSPOSE rotates a range or array so that its rows become columns and its columns become rows. In older Excel versions it must be entered as a legacy array formula with Ctrl+Shift+Enter; in Excel 365 and Google Sheets it spills automatically. Use it to reorient data without copying and pasting manually.
=TRANSPOSE(A1:C2)=TRANSPOSE(A1:C2)Computed by a real spreadsheet engine on the sample data below.
| Q1 | Q2 | Q3 |
| 100 | 200 | 300 |
=TRANSPOSE(A1:C2)→Q1, 100 | Q2, 200 | Q3, 300
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: