Excel Formula Category

Math Excel Formula Examples

Sum values, round numbers, calculate totals, build running totals, generate sequences, and control numeric output. Browse practical examples with syntax, c

21 examplesCopy-paste formulasPlain English

💡 Ideas for You

Helpful learning resources for Math formulas.

4 useful links
📚 Step-by-step booksBeginner-friendly learning resources from Create & Learn.📘 Formula guideBooks and references for math Excel formulas.🧮 Formula cheat sheetsQuick references for common spreadsheet formulas.📊 Reporting guidesResources for turning formula results into useful reports.

What this category helps you do

Math formulas are the base of most spreadsheets. They help you total numbers, round values for reports, handle remainders, generate random values, and summarize rows without manual calculation.

Math formula examples

Choose a formula below. Each page explains the formula in plain English and gives examples one at a time so long formulas are easier to read and copy.

Formula

ABS

returns the positive version of a number.

Open examples →
Formula

AGGREGATE

summarizes data while optionally ignoring errors, hidden rows, or subtotals.

Open examples →
Formula

CEILING

rounds a number up to the nearest multiple.

Open examples →
Formula

FLOOR

rounds a number down to the nearest multiple.

Open examples →
Formula

MOD

returns the remainder after division.

Open examples →
Formula

Moving Average

averages the latest set of values in a rolling window.

Open examples →
Formula

MROUND

rounds a number to the nearest multiple.

Open examples →
Formula

PRODUCT

multiplies numbers together.

Open examples →
Formula

QUOTIENT

returns the integer part of a division.

Open examples →
Formula

RAND

returns a random decimal between 0 and 1.

Open examples →
Formula

RANDBETWEEN

returns a random whole number between two limits.

Open examples →
Formula

ROUND

rounds a number to a set number of digits.

Open examples →
Formula

ROUNDDOWN

rounds a number down, toward zero.

Open examples →
Formula

ROUNDUP

rounds a number up, away from zero.

Open examples →
Formula

Running Total

calculates a cumulative total down a column.

Open examples →
Formula

SEQUENCE

creates a dynamic list of sequential numbers.

Open examples →
Formula

SUBTOTAL

calculates a subtotal that can ignore filtered rows.

Open examples →
Formula

SUM

adds numbers together.

Open examples →
Formula

SUMIF

adds values that meet one condition.

Open examples →
Formula

SUMIFS

adds values that meet multiple conditions.

Open examples →
Formula

SUMPRODUCT

multiplies matching items in arrays and returns the sum.

Open examples →

Best formulas to start with

How to learn this category

  1. Open one formula page and test the first beginner example.
  2. Change one cell reference at a time so you understand what each part controls.
  3. Check the common mistakes section before copying the formula down.
  4. Move to related formulas when you need a cleaner or more advanced version.