Hello,
I have been trying to work my way around this but couldn't make it happen. I just started using Alteryx and this seems to be out of my reach.
My data is in a single column and I want to make it look like the following:
-The data represented by the same letters isn't the same but refers to the same attribute.
-Some data groups have 8 rows, some have only 7.
-If Row G isn't present I would need to shift row F to Column7
-X is the last data cell for each group, and a part of it is always the same, so that can be used.
Many thanks in advance for you help.
Solved! Go to Solution.
Hi Emil,
Seems like I wasn't clear enough, sorry. The words after Model: aren't the same. I used the same word to represent the category of data that will be the same and the need to change the data from Column L to M (looking at my sample output) if there is no data on column L.
Let me know what details I am missing, thanks.
Hi @Asalmeida,
It is not working for this particular example but you can check if it works with your data but I believe it might work for you:
Probably you will need to change this multi-row formula so it will work for you as expected:
Probably your fields will not contain the word of telephone or address so you will need to adjust this formula.
This worked perfectly with a few minor tweaks, thank you 🙂
But the outcome is only including 30 rows or so? Any idea about that?
I just needed to change the input tool, sorted.
Hi Emil,
Getting really close now! The only thing not working as intended is when there are only 2 rows between Address: and Telephone: instead of 3 or 4.
I haven't made clear because I didn't notice it in the initial data. I tried changing the multi-row formula but I could not make a difference... Sorry.
Thank you very much!