I would like to achieve the following:
- Extract a specified range based on user input in a cell using the arrayformula
- Shuffle/randomise that extracted range
I have tried several approaches such as a combination of sort and randarray.
However, those always refresh and therefore reshuffle as soon as I check a checkbox in that row which I also need to perform an action with conditional formatting.
Does anyone know how I could solve this challenge?
Essentially I need a randomisation method that doesn't refresh unless the user changes the input in a specified cell.