
Explore Excel math functions for business analysis, including rounding, sum functions, mod, rand, and practical case studies, plus advanced let and lambda features in Microsoft 365.
Explore Excel's vast math function portfolio, focusing on the bolded functions essential for business analysis and how the formula ribbon houses these tools.
Understand the round function and Excel's rounding functions, including round up, round down, ceiling, and floor, and how to round to digits or negative positions.
Learn how the MROUND function rounds a number to the nearest multiple in Excel, with examples using multiples of 2 and 5, including negative values.
Explore round down and round up in Excel, showing rounding toward zero and away from zero. See how the digits argument controls decimal places and rounding behavior.
Explore how Excel's ceiling.math and floor.math functions round numbers using a significance and mode, and compare positive versus negative behavior with practical examples.
Explore how floor math and the date function in Excel compute Easter for given years, using constants and the ecclesiastical full moon method.
Use the even and odd functions in Excel to round numbers away from zero to the nearest even or odd value, with clear syntax and examples.
Explore the int and trunc functions in Excel to extract the integer portion of numbers. Observe how int rounds away from zero, while trunc removes decimals and controls decimal places.
Explore how rounding functions in Excel prevent calculation errors and apply them to pricing, ending prices at $0.95 or $0.50 with int and simple if logic.
Explore a case study that applies mround and ceiling math to round billable time to 15-minute intervals using the time and time value functions in Excel.
Learn how the sum function in Excel adds values, using ranges like A2 to A13 and up to 255 arguments, to quickly compute column totals.
Explore the sumif function, defining a range, criteria, and optional sum range, with examples like greater than zero, less than zero, equal to ten, and regional sums such as East.
Master the sumifs function in Excel to sum values by multiple criteria, such as region and product type, with clear syntax for sum range and criteria ranges.
Learn to compute cumulative totals in excel using a sum function with a fixed first reference and a relative second reference, enabling tracking of interest, principal, and amortization over time.
Analyze the mod function in Excel by understanding how it returns the remainder of a division, with examples like 13 mod 2 = 1 and 5 mod 3 = 2.
Learn to sum every nth row in Excel using the mod function with sum and if, by checking the row number remainder.
Use the mod function in Excel to determine leap years by checking divisibility by four, 100, and 400; implement a 1 or 0 result for leap vs non-leap years.
Apply ledger shading in Excel by using conditional formatting with a mod of the row number to shade alternating rows, and choose suitable light or dark styles.
Explore how the rand function in Excel generates numbers between 0 and 1, then scales them to a chosen range by multiplying and adding the low value.
Generate random n-digit numbers in Excel by nesting rand inside int, using powers of ten to set the length, demonstrated with an eight-digit example.
Generate random uppercase letters in excel by nesting the rand, int, and char functions, using character codes starting at 65 for a 26-letter range.
Use a helper column with the rand function to randomly sort values, disable automatic calculation while sorting, then delete the helper column to obtain a randomized list.
Randbetween function generates integer random numbers within a specified bottom and top range. Explore its syntax and compare it with the rand function to see the key differences.
Generate random numbers in Excel as an array with the rand array function, specifying five rows, four columns, integer output, and a 1 to 20 range.
Explore creating increasing random numbers in Excel by combining the sequence function with rand, controlling rows, columns, start value, and step, and experimenting with random inputs.
Learn how the let function creates and reuses variables in Excel formulas to simplify complex calculations, demonstrated with computing the nth weekday occurrence.
Use lambda to create custom Excel functions without relying on Visual Basic, demonstrated with a hypotenuse length function based on the Pythagorean theorem, defined with height and base inputs.
Explore using a lambda with reduce to process an array of sales data in Excel. Learn to count items above 300,000 and compute 5% of those with an accumulator.
Use map with a lambda to process a 2020–2024 sales array, creating a 2023 target at 6% over 2024 sales and a bonus decision by last year vs current year.
Use a lambda with the by call to process an array and compute the max value for each column in a sales range in Excel.
Explore using a lambda with byrow to process an array in Excel, computing each row's maximum value across sales data from 2020 to 2024.
This course dives deep into Excel’s powerful math functions, equipping students with the knowledge to perform a wide variety of numerical operations and data manipulations. Whether you're rounding numbers for cleaner financial reports or generating randomized values for simulations, this section introduces a comprehensive suite of tools designed to improve precision and efficiency.
Students will begin by exploring Excel’s core rounding functions—such as ROUND, ROUNDUP, ROUNDDOWN, MROUND, CEILING.MATH, and FLOOR.MATH—and learn how to apply them in real-world contexts like pricing, billing, and time tracking. Through hands-on exercises, learners will also master the INT and TRUNC functions for truncating values, and EVEN/ODD to work with number patterns.
The course progresses to advanced topics like conditional summing with SUMIF and SUMIFS, calculating cumulative totals, and applying logic using MOD. It also covers creating alternating row effects for ledgers and how to determine leap years using formulas.
Finally, students will unlock dynamic capabilities with Excel’s random functions, including RAND, RANDBETWEEN, and RANDARRAY. The chapter ends by introducing Excel’s formula programming tools—LET and LAMBDA—enabling the creation of custom functions and advanced data processing with BYROW, BYCOL, MAP, and REDUCE.
By the end, students will be confident in applying math functions to automate, simplify, and enhance their Excel workbooks.