TRANSPOSE() ?
TRANSPOSE() ?
In Zoho sheets I cannot get TRANSPOSE() to transpose a simple matrix.
a
1
4
b
2
5
c
3
6
a
The a to the left is the result of (=TRANSPOSE(
A1:C3
)
)
in google sheets and excel:
a
1
4
b
2
5
c
3
6
a
b
c
1
2
3
4
5
6