Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Combining Column Ranges into a single Column

HARRISONDAVIS
5 - Atom

 

Trying to figure out how to combine ranges but also concatenate when not continuous.

Range 1

Range 2

Range 3

Range 4

100-150

145-999

001-100

 

301-361

363-390

395

392

001-361

362-364

365-999

 

 

 

 

 

 

So the data is put into a new Column

Combined Range

000-999

301-390,392,395

000-999

 

 

I want to keep null rows. I was hoping to write a formula but couldn't think of a proper if/else statement 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @HARRISONDAVIS 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1634307233528.png

 

Hope this helps : )

 

HARRISONDAVIS
5 - Atom

This is perfect! Thank you so much. I was trying to write a formula for it. Getting a little bit used to translating SQL scripting into Alteryx.

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @HARRISONDAVIS 

Cheers and have a nice day!

Labels