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
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
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: