Creating formulas in a new column. JMP script
Hello all. I am needing to create a new column that will subtract the contents of consecutive rows and insert that value into the new column. Essentially I want to say: In column X, subtract row 1 from row 2 and place that value in column Y. I want this to continue for the entirety of Column X. Therefore: Column Y = X(i+1) - Xi; i being the row number. Anyone know how to do this? Seems simple eno...