I need to sum two cells in each row of the table into a third cell in the same row. I want to do this for every row in the spreadsheet. If this was only a single row I would use a formula like =SUM(C2:D2) entered into that third cell of row 2 to sum the cells of row 2 columns C and D. How can I enter ONE formula ONE TIME ONLY and make this happen for every row in the table? I would like this to work in such a way that if I delete rows, add rows, or move rows up and down (i.e., change their row number), it will always work with no further changes.
Thanks!