Run recalc until a specified vaule is reached.

C

comotoman

the formulas i have are:
cells a1:e:10 [=int(rand()*(100-1)+1)]

cell
a11 "11"
a12 "37"
a13 "46"
a14 "72"
a15 "95"

I would like for excel to automaticly update the sheet until cell
a11:a15 are found in the rows 1 a:e, or row 2 a:e, etc. Can this b
done
 
T

TheRobsterUK

The probability of randomly meeting your criteria must be billions to
one though. If you wrote a macro to do what you want it would take ages
to meet the criteria.

Probability = (0.01^5) * 5 = 2,000,000,000:1 (2 billion to 1)
 
Top