I hope you do enjoy this free blog. I only ask one thing from you in return, click in one of the ads

Tuesday 20 January 2015

RANDBETWEEN function

Category: Mathematical functions

What does this function do?


Returns a random number between two specified numbers.



Syntax:


RANDBETWEEN(bottom, top)
  • Bottom (required): The smallest integer RANDBETWEEN will return.
  • Top (required): The largest integer RANDBETWEEN will return.

Examples:


=RANDBETWEEN(1, 10) = 9, any number between 1 and 10

No comments:

Post a Comment