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

Creating Columns from Row Data

mazeem
6 - Meteoroid

I need help with creating a workflow for the attached data set to look like this in Alteryx? Column headers: Account #, Group, Subgroup, Description

 

mazeem_0-1646163975388.png

 

3 REPLIES 3
Luke_C
17 - Castor
17 - Castor

Hi @mazeem 

 

You can use the multi-row formula tool to help with this:

 

  1. I used multi-row formula tools to find the rows that started with 'Group' or 'Subgroup'. Then was able to repeat those values in a new column until it came across the next group/subgroup
  2. I filtered to just the rows with account numbers
  3. Renamed the fields.

 

Luke_C_0-1646164811361.png

 

 

mazeem
6 - Meteoroid

Very helpful thank you!!!

Luke_C
17 - Castor
17 - Castor

@mazeem  Happy to help - be sure to mark it as solved.

Labels
Top Solution Authors