TRANSPOSE function

Category: Lookup and reference
Introduced: Excel 2003

Summary

Returns the transpose of an array

Syntax

TRANSPOSE(array) The TRANSPOSE function syntax has the following argument:
• array Required. An array or range of cells on a worksheet that you want to transpose. The transpose of an array is created by using the first row of the array as the first column of the new array, the second row of the array as the second column of the new array, and so on. If you're not sure of how to enter an array formula, see Create an array formula.

Example

=TRANSPOSE(A1:B4)

Microsoft Support Page

https://support.microsoft.com/en-us/office/transpose-function-ed039415-ed8a-4a81-93e9-4b6dfac76027

Back to Functions