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 a Variance Row

ebledsoe22
8 - Asteroid

Hello,

 

I have 2 rows and 42 columns of data not including the header row, and I need to create a third row with the variance between the first two rows. I want to subtract row record number 20 from row record number 25 for each column starting with the total column. How can I do this in Alteryx? I've tried Multi-field, Multi-row, and generate row tools, but I can't seem to get it right. I feel like I am on the right path, but I need a little help building out the tools. Attached is my scrubbed data set.

 

Thank you in advance!

 

 

4 REPLIES 4
binuacs
21 - Polaris

@ebledsoe22 One way of doing this

image.png

Raj
16 - Nebula

You can include transpose and cross tab to with formula tool to achieve this.

nagakavyasri
12 - Quasar
ebledsoe22
8 - Asteroid

Thank you so much. This is perfect, and will help for other workflows.

Labels
Top Solution Authors