Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I need to get random result between 1.1 and 1.25 like : randbetween(1.1,1.25) or randbetween(1.125,1.235) It gives always 1. How cani solve this ? Thanks, Deniz |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It clearly states integers in the help, try something like this instead
=(RAND()*(1.25-1.1)+1.1 or =ROUND(RAND()*(1.25-1.1)+1.1,2) -- Regards, Peo Sjoblom "Deniz" wrote in message ... Hi I need to get random result between 1.1 and 1.25 like : randbetween(1.1,1.25) or randbetween(1.125,1.235) It gives always 1. How cani solve this ? Thanks, Deniz |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Deniz,
=1 + RANDBETWEEN(10,25)/100 RANDBETWEEN only takes integers.... HTH, Bernie MS Excel MVP "Deniz" wrote in message ... Hi I need to get random result between 1.1 and 1.25 like : randbetween(1.1,1.25) or randbetween(1.125,1.235) It gives always 1. How cani solve this ? Thanks, Deniz |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just modify it: =RANDBETWEEN(110,125)/100
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Deniz" wrote: Hi I need to get random result between 1.1 and 1.25 like : randbetween(1.1,1.25) or randbetween(1.125,1.235) It gives always 1. How cani solve this ? Thanks, Deniz |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
RANDBETWEEN | Excel Worksheet Functions | |||
RANDBETWEEN | Excel Discussion (Misc queries) | |||
randbetween | Excel Discussion (Misc queries) | |||
Randbetween | Excel Discussion (Misc queries) | |||
randbetween gives ?NAME | Excel Discussion (Misc queries) |