Multiple choice

Sum (number1, number2 …) adds the specified arguments.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The SUM function in Excel and other spreadsheet software adds all specified numerical arguments together. It can handle individual numbers (SUM(5, 10, 15)) or cell ranges (SUM(A1:A10)) and is one of the most commonly used functions.