Transposing an excel sheet

Today, I came across a problem where I needed to transpose data inside an excel sheet. After some Google search, I was able to achieve it like this:

  • Select the data you wish to transform
  • Copy it to clipboard
  • In a new worksheet (or file), right click and select “Paste Special”
  • Check the “Transpose” checkbox and hit Ok.

Thats all……Now you use “Filters” on the columns (that were previously rows).