Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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