ZonoTools

Excel Practice - SUM

Instruction

Calculate total sales in column B from B2 to B6.

Formula Syntax

=SUM(number1, [number2], ...)

  • number1: Numeric value or numeric reference.
  • [number2]: Numeric value or numeric reference.
  • ...: Additional optional arguments.

What it does

Calculate total sales in column B from B2 to B6.

weekly-sales.xlsx

AB
1ItemSales
2Mon120
3Tue180
4Wed90
5Thu160
6Fri150
7Output

Input Formula

Need Help?

Tips

  • Use SUM with clean and consistent ranges for predictable results.
  • Validate data types (number, text, date) before applying the formula.
  • Test the formula with a small sample first, then scale it to larger ranges.