Data Manipulation with Excel

= Mround(A1,5) Returns a number rounded to the desired multiple = Product(A1:A10) Multiplies a range of data = Rand() Returns a random number between 0 and 1 = Randbetween(bottom,top) Returns a random number between the numbers specified = Round(A1,2) Rounds a selected cell to a specified number of digits ................
................