Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=INDEX(A2:A4,RANDBETWEEN(1,3))Computed by a real spreadsheet engine on the sample data below.
| Names |
| Alice |
| Bob |
| Carol |
=INDEX(A2:A4,RANDBETWEEN(1,3))→Alice
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
Copy the cell with the formula, right-click, Paste Special → Values. This replaces the formula with the static result.
Add a helper column with =RAND() next to each name, then use RANK to order them, and pick the top N — or use the SORTBY+RANDARRAY approach in Excel 365 / Google Sheets.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: