How to Randomly Select from a List with No Duplicates in Excel Get the “Company” names and their corresponding “Stock Prices: Steps: Enter the formula in B16. =INDEX(SORTBY(B5:C13, RANDARRAY(ROWS(B5:C13))), SEQUENCE(3), {1,2}) Formula Breakdown: ROWS(B5:C13) → 9 RANDARRAY(ROWS...
Note:TheExcel RAND functionis volatile: It recalculates its result on every worksheet change. So, the numbers in column B changed instantly after sorting. If you want to shuffle the list again, repeat the abovestep 3. Otherwise, you could simply delete the column with the RAND function. Ra...
How to randomize a list in Excel with a formula Although there is no native function to perform random sort in Excel, there is a function to generate random numbers (Excel RAND function) and we are going to use it. Assuming you have a list of names in column A, please follow these st...