Forum Discussion
Relative cell reference problem
- May 16, 2021
rwadleigh Your understanding of the workings of the $ is correct. When you drag or copy/paste a cell downwards, the row references should update automatically. You are not, by any chance copying from the formula bar? Because then the updating does not happen.
Since you mentioned to be completely new to Excel formulas, allow me to comment on the formula in question. You don't need the SUM function and it isn't really very meaningful. -$E3+$E3 = zero and can thus be omitted. You may use =$G2 to achieve the same outcome.
rwadleigh Your understanding of the workings of the $ is correct. When you drag or copy/paste a cell downwards, the row references should update automatically. You are not, by any chance copying from the formula bar? Because then the updating does not happen.
Since you mentioned to be completely new to Excel formulas, allow me to comment on the formula in question. You don't need the SUM function and it isn't really very meaningful. -$E3+$E3 = zero and can thus be omitted. You may use =$G2 to achieve the same outcome.
Riny_van_EekelenThank you for your solution. I was indeed copying from the formula bar. I will also follow your advice for simplifying the formula. And finally, I mistyped the expression in my help request. It should have read =SUM($G2-$E3+$F4) soon to be $G2-$E3+$F4. Thanks again.