Array Functions
Advanced

TRANSPOSE Function

Convert rows to columns or columns to rows.

Task:

Transpose the data from rows to columns using the TRANSPOSE function.

Learning Objectives:

  • Learn TRANSPOSE function
  • Understand array manipulation
  • Practice data restructuring
Hints

Solve without hints for +5 XP

Interactive Spreadsheet

The data in this exercise

This is the grid you start with. Cell references in the task — B6, C2 — point at the row numbers and column letters below.

ABCDE
1Data 1Data 2Data 3Data 4Data 5
212345
3Transposed Data
4
5
6
7
What this exercise teaches (contains the answer)

TRANSPOSE converts a vertical range to horizontal or vice versa, useful for rotating data layouts.