Hello,
I am wondering if its possible to eliminate a certain combination of letter and number.
Ok So this is my worksheet.
I have:
Column A1: =\\ (CHAR(RANDBETWEEN(66,73))) // giving me input Letters B to I randomly
Column B1: =\\ (RANDBETWEEN(1,8)) // giving me input Letters 1 to 8 randomly
Column C1: =\\ =A1&" "&B1 // Which is the combination of A1 and B1
However, I do not want cell C1 to compute certain value such as "A1." But I still want the letter A and the number 1 to be within the range of the random input
Bookmarks