How to create column formula using a column name from a list
Hi, I want to create a new column in the 2nd JMP table with a formula that simply sums the Columns contain in the list (in the code I've assigned column name to binss.
For Ex: The list contains Column names "39","41","43". I want to create a new Column in the Soft Bin Summary table with addition of all these in the formula I can't figure out what I'm doing wrong in going from the list {""} of colum...