Hi!
I am trying to build a "Master File" of sorts that creates multiple sumifs on previous data in the workflow. The sumif is dynamic, so it uses different criteria in each row. For example, row 1's formula is: =SUMIFS(Table_3!D:D,Table_3!B:B,"USD",Table_3!F:F,"C119",Table_3!G:G,"1010") and row 2's formula is: =SUMIFS(Table_3!D:D,Table_3!B:B,"USD",Table_3!F:F,"C119",Table_3!G:G,"1300") .
I am wondering if this is possible to do in Alteryx? I know that the Summarize tool will basically function as a sumif, but I am not sure if it will work as a dynamic sumif.
Any help or suggestions are appreciated! Thanks!
Solved! Go to Solution.
Please attach the excel file with the input and the expected output. You can scrub your data with any dummy data to avoid any confidentiality issues.
Hope this helps - I am not able to share the actual data due to confidentiality.
The formula in the first row of the Total column is: =SUMIF(A2:A13, "A", B2:B13) , the second row is: =SUMIF(A2:A13, "B", B2:B13) , the third row is: =SUMIF(A2:A13,"C",B2:B13) , and so on.