Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=TRANSPOSE(A1:B3)Computed by a real spreadsheet engine on the sample data below.
| Month | Sales |
| Jan | 100 |
| Feb | 200 |
| Mar | 300 |
| Apr | 150 |
| May | 250 |
=TRANSPOSE(A1:B3)→Month, Jan, Feb | Sales, 100, 200
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
Yes — TRANSPOSE of a 1×N range returns an N×1 column, and vice versa.
You must select a range the exact size of the transposed output, type the formula, and press Ctrl+Shift+Enter to enter it as an array formula.
Combine two columns into one with the & operator — perfect for joining first and last names into a full name.
How-toAutomatically generate sequential invoice numbers with a prefix and zero-padded counter using TEXT and ROW in Excel and Google Sheets.
How-toAssign sequential row numbers that restart for each group using COUNTIF with a mixed reference in Excel and Google Sheets.
How-toDelete empty rows quickly by filtering for blanks and deleting visible rows, or use Go To Special in Excel for a one-click approach.
How-toMerge values from several columns into one cell using the ampersand operator or CONCAT/TEXTJOIN for delimited output.
How-toReplace empty cells with a default value using IF+ISBLANK, Go To Special fill-down, or a Power Query step for bulk data.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: