In this tutorial you will learn how to calculate range in Excel.
The range is the difference between the highest and the lowest of differences in a series of numbers.
We will therefore need the series that we want to perform range function upon.
Let’s create it:
Prerequisites: Microsoft Excel.
Step 1. Launch Excel and start a new file from File- New.
![launch Excel launch Excel](https://howtech.tv/wp-content/images/003282/1.jpg)
Step 2. Fill several rows with the values you want to calculate the range for.
At the bottom of the column, type the following formula
=MAX (Axx:Ayy), where
Axx and Ayy are the starting, and the ending cells of your data, respectively.
Near the previous cell, type the following formula
=MIN(Axx:Ayy), where
Axx and Ayy are the starting, and the ending cells of your data, respectively.
![type in formulas type in formulas](https://howtech.tv/wp-content/images/003282/2.jpg)
Step 3. Now go to the place where you want to have your range displayed.
Enter the formula
=X-Y, where X and Y are the first and the second cells calculated.
Hit Enter. Excel will update your cell with the result.
![enter formula enter formula](https://howtech.tv/wp-content/images/003282/3.jpg)
Result: Congratulations, you have learnt how to calculate the range in Excel.