CHOOSEROWS Function
The CHOOSEROWS function is one of the lookup and reference functions. It is used to return rows from an array or reference.
Please note that this is an array formula. To learn more, please read the Insert array formulas article.
The CHOOSEROWS function syntax is:
CHOOSEROWS(array,row_num1,[row_num2],…)
where
array is used to set the array containing the rows to be returned in a new array.
row_num1 is used to set the first row number to be returned.
row_num2 is an optional argument. It is used to set additional row numbers to be returned.
To apply the CHOOSEROWS function,
- select the cell where you wish to display the result,
-
click the Insert function icon situated at the top toolbar,
or right-click within a selected cell and select the Insert Function option from the menu,
or click the icon situated at the formula bar,
- select the Lookup and Reference function group from the list,
- click the CHOOSEROWS function,
- enter the required arguments separating them by comma,
- press the Enter button.
The result will be displayed in the selected cell.
Return to previous page