TRANSPOSE
Applies to PredictiveInsight only.
Syntax
TRANSPOSE(data)
Parameters
data
The numerical or string values to transpose. This can be a constant value, a column, a cell range, or an expression evaluating to any of the above. For the format definition of data, see the "Macro Function Parameters" section in the chapter in this guide for your IBM® product.
Description
TRANSPOSE transposes the specified data range. It changes the horizontal and vertical orientation of the data range (that is, the first row of data becomes the first column, the second row becomes the second column, and so on).
*
Examples
Creates three new columns named TEMP, VX, and VY, each containing a single value 1, 2, and 3.
Creates a new column named TEMP containing a and b.
Creates a new column for each row in column V1. Each column contains one value, the corresponding row value of column V1.
Creates one new column for each row of the longest column, V1, V2, or V3. Each column has three rows containing the transposed values of V1:V3..
Related Functions