Is it possible to shuffle randomly, values in rows or columns in a excel sheet. Is there any function/macro for that? How do i do this?
-ad.
Hm... just as simple solution without programming. For example, you have a column of data (A):
23
78
12
78
Just add another one column - B. Each cell of column B must be a function RAND():
A B
-- --
23 =RAND()
78 =RAND()
12 =RAND()
78 =RAND()
Now you can sort rows by column B and get desired solution.
Let's assume your values are in cells A1:A8
Every time you calculate (hit F9), a newly shuffled list will appear in cells D1:D8
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With