Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
SLOPE calculates how much the y variable changes for each one-unit increase in x, derived from the least-squares best-fit line. Use it to quantify the rate of change between two variables, such as how much revenue grows for each additional unit sold.
=SLOPE(B2:B5,A2:A5)=SLOPE(B2:B5,A2:A5)Computed by a real spreadsheet engine on the sample data below.
| Units | Revenue |
| 10 | 500 |
| 20 | 850 |
| 30 | 1200 |
| 40 | 1600 |
=SLOPE(B2:B5,A2:A5)→36.5
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Calculate the rate at which revenue increases per additional unit sold”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: