How to Reverse Transpose in Excel (3 Methods)

Dataset Overview

We’ll work with a sample dataset containing columns for Name, Age, Gender, and Monthly Income.

How to Reverse Transpose in Excel


Method 1 – Reverse Transpose Using Sort

  • Copy the entire dataset and paste it as values in cell F4.

How to Reverse Transpose in Excel methods

  • Click on Transpose (as shown in the image).

However, this won’t give us the desired result; we want Andrew at the top of the list.

  • Add an extra column called Level and fill it using the AutoFill option.

How to Reverse Transpose in Excel by SORT

  • Select the data (including the header) and go to Data > Sort.

How to Reverse Transpose in Excel by SORT

  • In the dialog box, choose Level and sort it from Largest to Smallest.

  • Now our dataset should look like the following image:

How to Reverse Transpose in Excel by SORT

  • Finally, delete the Level column and transpose the data again.

How to Reverse Transpose in Excel by SORT

Read More: Excel Paste Transpose Shortcut: 4 Easy Ways to Use


Method 2: Reverse Transpose Using Transpose Function

  • Transpose the data using Paste Special:
  • Select the data range and press CTRL+C.

How to Reverse Transpose in Excel by paste spcial an transpose function

  • Click anywhere and press CTRL+ALT+V to open the dialog box.

  • Choose Transpose and click OK.

How to Reverse Transpose in Excel by SORT

Although this won’t give us the desired result, we’ll need these border areas later.

  • Add a Helper column with the formula:
=ROW()

  • Press ENTER key and drag it down to AutoFill the rest of the series (indicating row numbers).

How to Reverse Transpose in Excel by Transpose function

  • Select the dataset and go to Data > Sort.

  • Sort the Helper column from Largest to Smallest.

  • Now our data should resemble the following image.

  • Select the previously transposed data, press Delete, then enter the following formula:
=TRANSPOSE(B4:E12)

How to Reverse Transpose in Excel by paste and transpose

  • Press ENTER. If you’re using a lower version of Excel (before 2019), use CTRL+SHIFT+ENTER.


Similar Readings


Method 3: Using INDIRECT Function to Reverse Transpose

  • We’ll start by transposing the data (as shown in the image).

How to Reverse Transpose in Excel by INDIRECT FUNCTION

  • Click on cell G3 and enter the formula:
=COLUMN()

  • Drag right and use AutoFill to complete the series.

  • In column P, type the numbers 4, 5, and 6 (indicating column and row numbers).

How to Reverse Transpose in Excel by INDIRECT FUNCTION

  • Click on cell G7 and enter the formula:
=MAX(G3:O3)

  • Press ENTER.

  • In cell H7, enter the formula:
=G7-1
  • Press Enter and AutoFill the rest of the series.

  • In another cell, enter the formula:
=INDIRECT(ADDRESS($P4,G$7))

  • Press ENTER and fill the rest of the series by dragging.

How to Reverse Transpose in Excel

The ADDRESS function provides the cell location based on the given row and column numbers. For example, ADDRESS($P4,G$7) yields the output $O$4. The INDIRECT function retrieves the value from that cell, which in this scenario would be Jason.

Read More: How to Transpose Rows to Columns Based on Criteria in Excel (2 Ways)


Practice Section

We’ve attached a practice workbook for you to practice these methods.


Download Practice Workbook

You can download the practice workbook from here:


Related Articles

Get FREE Advanced Excel Exercises with Solutions!
Mahbubur Rahman
Mahbubur Rahman

MAHBUBUR RAHMAN is a leather engineer with a talent for Excel and a passion for VBA programming. To him, programming is like a time-saving wizard, making data manipulation, file handling, and internet interactions a breeze. His skill set extends to SPSS, STATA, Deep Neural Networks, and Machine Learning. Holding a B.Sc in Leather Engineering from Khulna University of Engineering & Technology, he's shifted to become a content developer. In this role, he crafts technical content centred around Excel... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo