Formula to Get a Random Name from a List in Google Sheets

Sometimes we need a random name from the list of names to select a winner for giveaway, lucky draw, etc. You can use Google Sheets for this.

Use below formula as it is if names are in Column A that is the first column. 

=indirect("A"&randbetween(1,counta(A:A)))

Remember that RandBetween function changes values when you make any changes in the sheet.

Watch below video for full explanation:

Popular posts from this blog

Formula to Get Country Flags in Google Sheets