


Now you can use the values in column B as the random numbers.

This will instantly give me 10 random numbers in the selected cells. In the active cell, enter =RANDBETWEEN(1,100).Select the cell in which you want to get the random numbers.Here are the steps to generate random numbers using RANDBETWEEN: It will give you an integer number between the two specified numbers only.įor example, suppose I want to generate 10 random numbers between 1 and 100. RANDBETWEEN function takes two arguments – the Bottom value and the top value. Generate Random Numbers using RANDBETWEEN function in ExcelĮxcel RANDBETWEEN function generates a set of integer random numbers between the two specified numbers. It can be used with RANK to generate unique random numbers in Excel (as shown later in this tutorial). However, it only gives random numbers between 0 and 1. RAND function is more likely to give you a result without repetitions.RANDBETWEEN function would give you the random numbers, but there is a high possibility of repeats in the result.There are two worksheet functions that are meant to generate random numbers in Excel: RAND and RANDBETWEEN.
#Random number generator how to#
In this tutorial, you will learn how to generate random numbers in Excel (with and without repetitions). There may be cases when you need to generate random numbers in Excel.įor example, to select random winners from a list or to get a random list of numbers for data analysis or to create random groups of students in class.
