Excel Guide
SUM, ROUND & Excel's Core Math Functions
Adding a range of cells and rounding a result are two of the most common things you'll do in Excel — and the ones most likely to go subtly wrong if you don't know the details.
SUM: adding a range
Instead of writing =A1+A2+A3, which breaks the moment you add a fourth row, use SUM with a range reference:
SUM scales automatically — extend the range and it keeps working. It also ignores text and empty cells inside the range, so it's safe to use even if a column has the occasional label mixed in.
ROUND, ROUNDUP, ROUNDDOWN
ROUND takes a number and how many decimal places to keep:
The difference matters most in billing and inventory contexts: ROUNDUP is the safe choice when under-charging or under-ordering isn't an option (e.g. how many boxes you need to ship a quantity of items), while plain ROUND is right for things like displaying a price to two decimal places.
ABS and MOD
ABS strips the sign off a number — useful when you care about the size of a difference, not its direction:
MOD returns the remainder after division — handy for anything that repeats in a cycle, like assigning every 3rd row a different color, or checking if a number is even:
Try it yourself
Practice SUM, ROUND, and the rest of Excel's math functions with real interactive exercises and instant feedback.
Start practicing math formulas →