Google-sheets – Sum of Adjacent column-row entries in Google Sheets

google sheets

This seems like it would be a common question but I can't seem to find the proper way to express it as I can't find an answer.

Say after row 4, I want E#n = C#n + D#n. That is, for the nth row in column E, the value should be the sum of the nth row in column C plus the nth row in column D. How do I do this? Do I really have to write a separate formula for every line?

Best Answer

The behavior you're looking for is the default behavior for spreadsheet programs like excel and google sheets. In row 5, column E just type =C5+D5 press enter to accept the formula, then hover your mouse over the lower right corner of the cell to get the '+' cursor, then double click of drag to fill down.

Example file here.