Creating a running total of a column
I am wondering how to create a column in a JMP table that is the running total of another column (which I may need to reference via the column name as a string). That is, if I have a column with the following data:12345I would want to create a column with a formula whose contents would work out to1361015Currently I have this loop, working from a list of names of columns to take the running total o...