Hi All,
I am looking at creating a random number draw with no repeats
in cell A1 i have =RANDBETWEEN(MIN($B$1,$B$2),MAX($B$1,$B$2))
in cell B1 and B2 I have my range. (which for this exercise is between 1-4)
I have a button in C1 which has VBA Application.calculate which basically picks a random between the range.
In C5 i would like another button which will again calculate a random number between the range but omit the value in A1 and return the value in A5 - this will then make sure there are no repeats drawn. (any suggestions on the VBA behind the button for cell C5)
Thanks in advance
I am looking at creating a random number draw with no repeats
in cell A1 i have =RANDBETWEEN(MIN($B$1,$B$2),MAX($B$1,$B$2))
in cell B1 and B2 I have my range. (which for this exercise is between 1-4)
I have a button in C1 which has VBA Application.calculate which basically picks a random between the range.
In C5 i would like another button which will again calculate a random number between the range but omit the value in A1 and return the value in A5 - this will then make sure there are no repeats drawn. (any suggestions on the VBA behind the button for cell C5)
Thanks in advance