I am trying to create a random text generator but I need the following chances assigned to the following letters.
C = 20%, I = 70% and P = 10%. These variables will change with each new block but if I can get help on the first part I will know what to do. I do know that I could use the following formula below that would work but was wondering if there is another way to do that with just typing in the 3 letters and assigning them a chance value in that formula.
=CHOOSE(RANDBETWEEN(1,10),"Com","Com","Inc","Inc","inc","inc","inc","inc","inc","P")
Thanks
C = 20%, I = 70% and P = 10%. These variables will change with each new block but if I can get help on the first part I will know what to do. I do know that I could use the following formula below that would work but was wondering if there is another way to do that with just typing in the 3 letters and assigning them a chance value in that formula.
=CHOOSE(RANDBETWEEN(1,10),"Com","Com","Inc","Inc","inc","inc","inc","inc","inc","P")
Thanks