Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Text to Columns Leaving multiple blanks cells

andersom
6 - Meteoroid

Hello

 

I'm trying to split an rearrange an address field split by commas using text to columns. This is leaving multiple blanks cells across the columns it has been split into i.e., some address fields have been split into five cells but others have been split into 10+. I'm trying to use the Multi-Field formulas to say if address field x is null then use the value from the next column.

 

I've attached a screen-shot but all this does is move the data to newly populated columns in the same order?

 

Any ideas?

 

Thanks 

 

 
 

 

 

 

6 REPLIES 6
ChrisTX
16 - Nebula
16 - Nebula

If you're writing a formula using brute force (coding many If/Then conditions), you don't really need a Multi-field formula tool.  You can use a regular Formula tool.

 

Can you post some sample input, and desired output?

 

Chris

Raj
16 - Nebula

Please attach some sample data

 

andersom
6 - Meteoroid

Thanks Chris

 

I suppose what I'm trying to do is standardise the number of columns the text is split across. The data [Address] was taken from a survey that included a free text response so some of the address fields span fifteen columns.

 

Can I limit the number of fields the data is split across and maintain its integrity.

 

 

OllieClarke
15 - Aurora
15 - Aurora

Hey @andersom,

 

If you split to rows rather than columns, then filter out the nulls, and then cross-tab back that might be a better solution.

It would help if you could provide some data and the ideal endpoint.

 

Ollie

andersom
6 - Meteoroid

Thanks for your reply

 

I've attached a sample set of data I'm working with Row 147 is an example of where it's been split across multiple columns where row 136 is only split across 3

 

Thanks

lwolfie
11 - Bolide

I'm not sure if this will work for you, but you could try something like this.  It's along the lines of Ollie's suggestion.

Labels