answersLogoWhite

0


Best Answer

It allows you to generate a random number between a range. So say you want to get a random number between 1 and 100, then you would use the RANDBETWEEN function like this:

=RANDBETWEEN(1,100)

It is a dynamic function, meaning every time something changes on the spreadsheet, it regenerates new numbers. This will also happen if you press the F9 key. It is a good function to get a set of numbers quickly and to test functions with, removing the need for you to create a load of random numbers yourself.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

It produce a random number between 0 and 1. It can be used as part of calculations to produce larger random numbers, by multiplying its result by another number.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the rand between function do in Excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which function is used to randomize number in Excel?

There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.


How do you generate random numbers in Excel?

You can use the RAND function or the RANDBETWEEN function.


What is rand function?

If you are referring to PHP's rand function then.The rand function is a function that is used to generate a random number between and including two fixed values or two varibles.An example of this is:This will generate a number between 1 and 9 including 1 and 9Another exampe of this is:This is also generate a number between 1 and 9 including 1 and 9.I hope this has helped you.


Why does the RAND function in Excel not include 1 in its range?

It is designed to get numbers from zero to below 1. To get numbers from 1 or more, you multiply its result by the number you need. To get numbers from 1 to 2000, not including 2000, multiply like this:=RAND() * 2000


How does the trig function ACOS work in Excel?

In Excel, the ACos function returns the arccosine (in radians) of a number.The syntax for the ACos function is:ACos( number )number is a number between -1 and 1. It is the cosine of the angle that you wish to find.Applies To:Excel 2007, Excel 2003, Excel XP, Excel 2000


What is rand function in c plus plus?

The rand() function returns an integer (int) value that represents a pseudo-random number between 0 and RAND_MAX, RAND_MAX being a constant declared in the run-time library. Each time rand() is invoked, a different value is returned.


How do you do a randomization in Microsoft Excel?

You can create a random number using the RANDBETWEEN function. This allows you to generate a random whole number between a low and high level. For example, to get a random number between 1 and 100, you would do this: =RANDBETWEEN(1,100) You can also use the RAND function to generate a random number between 0 and 1. You can then multiply that by a number to increase the value. Both RAND and RANDBETWEEN regenerate their values every time anything in the worksheet changes and you can also press the F9 key to get them to regenerate a value.


What would be the result of trying the function INT(RAND)(5) into cell B1?

what would be the result of typing the function =INT(RAND()*5) into cell B1?


What is the step function of Microsoft Excel?

There is no step function in Excel. However, you can use excel to create a Step Function Chart. See related links for a video to explain the process.


A formula prewritten by excel is called?

Function


Does the uplookvert function in Excel exist?

There is no function of that name in Excel. There is a function called VLOOKUP which stands for Vertical Lookup, and is probably what you mean.


In excel 2013 where are the various function categories stored on the Ribbon?

In Excel Where are the various function categories stored on the Ribbon?