Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() I am using a formula to randomly select one of the values in a list. However, the value returned by the formula changes with each recalculation (F9), and I do not want that to happen. IS THERE A WAY TO GENERATE A RANDOM VALUE FROM A LIST WITHOUT IT CHANGING WITH EACH RECALCULATION? The reason I ask is that I have combo boxes in the worksheet which makes it recalculate whenever they are used. PART 2: Is it possible to assign the formula to a button so that the update only occours when it is pressed? *** FYI formula used to formula to randomly select one of the values in a list: INDEX, ROUND, RAND, and COUNTA functions in the following formula: =INDEX(A2:A7,ROUND(RAND()*COUNTA(A2:A7),0)) -- Doyle Brunson ------------------------------------------------------------------------ Doyle Brunson's Profile: http://www.excelforum.com/member.php...o&userid=19235 View this thread: http://www.excelforum.com/showthread...hreadid=398107 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to randomly select from a list with condition | Excel Worksheet Functions | |||
Is there a way to randomly select rows in Excel? | Excel Discussion (Misc queries) | |||
How do I select multiple rows randomly in MS Excel? | Excel Discussion (Misc queries) | |||
Can the computer be set to randomly select a row for a drawing? | Excel Discussion (Misc queries) | |||
Dynamic Formulas with Dynamic Ranges | Excel Worksheet Functions |