If you have applied a formula to a column, and you want to apply that same formula to additional columns in the data table, use the Substitute Column Reference option.
For example, the Blood Pressure.jmp sample data table contains blood pressure measurements taken on five subjects three times each day, over a period of three days. You want to find the log of each blood pressure (BP) column.
1.
|
2.
|
Select Cols > New Columns.
|
4.
|
Click OK.
|
5.
|
6.
|
Select BP 8M.
|
7.
|
Select Transcendental > Log.
|
8.
|
Click OK.
|
Column 1 now contains the log of the BP 8M column. You want the rest of the empty columns to contain the log of the remainder of the BP columns.
10.
|
Select Cols > Standardize Attributes.
|
11.
|
12.
|
Select the check box next to Substitute Column Reference.
|
13.
|
Leave BP 8M selected.
|
14.
|
Click OK.
|
Now all of the new columns are populated with the log of the BP columns, in the order in which they appear. Column 1 contains the log for BP 8M, Column 2 contains the log for BP 12M, and so on.