Hello everyone,
I have been trying to replicate the sumifs function in column F from the attached excel sheet in Alteryx. I would have simply used the Summarize Tool but the sumif function has the following 2 complexities to it-
1) The Sumifs function is using absolute referencing range. Please refer the screen shot below - The Sumifs is using the following logic-
Sum column E where column C range (C3 :C54 for first row), "End of Period", is smaller than equal to the "End of Period Date" of the current row AND where column range C3:C54 is greater than equal to the "Start of Period" of the current row.

2) Second complexity is that I have to sum column E (for the above mentioned conditions) only from current row to next 52 rows and not the entire data range.
Can anyone please help me replicate the functionality of this Sumif function in Alteryx? I have attached the file for reference. I need to replicate the Sumifs formula in column F.
Thanks in advance.