How to Randomize a List in Excel

=SORTBY(A2:D11,RANDARRAY(ROWS(A2:D11))) in cell F2, spilling the whole list back in a random order

If you want to shuffle a list in Excel into a random order, you will notice there is no single “shuffle” button anywhere on the ribbon. That is because Excel …

Read more