We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Cleaning Nulls and moving address lines

parria1
8 - Asteroid

I have a recordset that looks like the attached file. I need to make the nulls in the first two columns the value of whatever is in the row above. i have been able to do that with a multirow formula tool, but cannot move the city,state,zip to another column.

 

 

1 REPLY 1
apathetichell
20 - Arcturus

Perhaps you want to use a second multi-row formula with a regex_match for city/state/zip layout as a condition and then use that to "move" it? If you can load some sample/test data someone can mock it up.

Labels
Top Solution Authors