Skip to content
Blog/Excel
Excel

How to Transpose Data in Excel

Transpose data in Excel to switch rows into columns or columns into rows. Learn paste transpose, TRANSPOSE formulas, and when each method works best.

/5 min read

Transposing data in Excel switches rows into columns or columns into rows. It is useful when a report is laid out horizontally but your analysis needs a vertical table, or when a copied export is shaped for presentation instead of formulas.

There are two main approaches: paste transpose for a one-time change, and the TRANSPOSE function when the output should stay linked to the source.

Paste transpose

Use paste transpose when you want a static copy.

Step 1. Select the source range, such as A1:F4.

Step 2. Copy it.

Step 3. Select the top-left cell where the transposed output should start.

Step 4. Open Paste Special.

Step 5. Choose Transpose.

Excel flips the copied range so rows become columns and columns become rows.

This is the fastest option for reshaping a small report, a list of categories, or a one-off planning table.

Use the TRANSPOSE function

Use the formula when the output should update as the source changes.

fx
=TRANSPOSE(A1:F4)

In current Excel, enter the formula in the top-left output cell and Excel spills the result into the needed range. In older Excel versions, you may need to select the full output range first and confirm it as an array formula.

WATCH OUT

The transposed output needs empty cells below and to the right. If something blocks the spill range, Excel cannot return the full result.

Practical example: reshape a monthly budget

Suppose a small business budget export has months across the top and categories down the left. That is readable for a manager, but sometimes you need each month as its own row for charting or pivot-table work.

Paste transpose can quickly flip a small summary. If the budget updates every week, use TRANSPOSE so the reshaped view stays connected to the original.

The same issue appears in sales pipeline summaries, employee schedules, and content calendars when a human-friendly layout needs to become analysis-friendly.

Which method should you use?

NeedBest method
One-time cleanupPaste transpose
Output updates with sourceTRANSPOSE formula
Final report for sharingPaste values after transposing
Analysis table for pivotsReshape into normal rows and columns

The Griddy way

Transposing is simple for small ranges, but real workbooks often need the flipped data cleaned, labeled, and connected to formulas.

"Turn this horizontal monthly budget into a clean table with one row per month and keep the totals correct"

Griddy can reshape the range, preserve formulas where needed, and make the output easier to analyze.

Skip the manual work

Describe it. Griddy does it.

Instead of writing this formula yourself, just tell Griddy what you need in plain English. Works in Excel and Google Sheets.