How can I create a description column with the names cell values and column names?
I would like to label my graphs with the values and column names for that point (as in a box plot). Currently I do this in Excel by concatenating the column name with the value in the cells. However, if I can do it in JMP, it would save me a significant amount of time. For example I may have columns A B C1 2 1001 2 2002 5 300 I would lik...