0% found this document useful (0 votes)
91 views

00 Usefull Excel Functions

This document discusses generating random numbers uniformly between a range of values (e.g. 0 to 1 or 3 to 9) by using the formula a + rand() * (b-a) where a is the lower bound, b is the upper bound, and rand() generates a random number between 0 and 1. It also discusses generating random integers less than a given value n by using the formula rand() * n. The document provides examples of randomly generated numbers between given ranges.

Uploaded by

rasha assaf
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views

00 Usefull Excel Functions

This document discusses generating random numbers uniformly between a range of values (e.g. 0 to 1 or 3 to 9) by using the formula a + rand() * (b-a) where a is the lower bound, b is the upper bound, and rand() generates a random number between 0 and 1. It also discusses generating random integers less than a given value n by using the formula rand() * n. The document provides examples of randomly generated numbers between given ranges.

Uploaded by

rasha assaf
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Random numbers uniform RNs between [a,b] =

between 0 and 1[0,1] a + rand() (b-a) uniform RNs < n integers

[3,9] rand() * n

0.402970327823781 3.36145182365867 4.84105020637105 3


0.090369661384034 5.0877527384269 12.8664605005268 5
0.711958852732204 7.15130660331445 0.796430110043906 7
0.760242180789548 8.30911413024847 7.12826944466092 8
0.770709985587457 4.5668110337161 6.03386337557625 4
0.10786262726543 4.84516722315951 13.572448086453 4
0.902306588360604 5.45790566803083 0.589974404844188 5
0.141487022807709 3.35174418244884 8.05088277639245 3
0.161107641279152 5.18106894123009 9.10825572023677 5
0.327553476325577 4.35929907143844 0.427503117771387 4
4.97141063068088 7.69914786847424 4
8.8095260347758 2.11579051922819 8
4.92540778413937 2.7725048668221 4
6.55592512627503 10.6261501148053 6
3.18002126661507 4.87806514302064 3
5.66211865652903 14.2175005876325 5
3.78419392495096 4.45374962237095 3
8.69205419003879 3.2300620190137 8
98.2522790296772
repeat equation small(range,index) frequency what if/data table

kth small highlight cells + frequency


select cell to repeat + shift + enter selection sorted function + shift+control+enter repeat dataset
click on the equation + control + enter bins count

0.825667678313103 1 0.01079450 5 13
0.662856833423931 2 0.03800683 7 6 1
0.923314475841616 3 0.12290019 9 4 2
0.699039902185913 4 0.38533200 3
0.889023552816988 5 0.41704166 4
0.122900193726513 6 0.48633244 5
0.854242900062021 7 0.54449114 6
0.994350508577158 8 0.61032635 7
0.544491136845991 9 0.66285683 8
0.610326353348621 10 0.69903990 9
0.385331997566195 11 0.74586210 10
0.417041663956553 12 0.82566768 11
0.963324878033934 13 0.85424290 12
0.038006826032021 14 0.88902355 13
0.486332438725189 15 0.92331448 14
0.745862101562975 16 0.96332488 15
0.010794495799875 17 0.99435051 16
what if/data table

repeat dataset

98.25228
98.25228
98.25228
98.25228
98.25228
98.25228
98.25228
98.25228
98.25228
98.25228
98.25228
98.25228
98.25228
98.25228
98.25228
98.25228
98.25228

You might also like