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

General Discussions

Discuss any topics that are not product-specific here.

Sum If

codyfink
7 - Meteor

So I am used to using Excel and Sum Ifs. Is there anyway to do that in Alteryx. Basically I have multiple part numbers in the Part column that are same I am trying to combine and sum the PO quanity. For example line 3 and 4 are the same part I only want one column with the PO quanitty being the sum of both which would be 513pcs?

 

 

 

3 REPLIES 3
MilindG
12 - Quasar

@codyfink You can use the Summarize tool and group by the string field and sum the Int field

caltang
17 - Castor
17 - Castor

Yeah, use the Summarize tool to Group by those dimensions and Sum the measures you want provided the data types are correct. Dimensions should ideally be V_WStrings and measures should be numeric in nature.

 

 

Best,

Cal

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
caltang
17 - Castor
17 - Castor

@codyfink 

 

If the above solved your need, kindly like & mark as accepted solution so that you may help others find the solution more quickly + to close the thread as is. Thanks!

Best regards,
Calvin Tang
https://www.linkedin.com/in/calvintangkw/

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors