简体   繁体   中英

How do I transpose a column to a matrix in Excel?

I work in Excel on a MacBook and I don't know how to transpose ,for example, a column of 9 elements to a 3x3 matrix. I tried with TRANSPOSE function but the results are not correct because the first column of the matrix will be the first element repeated 3 times and so on.

With data in column A , pick some cell and enter:

=INDEX($A:$A,COLUMNS($A:A)+3*(ROWS($1:1)-1),0)

and then copy both across and down.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM