This solution uses a helper column (L) which may be hidden for aesthetic purposes. The formula for the helper column, which is modified from sulakvea's (another thread), sets the parameters for the synchronous distribution of the random numbers in columns A and G and reads as follows:
Formula:
=CHOOSE(MATCH(RAND(),{0,0.08,0.33,0.72,0.89,0.97},1),1,2,3,4,5,6)
The formula for column A is:
Formula:
=RANDBETWEEN(INDEX(D$3:D$8,L11),INDEX(E$3:E$8,L11))
The formula for column G is:
Formula:
=RANDBETWEEN(INDEX(J$3:J$8,L11),INDEX(K$3:K$8,L11))
Let me know if you have any questions.
Bookmarks