Calling all Alteryx customers: Refer your colleague to try Alteryx and receive a $50 gift card. Sign up now!

Alteryx Designer Desktop Discussions

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

Convert Column Values to Rows

timioluwatimi
5 - Atom

timioluwatimi_0-1637601551497.png

 

I have a table that looks like the above.  How do I convert the columns after "Value4" into rows so it looks like the below.

 

timioluwatimi_1-1637601643769.png

 

My actual data is  9800 rows  * 1500 columns

2 REPLIES 2
messi007
15 - Aurora
15 - Aurora

@timioluwatimi,

 

Could you please share the data instead of the screen shot ?

It will help us to give you the solution 🙂

 

Best Regards,

Kenda
16 - Nebula
16 - Nebula

Hi @timioluwatimi 

 

Attached is a sample workflow that should be able to help. 

 

First, transpose your data, grouping by state and county. This way, all of the values are in the same column. From here, filter out the null rows then use a multi-row formula tool to number the rows for each state/county combo 1-4. Finally you can use a cross tab tool to get the values back into different columns.

 

Kenda_0-1637605123580.png

 

Labels
Top Solution Authors