Math & Trig Functions

27 Modules
Interactive Practice

Master 26 Excel math and trigonometry functions like SUM, SUMIFS, ROUND, PRODUCT, and MOD with interactive exercises. Perform calculations and solve complex numeric problems efficiently.

Interactive

Live Score Feedback

Real-time

Active Logic Validation

Practical

Industry Datasets

1

Math & Trig Functions Foundations

Learn how Excel math and trig functions handle rounding, signs, remainders, and basic numeric calculations.

2

Abs Function

Returns the absolute value of a number. ABS is useful when the magnitude of a result matters more than its direction, such as variance analysis, tolerance checks, and distance calculations.

3

Ceiling.math Function

Rounds a number up to the nearest integer or specified multiple.

4

Floor.math Function

Rounds a number down to the nearest integer or specified multiple.

5

Int Function

Rounds a number down to the nearest integer. INT is useful when you need the mathematical floor of a value, remove the time portion from a datetime, or keep only complete units from a division result.

6

Mdeterm Function

Returns the determinant of a square matrix.

7

Minverse Function

Returns the inverse of a square matrix.

8

Mmult Function

Returns the matrix product of two arrays.

9

Mod Function

Returns the remainder after division. MOD is useful for divisibility tests, repeating cycles, alternating-row logic, and time calculations that wrap across midnight.

10

Mround Function

Rounds a number to the nearest specified multiple.

11

Munit Function

Returns the identity matrix for a chosen dimension.

12

Pi Function

Returns the mathematical constant pi. PI is used in circle formulas, radian-based trigonometry, and geometry calculations that depend on circular relationships.

13

Power Function

Raises a number to a chosen power.

14

Product Function

Multiplies numbers, references, and ranges in one formula. PRODUCT is useful when a model depends on compounded factors rather than additive totals.

15

Rand Function

Returns a random decimal greater than or equal to 0 and less than 1. RAND is useful for simulation models, random sampling, and generating test values that recalculate automatically.

16

Randbetween Function

Returns a random integer between two specified bounds. RANDBETWEEN is useful for discrete simulations, test datasets, and randomized indexing.

17

Round Function

Rounds a number to a specified number of digits.

18

Rounddown Function

Always rounds a number toward zero.

19

Roundup Function

Always rounds a number away from zero.

20

Sin Function

Returns the sine of an angle expressed in radians. SIN is used in trigonometry, coordinate geometry, waveform modeling, and component calculations.

21

Sqrt Function

Returns the positive square root of a number. SQRT is commonly used in geometry, distance formulas, and statistical models that depend on the principal square root.

22

Subtotal Function

Performs a calculation such as SUM or AVERAGE while respecting filtered rows.

23

Sum Function

Adds numbers, cell references, and ranges in a single formula. SUM is the standard aggregation function for totals, running balances, and cross-sheet consolidation.

24

Sumif Function

Sums values that meet one condition. SUMIF is used for category totals, threshold-based aggregation, and dynamic single-criteria reports.

25

Sumifs Function

Sums values that satisfy multiple conditions. SUMIFS is used for AND-based aggregation across several fields such as product, region, date, or threshold.

26

Sumproduct Function

Multiplies arrays element by element, then sums the results.

27

Trunc Function

Removes digits from a number by truncation, without rounding.

"This expertise path is engineered for maximum logic retention. We use interactive simulations to ensure every advanced function is immediately applied to real-world datasets."

Related Skills
Advanced Formulas
Data Modeling
Automation Logic
Spreadsheet UX