Hello Community!
I know this is a popular question but after trolling the community it seems like other users have slightly more cleaned versions of what I am trying to accomplish.
So here it goes. I have a list of people all in one column. I want to transpose/convert the rows to columns. Here is some sample data:
Bart Simpson
742 Evergreen Terrace
Springfield
Lisa Simpson
742 Evergreen Terrace
Springfield
Marge Simpson
742 Evergreen Terrace
Springfield
As you can see, the list follows a routine, so I feel like it is a simple formula that says, take every x number of rows and move to a new column? So the end result would look like this: (The pipes represent a new column)
Bart Simpson | 742 Evergreen Terrace | Springfield
Lisa Simpson | 742 Evergreen Terrace | Springfield