Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Guys,
How to generate 2 random numbers at the same time whose difference lies in a given range. For example, generate a set of 2 random numbers a,b such that .45 <= (b-a) < = .60 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I can help you come up with a random # that is between the two, but you'll
have to figure out how to get a difference between .45 and .60 You'll have to enable the Analysis Tool Pack On the Tools menu, click Add-Ins. In the Add-Ins available list, select the Analysis ToolPak box, and then click OK. If necessary, follow the instructions in the setup program You can use =RANDBETWEEN(45,60)/100 "krisinvincible" wrote: Hi Guys, How to generate 2 random numbers at the same time whose difference lies in a given range. For example, generate a set of 2 random numbers a,b such that .45 <= (b-a) < = .60 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Mon, 16 Apr 2007 17:36:00 -0700 from krisinvincible
: Hi Guys, How to generate 2 random numbers at the same time whose difference lies in a given range. For example, generate a set of 2 random numbers a,b such that .45 <= (b-a) < = .60 Hint: generate a, then generate b as a + .45 + (random 0 to .15). -- Stan Brown, Oak Road Systems, Tompkins County, New York, USA http://OakRoadSystems.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to select top six numbers from a of range of random numbers | Excel Worksheet Functions | |||
I want random numbers generated without repeating numbers | Excel Worksheet Functions | |||
Can Excel pick random numbers from 1-300 and not repeat numbers? | Excel Discussion (Misc queries) | |||
Non-random numbers generated by excel's data analysis random gener | Excel Worksheet Functions | |||
Non-random numbers generated by excel's data analysis random gener | Excel Discussion (Misc queries) |