Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Sumif and create two new rows

Stuart_C
7 - Meteor

Hi,

 

I'd like to use a function similar to sumif in excel and output the sum in two new rows as a negative at the bottom based on the Group #.  The account # for the two new rows will be the same as the example.

 

Input  
GroupAccount #Amount
10096575
10094725
20087550
200658100

 

Output  
GroupAccount #Amount
10096510
10094720
20087550
200658100
100456-30
200456-150

 

Thank you,

 

- Stuart

 

2 REPLIES 2
JosephSerpis
17 - Castor
17 - Castor

Hi @Stuart_C I mocked up a workflow let me know what you think?

Stuart_C
7 - Meteor

Thank you @JosephSerpis !  This works perfectly!

Labels
Top Solution Authors