Microsoft 365 and Office | Excel | For home | Other
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to automatically extend a simple formula like this one across a number of rows:
B20=B19+B17
B21=B20+B17
B22=B21+B17
Excel doesn't want to do it. It keeps changing both variables. I want B17 to be constant. How do I get Excel to accept this command?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello, Laurence Hauben.
Insert the "$" sign into the formulas like this:
B20=B19+$B$17
B21=B20+$B$17
B22=B21+$B$17
Next, select all three cells and drag them for auto-completion.
Try to use this formula in B20: =B19+$B$17.