I have a spreadsheet with rows of data. At the end of each row I have a formula that computes a useful number based on (1) the row and (2) some constant cells elsewhere in the sheet. When I add new rows I use down-fill to create the formula cell at the end of each row. However, down-fill increments the references for both the row AND for the constant cells. This results in broken or meaningless references that I need to fix by hand. My alternative is to copy and manually adjust the formula every time I add a new row, which is very tedious. Can I somehow indicate that some cell references in the formula should be incremented when down-filling while others should not?