~/ learn/ afm-121/ cards/ The 12-vs-12 Experiment, and the Final Rehearsal
1 of 38

Type the Excel formula that draws one random ticker from a named range Tickers, using COUNTA so the draw covers the whole list.

Type the Excel formula that draws one random ticker from a named range Tickers, using COUNTA so the draw covers the whole list.

Answer

=INDEX(Tickers,RANDBETWEEN(1,COUNTA(Tickers)))

RANDBETWEEN(1, n) draws a row number; INDEX returns the ticker in that row. Fill twelve cells, then paste as values before anything else is typed.

The course’s project brief (research.md §4 — 12 chosen, 12 random, two indices, weekly tracking, five-minute presentation); OpenStax Principles of Finance §11.5 — efficiency, reference only; original hypothesis wording and simulation

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/33caa2f0-3aec-4b58-b855-fa61a8796ce3/flashcard utf-8 LF