[]
The function returns the specified rows from an array.
Note: CHOOSEROWS is a dynamic array formula, and you need to enable the dynamic array feature in the Workbook.
CHOOSEROWS(array, row_num1, [row_num2], ...)
This function has the following arguments:
Argument | Description |
|---|---|
array | [Required] Refers to the array containing the rows to be returned. |
row_num1 | [Required] Refers to the first row number to be returned. |
row_num2, ... | [Optional] Refers to the additional row numbers to be returned. |
The function returns a #VALUE! error if the absolute value of any of the row_num arguments is zero or exceeds the number of rows in the array.
