
Hello Everyone,
I'm trying to duplicate column F in Alteryx. The formula in the first row is (Amount - Finished) + Adds. In row 2 the formula is (Row 1 Amount B - Row 2 Finished) + Row 2 Adds, then (Row 2 Amount B - Row 3 Finished) + Row 3 Adds... on so on. Basically, I want to base the formula on the next row on the result from the previous row. What would be the best way to accomplish this in Alteryx?
Thanks!