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
As per this, there are several options:
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.
=OFFSET($A$2,INT((COLUMN()-COLUMN($A$8))/4),MOD(COLUMN()-COLUMN($A$8),4))
You could also use INDEX.
INDEX