Hi, Have data from excel column B, "code", column C "code2", and amount in column D.
where Code 2 has various codes which should be group by and get the sum of desired 'Code' from column C.
for example: in Column C, one of the code is 11005, I need sum of only those code from column B corresponding to 11005 say the sum of 1000+1021+1035+1036 under 11005 to be summed up and so on with other codes.
Can someone help me what is the right tool/formula to use this in Alteryx designer desktop (2025.1 version)
attached the excel file for reference.