How to randomize a list in excel without duplicates
Tutor 5 (118 Reviews)
Excel Tutor
Still stuck with a Excel question
Ask this expertAnswer
To randomize a list in Excel without duplicates, follow these steps:
Insert a helper column
Place a blank column next to your list. This column will generate random numbers that will determine the order of your list.Generate random numbers
In the first cell of the helper column, enter the formula:=RAND()
This formula generates a random decimal number between 0 and 1.
Copy the formula down
Drag the fill handle down to apply the formula to all cells corresponding to your list. Each cell now contains a unique random number.Sort the list by the helper column
Select both your original list and the helper column.
Go to the Data tab and click Sort.
Sort by the helper column in Ascending or Descending order.
The original list will now be randomized.
Remove the helper column
After sorting, you can delete the helper column. The list remains randomized and contains no duplicates, assuming your original list had unique entries.
Notes
Using
RAND()recalculates every time the sheet changes. To fix the randomized order permanently, copy the randomized list and paste it as values.This method works for any version of Excel on Windows and Mac. On Mac, the steps and formula are identical.
This approach ensures each item in your list retains uniqueness while achieving a random order.
. Was this Helpful?Get Online Tutoring or Questions answered by Experts.
You can post a question for a tutor or set up a tutoring session
Answers · 1
How to freeze a row in excel
Answers · 1
How to freeze the top three rows in excel
Answers · 1
How to freeze the top two rows in excel
Answers · 1
How to freeze top row excel mac
Answers · 1