mxtranspose

Syntax:

Return Range  mxtranspose(Range matrix1)

Description:

Computes the matrix transpose of matrix1 and places it at the current cell.

Examples:

($a4) = mxtranspose($a1:$c3)
Before:
AB CD
1147
2258
33620
4
5
6
After:
AB CD
1147
2258
33620
4123
5456
67820
($a2) = mxtranspose($a1:$d5)