Day(s)

:

Hour(s)

:

Minute(s)

:

Second(s)

How To Select A Random Item From A List

Example

=INDEX(B3:B6,RANDBETWEEN(1,ROWS(B3:B6)))

Generic Formula

=INDEX(List,RANDBETWEEN(1,ROWS(List)))

List – This is the list of items to select from.

What It Does

This formula will return a random selection from a given list with each item in the list having an equal probability of being selected.

How It Works

ROWS(List) will return the number of rows in the List. In our example there are 4 rows in the list.

RANDBETWEEN(1,4) will return a random integer number between 1 and 4 where each number has an equal probability of being selected. This number is then used as the row index to return an item in the list.

INDEX(List,N) will return the item in row N of the List. In our example N will be a random number between 1 and 4.

About the Author

John MacDougall

John MacDougall

John is a Microsoft MVP and qualified actuary with over 15 years of experience. He has worked in a variety of industries, including insurance, ad tech, and most recently Power Platform consulting. He is a keen problem solver and has a passion for using technology to make businesses more efficient.

Subscribe

Subscribe for awesome Microsoft Excel videos 😃

John MacDougall

I’m John, and my goal is to help you Excel!

You’ll find a ton of awesome tips, tricks, tutorials, and templates here to help you save time and effort in your work.

Related Posts

Comments

0 Comments

Get the Latest Microsoft Excel Tips

Follow Us

Follow us to stay up to date with the latest in Microsoft Excel!

Subscribe for awesome Microsoft Excel videos 😃