Hey guys,
I really tried to come up with my own solution by combining knowledge from answers to different posts, but being a total noob that I am...I just couldn't do it!
So here is what i'm trying to do.
1. [Do] From cell C1 to cell C30, I would like VBA to generate random results from two choices (my current excel function looks like this --> =INDEX({"G","B"},RANDBETWEEN(1,2))
2. [Until] until cell D30 reads "Yes" (D30 contains some function based on the result of cell C1 through cell C30 and some other cells)
so that, if a set of randomly chosen values of C1 to C30 doesn't return a "yes" in D30, it starts the whole process all over again. of course until D30 reads "Yes"
Thanks so much in advance guys!
Bookmarks