Select the cells you want to analyze
Look at the Name Box to see the selected range
Use the formula `=MAX(A1:A10)-MIN(A1:A10)` to find the range of values
Replace `A1:A10` with your actual cell range
Press Enter to calculate the result
If needed, use `=MAX(range)-MIN(range)` for any selected data set
