You could use a formula
Say your data begins A2
In B2
In B3![]()
=A2
Drag/Fill Down![]()
=IF(INDEX(A:A,(ROW(A1)*25)+ROW($A$2),1)="","",INDEX(A:A,(ROW(A1)*25)+ROW($A$2),1))
You could use, instead of ROW($A$2), just 2
I just used ROW($A$2) to illustrate that we are adding the start row as an "offset" for the returned values.
Bookmarks