S
sawa
Hi
I want to create a random list based on the numbers 1,2,3,4. The list should contain 100 items, so dublicates are alright - but not right after each other.
Meaning:
1,3,4,2,3...: Is ok.
1,3,3,4,2...: Is not ok. The number 3 occurs twice right after each other.
I have tried to mingle around with a lot of different versions of =randbetween(), but not yet to my satisfaction.
Any tips or good advice are much appreciated.
Thanks
I want to create a random list based on the numbers 1,2,3,4. The list should contain 100 items, so dublicates are alright - but not right after each other.
Meaning:
1,3,4,2,3...: Is ok.
1,3,3,4,2...: Is not ok. The number 3 occurs twice right after each other.
I have tried to mingle around with a lot of different versions of =randbetween(), but not yet to my satisfaction.
Any tips or good advice are much appreciated.
Thanks