Move data from multiple columns into single row

后端 未结 3 1022
慢半拍i
慢半拍i 2020-12-22 04:59

This formatting issue is confusing me. I\'m not an Excel king and would greatly appreciate the solution to my problem.

I\'m trying to format data from multiple colum

3条回答
  •  天涯浪人
    2020-12-22 05:28

    As per this, there are several options:

    1. Item 3: enter in A8

      =OFFSET($A$2,INT((COLUMN()-COLUMN($A$8))/4),MOD(COLUMN()-COLUMN($A$8),4))

      Copy to the right as needed.

    2. You could also use INDEX.

提交回复
热议问题