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.
fireworks
SOLVED

How to split a cell value into multiple rows using Alteryx?

Venamma
7 - Meteor

Hi Team,

 

I have an excel file which has the data as shown below. I would like to split the each value into a separate row, Can you please help me?

DomainRoles
FinanceSenior Analyst
Analyst
Lead
AuditManager
Senior Analyst
Analyst

 

Required Output:

DomainRoles
FinanceSenior Analyst 
FinanceAnalyst 
FinanceLead
AuditManager
AuditSenior Analyst 
AuditAnalyst 
2 REPLIES 2
DataNath
17 - Castor
17 - Castor

Hey @Venamma if you use the Text to Columns tool, in 'Split to Rows' mode, that'll work. You just need to set the delimiter to \n which is the notation for a line break.

 

DataNath_0-1657706328536.png

Venamma
7 - Meteor

This is helpful.
Thank you very much!

Labels
Top Solution Authors