Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to randomly select one of the numbers out of the following
group: 1, 5, 7, 8. Is there a formula I can use? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
try:
=--CHOOSE(INT(RAND()*4)+1,"1","5","7","8") -- HTH Sandy In Perth, the ancient capital of Scotland with @tiscali.co.uk "motol" wrote in message ups.com... I need to randomly select one of the numbers out of the following group: 1, 5, 7, 8. Is there a formula I can use? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Works perfectly! Thanks!
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is this possible ??? | Excel Discussion (Misc queries) | |||
Assign number to groups of same numbers | Excel Discussion (Misc queries) | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Match Last Occurrence of two numbers and Count to Previous Occurence | Excel Worksheet Functions | |||
Subtotal of Subtotal displays Grand Total in wrong row | Excel Worksheet Functions |