This function changes the vertical range of a cell to the horizontal range of a cell and the horizontal range of a cell to the vertical range of a cell and returns an array in the new orientation. Because this is an array function, after selecting and putting this formula into the cells where you want the new values to be pasted, press Ctrl+Shift+Enter.
Syntax:
=TRANSPOSE (array)
Parameter list:
Example :
In this example, we must first pick the cell range F1:J4 (you should select 5 columns since there are 5 rows to convert and 4 rows because there are 4 columns to convert). Enter the formula =TRANSPOSE(A1:D5) and press Ctrl+Shift+Enter to convert to array formula and transpose the columns and rows.
Ask Your Query