Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

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

Cell with a lot of names. need to populate in one column based on another column

jason79121
7 - Meteor

Hi everyone,

 

I have data that is like the below

 

Month

Name

JanuaryJoe Smith | Jane Doe | Elias Name
FebruaryJane Doe
March

Joe Smith | Elias Name

 

Ideally, I would like it to show like this:

 

MonthName
JanuaryJoe Smith
JanuaryJane Doe
JanuaryElias Name
FebruaryJane Doe
MarchJoe Smith
MarchElias Name

 

I have been playing around with the transform and transpose fields, with first doing a text to columns to create many columns each with individual names - but am struggling to then get it to the ideal state. Does anyone have any suggestions?

 

Thanks!

3 REPLIES 3
MilindG
12 - Quasar
 

@jason79121 Use Text to column tool and select 'Split to rows' option with the '|' delimiter

jason79121
7 - Meteor

That helps separate the columns but does not help me with creating new columns based on the month. Do you have a workflow that can help do that?

FinnCharlton
13 - Pulsar

Hi @jason79121 , you can do it with the Text to Columns tool, choose the split to rows option:

Screenshot 2023-07-26 151659.png

Hope this helps!

Labels
Top Solution Authors