CHOOSEROWS
Description
Returns the specified rows from an array.
Syntax
CHOOSEROWS(
array
,row_num1
,[row_num2
],…)
- array: The array containing the rows to be returned.
- row_num1: The first row number to be returned.
- row_num2: One or more additional row numbers to be returned.