logo
excelfunctions.org
bookmarks

TRANSPOSE

Returns the transpose of an array.

Lookup & ReferenceLookup & Matching Essentials

What it does

Flips rows to columns and vice versa.

Syntax

TRANSPOSE(array)

Arguments

  • array(array) β€” Array to transpose.

Examples

Transpose Table

Flip rows/cols.

FORMULA
=TRANSPOSE(A1:B2)
RESULT
[1, 3; 2, 4]
SAMPLE DATA
AB
1AB
212
334