Write the formula for adding numbers of given cells.
B1,B3,B4,B5,C2,C4,G5 and H6
Answers
Answered by
2
Answer:
You'd press Enter to get the total of 39787. To create the formula: Type =SUM in a cell, followed by an opening parenthesis (.
...
Give it a try.
Data
=SUM(A2:A4) Adds the values in cells A2 through A4. 40
=SUM(A2:A4, 15) Adds the values in cells A2 through A4, and then adds 15 to that result.
Similar questions