This week’s topic is transposing data.
Transposing is taking a set of data and reorienting it from vertical to horizontal or vice versa. When you are working with multiple rows or columns, transposing will essentially switch your column headings to row headings and vice versa. Excel has a few ways to accomplish this and I’ll be showing you two of them today. The first way is via the Paste Special feature (building on last week’s post) and the other way is through a special function called TRANSPOSE (go figure).
Paste Special: Transpose
This is the simpler method to transpose data, but as you’ll see it is static and doesn’t allow for dynamic updating. Here are the steps to transpose the data in the example spreadsheet.
- Download the example spreadsheet here.
- Highlight the range B3:M3 (all the months) and then copy (Ctrl +C)
- Move to cell C7
- PC: From the “Home” menu in the “Clipboard” section click “Paste” then select “Transpose.” The icon looks like this:
(Keyboard shortcut Alt → H → V → T) - Mac: From the “Home” menu in the “Edit” section click “Paste” then select “Paste Special”. The “Transpose” option is in the bottom right of the dialogue box. Click OK.

