I need to basically do a sumif on a value in column C and group by initiative and date (for any date <= current row date)
i've attached my workbook
Solved! Go to Solution.
Hi @pateldev22, given what you are looking to compute, you can achieve your results in two ways:
1) Using the following logic within the multi-row formula tool
IF [Date]>=[Row-1:Date]
THEN [Undiscounted]+[Row-1:SUMIF_OUTPUT]
ELSE [Undiscounted]
ENDIF
or
2) Using Alteryx's native RunningTotal tool
I hope this helps.
Hi, @pateldev22
Try this.
Please mark as solution + like, if it works for you.
The workflow is attached.
Cheers!
this does not work, sorry in my example i only had one unique date, but in my real data set i have multiple dates
Hi @pateldev22, the multi-row formula approach should work if you have multiple dates. Could you provide a sample set with repeated dates and expected sumif values?
This worked perfectly as sumif on multiple criteria thank you.
User | Count |
---|---|
16 | |
14 | |
10 | |
6 | |
6 |