Math & Calculation
Adds all numbers in a range of cells. The SUM function is one of the most commonly used functions in Excel.
=SUM(number1, [number2], ...)number1The first number or range to add
number2(number | range)Additional numbers or ranges to add (optional)
=SUM(A1:A10)Adds all values in cells A1 through A10
Result: Sum of all values
=SUM(A1:A10, C1:C10)Adds all values in A1:A10 and C1:C10
Result: Combined sum
=SUM(A1, B2, C3, 100)Adds specific cells and a constant number
Result: Sum of A1+B2+C3+100
Our AI can generate tailored formulas based on your specific needs
Generate Custom Formula