View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mrice[_15_] mrice[_15_] is offline
external usenet poster
 
Posts: 1
Default Possible Combinations of scores


Using the rnd() function and select case statements might help

X = Rnd()
Select Case X
Case Is < 1 / NumberOfOptions
Score = 1
Case Is < 2 / NumberOfOptions
Score = 2
......
.......


End Select


--
mrice

Research Scientist with many years of spreadsheet development experience
------------------------------------------------------------------------
mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931
View this thread: http://www.excelforum.com/showthread...hreadid=547583