Hi
I have two side by side excel cells, let's call them cell A1 and cell B1. In these two cells I have random numbers rounded off to be integers with the command INT(Rand() * 10). What I'd like to avoid is both A1 and B1 having the same number. I am simulating the score of a game of two teams and do not want ties. What can I do to make sure that the two cells do not have the same value? Ideally I'd like cell B1 to pick a new random number if it has the same value as A1.
Bookmarks