Hi,
When I use either the RAND() or the RANDBETWEEN() functions, Excel calculates a new random number on each worksheet update (say, by pressing F9; entering a value in another cell; or even adjusting a column width, to name some). My question is, is there a way to produce “stable” random numbers without resorting to VBA? By “stable” I mean, numbers that are calculated the very first time and don’t change on successive worksheet updates.
Thank you very much