Hey All,
I have what's probably a very simple problem to solve. Essentially, I have company addresses information that I was given and after cleaning it up I am left with the following format.
[Name]
[Address]
[State]
Each of these correspond to cell A1, A2, A3, ..., A_N. Each company is in sets of 3, and I want the data to display like this:
[Name] [Address] [State] (basically A1, B1, C1, but for the entire set of data which is a considerable amount of rows). See attached for example.
Is there an easy way to do this inside of Alteryx?