Saved Bookmarks
| 1. |
Write the formula to add the values of cells from D2 to D20 |
|
Answer» Answer: The SUM function ADDS values. You can add individual values, cell references or ranges or a MIX of all THREE. For example: =SUM(A2:A10) Adds the values in CELLS A2:10. Explanation: |
|