Alteryx Designer Desktop Discussions

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

Sum Based on Criteria

insomned
8 - Asteroid

Hello Community, 

 

I have to add up values in a column based on a specific parameter. For example:

 

MARK                               15

MARK'S COMPUTER      20

JENNY                             60

JENNY'S PHONE            12

 

I want to create column's Mark's Total and Jenny's Total adding up the specific amounts, how do I do this? 

 

Thanks! 

3 REPLIES 3
messi007
15 - Aurora
15 - Aurora

@insomned,

 

Please see below : 

 1- RegEx to take the name

 2- Aggregate on the new column and SUM

messi007_0-1649059426839.png

Attached the workflow,

 

Hope this helps!

Regards

LogoPrime.png

Akash__on
8 - Asteroid

Use Find Replace tool and then use Summarize tool on name as grouped.

 

Akash__on_0-1649059775536.png

 

binuacs
20 - Arcturus

@insomned 

binuacs_0-1649064580215.png

 

Labels