Software: MS Excel 2003
Formula:
=RAND( )
I think if we want to get a randomized figure in specified range, we should input "=RAND( )*b-a", supposing b>a.
This Excel formula works good in Kingsoft Spreadsheets, too. Also you can randomize a figure by
=randbetween(a,b)
.
|