I need help with calculating Sumifs in Alteryx.
I want to calculate the sumif values in Columns "Jan Var" and "Feb Var", based on Customer number, Segment, and if Tagging is "Lapse" (shown in the attached data set).
The data set is shown in the attached file in tab "data set". Your help would be greatly appreciated.
| Customer Number | Segment | Jan Var | Feb Var |
| 1 | Federal | | |
| 2 | State | | |
| 3 | Federal | | |
| 4 | Federal | | |
| 5 | State | | |
| 6 | Federal | | |
| 7 | State | | |
| 8 | Federal | | |
| 9 | State | | |
| 10 | Federal | | |
| 11 | State | | |
Thanks