CHOOSECOLS
Description
Returns the specified columns from an array.
Syntax
CHOOSECOLS(
array
,col_num1
,[col_num2
],…)
- array: The array containing the columns to be returned.
- col_num1: The first column number to be returned.
- col_num2: One or more additional column numbers to be returned.