Col Cumulative Sum without calling the current row's value
Hello, I am quite new to writing JMP scripts and primarily use "Edit Formula" for my work. I have been browsing solutions related to Col Cumulative Sum and could not find one for my specific problem. The simplified version of my data table is as follows. RowWeekCol Cumulative SumMy Wish11102231336344106551510662115 The formula below works if the current row value of "Week" is fixed or if I have tw...