Hi
I want to generate numbers 1 to 4 in random order eg:
1234
2341
3214
etc
each time the sheet is recalculated
I can do this but my solution is ugly and takes several ‘steps’. Due to some installation problems I cannot reliably use the extra excel functions (such as Ranbetween()) so have to stick with Rand() etc.
Any ideas?