Move Every Third Row in Excel to a Column

Published: 25 May 2015
on channel: Mike Wong
33,650
149

If you're looking for an Excel formula to move every third row to its own column, this will do it for you.

The formula itself is:

=IF(MOD(ROW(),3)=1,OFFSET($A1,COLUMN()-2,0),"")

This formula assumes that your data starts in Row 1 and is in Column A.

If your data has a header (or you want to add one) and your data starts in Row 2, you must change your formula to this instead:

=IF(MOD(ROW(),3)=2,OFFSET($A2,COLUMN(),-2,0),"")


Watch video Move Every Third Row in Excel to a Column online without registration, duration hours minute second in high quality. This video was added by user Mike Wong 25 May 2015, don't forget to share it with your friends and acquaintances, it has been viewed on our site 33,65 once and liked it 14 people.