Mar 10, 2020
Displaying random cells from a list, without duplicates?
Hello everyone!
I looked around a bit, however I don't seem to find quite the right solution for my problem.
Pretty much all I want to do is get a few random cells from a column (3 and 6 for different stuff), without any duplicates.
The way the list was selecting stuff so far was something like this:
INDEX(A$2:$A$40,RANDBETWEEN(1,COUNTA($A$2:$A$40)),1)
Which obviously would only randomly select from the list every time, without regarding whether or not there's a duplicate.
Does anyone have an idea of how to tackle this?
The way the list was selecting stuff so far was something like this:
INDEX(A$2:$A$40,RANDBETWEEN(1,COUNTA($A$2:$A$40)),1)
Which obviously would only randomly select from the list every time, without regarding whether or not there's a duplicate.
Does anyone have an idea of how to tackle this?
Details
Community content may not be verified or up-to-date. Learn more.
All Replies (2)