Hi, I desperately need help with something.
I would like excel to randomly pick cells and insert an alphabet to a range of cells.
For example.... 1 row of 20 and i would like excel to randomly pick 5 out of the 20 cells and insert an alphabet into it.
someone posted this before
Cell 1 =IF(RAND() <= 0.2, "a", "")
Cell 2 Drag to cell 20 =IF(RAND() < (4 - COUNTIF(B$1:B1, "a") )/ (21 - ROW()), "a", "")
Problem with this formula is that the excel sheet will auto generate when i click on other cells or when i start filtering.
Appreciate it if someone is able to help <!-- / message --> <!-- BEGIN TEMPLATE: ad_showthread_firstpost_sig --> <!-- END TEMPLATE: ad_showthread_firstpost_sig --> <!-- controls -->
I would like excel to randomly pick cells and insert an alphabet to a range of cells.
For example.... 1 row of 20 and i would like excel to randomly pick 5 out of the 20 cells and insert an alphabet into it.
someone posted this before
Cell 1 =IF(RAND() <= 0.2, "a", "")
Cell 2 Drag to cell 20 =IF(RAND() < (4 - COUNTIF(B$1:B1, "a") )/ (21 - ROW()), "a", "")
Problem with this formula is that the excel sheet will auto generate when i click on other cells or when i start filtering.
Appreciate it if someone is able to help <!-- / message --> <!-- BEGIN TEMPLATE: ad_showthread_firstpost_sig --> <!-- END TEMPLATE: ad_showthread_firstpost_sig --> <!-- controls -->