Archive for 3 Jun 2008

Transpose Rows / Columns in Microsoft Excel

There are times when we need to make the data element on an excel columns to all line up in a row.

For example : Transfer the data element in B1 to A2, C1 to A3, D1 to A4, E1 to A5 etc…

Following are the steps to transpose the elements in a particular row to a given column.

1. Select all rows (single column) where you want the elements to be transposed to. So for the above example it will A2, A3, A4, A5.

2. Enter =transpose(b1:e1)

3. Hit Shift + Ctrl + Enter

4. Done!

|