In this article I will discuss about RANDBETWEEN Function which returns
a new random number but these numbers get changed each time your spreadsheet recalculates.
What is meant by 'spreadsheet recalculates' ?
Every time you enter something or rectify your formula or data spreadsheet
gets refreshed. This can better be understood after using this function.
So RANDBETWEEN Function generates random numbers between the
specified ranges.
Description:
The Microsoft Excel RANDBETWEEN function returns a random
number that is between a bottom and top range. You need to specify TOP and
BOTTOM numbers.
Syntax:
The syntax for the RANDBETWEEN function in Microsoft
Excel is simple
=RANDBETWEEN( bottom, top )
Parameters or Arguments
bottom
The smallest integer value that the function will return.
top
The largest integer value that the function will return.
Things to
Remember
1. RANDBETWEEN
function will recalculate whenever worksheet is refreshed, therefore, if you
have generated random numbers using RANDBETWEEN function, please use paste
special to prevent changing these numbers whenever excel workbook or worksheet
refreshes.
2. These numbers
are integer type, RANDBETWEEN function generates integer type output. In my next article I will show you how to generate decimal random numbers.
Example:
I have used BOTTOM number as 100 and TOP number as 999 to
generate random integer numbers between 100 to 999.
Hope you have enjoyed this
article ...
Keep reading, sharing &
Stay blessed ...
No comments:
Post a Comment