TEMP = GRID(COLUMN(1, 2), COLUMN(3, 4)) Creates two new columns named TEMP and VX. The rows across these two columns are: 1 3 1 4 2 3 2 4
|
Creates two new columns named TEMP and VX. The column TEMP is a copy of column V1, and column VX contains the value 3 for each row of column V1.
|
Creates two new columns named TEMP and VX, where each row represents one of the possible cell combinations (see description).
|
Creates three new columns named TEMP, VX, and VY, where each row represents one of the possible cell combinations (see description).
|
Copyright IBM Corporation 2013. All Rights Reserved.
|