I have some data, in 405 columns. I'm trying to combine them in to one column. My only hangup is moving from one selection in a column to the next selection in the next column.
I know I can iterate to the next column with a loop:
But that grabs the entire column. I just want to grab rows 1-10. How can I go about doing that?![]()
Please Login or Register to view this content.
Example:
Would turn out like:![]()
Please Login or Register to view this content.
Make sense?![]()
Please Login or Register to view this content.
Bookmarks