How to convert a matrix to a single column using Excel

后端 未结 3 1512
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-31 15:00

I have the following matrix in Excel:

3 Columns: A, B, C

Row 1: a b c

Row 2: d e f

3条回答
  •  被撕碎了的回忆
    2020-12-31 15:43

    The answers above are quite good, but IMHO, the solution provided by Chip Pearson here (http://www.cpearson.com/excel/TableToColumn.aspx), is superior is most respects since it immediately/automatically:

    1) Determines the Row/Col delim values on its own, and immediately works for rectangular, e.g. above one must explicitly enter 3 for num Cols and 3 for num Rows, and must also figure out which is which. Whereas Pearson's solution does this automatically (eg. rmf's comment/concern above).

    2) Pearson provides both variants for Col-ordered and also Row-ordered.

提交回复
热议问题