Hi everyone,
Is it possible to have excel to fill in 3 randomly chosen cells from 5 cells of a row with the word "Prize" and the remaining 2 with "Try Again"?
Thanks.
Hi everyone,
Is it possible to have excel to fill in 3 randomly chosen cells from 5 cells of a row with the word "Prize" and the remaining 2 with "Try Again"?
Thanks.
Last edited by hello_hello; 10-18-2015 at 04:09 AM.
Hi
First Three Cells =IF(ISEVEN(RAND()*10),"Prize","Try Again")
4th cell =IF(COUNTIF(C1:C3,"Prize")<3,"Prize","Try Again")
5th cell =IF(COUNTIF(C1:C4,"Prize")<3,"Prize","Try Again")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks