Excel Functions You Need to Know: Mathematical Functions

George Hennen
4 min readMar 30, 2023

--

Part 1 of a comprehensive series on Excel functions.

Excel is a powerful tool for working with data, and one of its strengths is the wide range of built-in functions that it offers. Whether you need to perform simple arithmetic calculations or complex statistical analyses, Excel has a function to help you get the job done. In the first post of this series on Excel’s functions, we’ll take a look at some of the more prevalent mathematical functions available in Excel and provide examples of how they can be used.

SUM: Adds up a range of numbers.

Example: =SUM(A1:A10)

SUM Function in Excel

AVERAGE: Calculates the average of a range of numbers.

Example: =AVERAGE(A1:A10)

AVERAGE Function in Excel

MIN: Returns the smallest value in a range of numbers.

Example: =MIN(A1:A10)

MIN Function in Excel

MAX: Returns the largest value in a range of numbers.

Example: =MAX(A1:A10)

MAX Function in Excel

ROUND: Rounds a number to a specified number of decimal places.

Example: =ROUND(A1, 2)

ROUND Function in Excel

TRUNC: Truncates a number to a specified number of decimal places.

Example: =TRUNC(A1, 2)

TRUNC Function in Excel

INT: Rounds a number down to the nearest integer.

Example: =INT(A1)

INT Function in Excel

CEILING: Rounds a number up to the nearest specified multiple.

Example: =CEILING(A1, 5)

CEILING Function in Excel

FLOOR: Rounds a number down to the nearest specified multiple.

Example: =FLOOR(A1, 10)

FLOOR Function in Excel

PRODUCT: Multiplies the values in a range of cells.

Example: =PRODUCT(A1:A10)

PRODUCT Function in Excel

QUOTIENT: Returns the integer portion of a division operation.

Example: =QUOTIENT(A1, B1)

QUOTIENT Function in Excel

MOD: Returns the remainder after division of two numbers.

Example: =MOD(A1, B1)

MOD Function in Excel

POWER: Raises a number to a specified power.

Example: =POWER(A1, B1)

POWER Function in Excel

SQRT: Calculates the square root of a number.

Example: =SQRT(A1)

SQRT Function in Excel

ABS: Returns the absolute value of a number.

Example: =ABS(A1)

ABS Function in Excel

LOG: Calculates the logarithm (base 10) of a number.

Example: =LOG(A1)

LOG Function in Excel

EXP: Returns e raised to the power of a number.

Example: =EXP(A1)

EXP Function in Excel

RAND: Returns a random number between 0 and 1.

Example: =RAND()

RAND Function in Excel

RANDBETWEEN: Returns a random integer between two specified values.

Example: =RANDBETWEEN(1, 10)

RANDBETWEEN Function in Excel

SUMIF: Adds up the values in a range that meet a specified criterion.

Example: =SUMIF(A1:A10, “>5”)

SUMIF Function in Excel

SUMIFS: Adds up the values in a range that meet multiple specified criteria.

Example: =SUMIFS(A1:A10, B1:B10, “>5”, C1:C10, “<10”)

SUMIFS Function in Excel

COUNT: Counts the number of cells in a range that contain numbers.

Example: =COUNT(A1:A10)

COUNT Function in Excel

COUNTA: Counts the number of cells in a range that contain any type of data.

Example: =COUNTA(A1:A10)

COUNTA Function in Excel

COUNTIF: Counts the number of cells in a range that meet a specified criterion.

Example: =COUNTIF(A1:A10, “>5”)

COUNTIF Function in Excel

COUNTIFS: Counts the number of cells in a range that meet multiple specified criteria.

Example: =COUNTIFS(A1:A10, “>5”, B1:B10, “<10”)

COUNTIFS Function in Excel

SUMPRODUCT: Multiplies the corresponding values in two or more ranges and adds up the results.

Example: =SUMPRODUCT(A1:A10, B1:B10)

SUMPRODUCT Function in Excel

These are more prevalent mathematical functions available in Excel. By mastering these functions and others like them, you can quickly perform complex calculations and analyses on your data

Subscribe to follow along: https://medium.com/@georgehennen/subscribe

--

--

George Hennen
0 Followers

I write articles about productivity and data.