Fatskills
Practice. Master. Repeat.
Study Guide: Microsoft Excel Formulas Math and Statistical Functions ROUND ROUNDUP ROUNDDOWN SUMIF COUNTIF AVERAGEIF
Source: https://www.fatskills.com/microsoft-excel/chapter/ms-excel-formulas-math-and-statistical-functions-round-roundup-rounddown-sumif-countif-averageif

Microsoft Excel Formulas Math and Statistical Functions ROUND ROUNDUP ROUNDDOWN SUMIF COUNTIF AVERAGEIF

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

What This Is and Why It Matters

Math and statistical functions in MS-Excel are essential for data analysis, decision-making, and visualization. These functions help you extract insights from large datasets, identify trends, and make informed decisions. If you get these functions wrong, you may misinterpret data, make incorrect conclusions, or even make costly mistakes. For example, if you use the wrong rounding function, you may misrepresent sales figures or inventory levels, leading to poor business decisions.

Core Knowledge (What You Must Internalize)


Essential Definitions

  • ROUND: Rounds a number to a specified number of digits.
  • ROUNDUP: Rounds a number up to the nearest integer or to a specified number of digits.
  • ROUNDDOWN: Rounds a number down to the nearest integer or to a specified number of digits.
  • SUMIF: Sums up values in a range that meet a specified condition.
  • COUNTIF: Counts the number of cells that meet a specified condition.
  • AVERAGEIF: Averages values in a range that meet a specified condition.

Key Formulas, Laws, or Principles

  • ROUND: =ROUND(number, num_digits)
  • ROUNDUP: =ROUNDUP(number, num_digits)
  • ROUNDDOWN: =ROUNDDOWN(number, num_digits)
  • SUMIF: =SUMIF(range, criteria, [sum_range])
  • COUNTIF: =COUNTIF(range, criteria)
  • AVERAGEIF: =AVERAGEIF(range, criteria, [average_range])

Critical Distinctions

  • ROUND: Rounds to the nearest even digit if the digit is exactly halfway between two numbers.
  • ROUNDUP: Always rounds up to the nearest integer or to a specified number of digits.
  • ROUNDDOWN: Always rounds down to the nearest integer or to a specified number of digits.

Typical Units, Thresholds, or Ranges

  • ROUND: Typically used with 2-3 decimal places for financial or scientific calculations.
  • ROUNDUP: Often used for rounding up to the nearest whole number or to a specified number of digits.
  • ROUNDDOWN: Frequently used for rounding down to the nearest whole number or to a specified number of digits.

Step-by-Step Deep Dive


Step 1: Understanding the ROUND Function

The ROUND function takes two arguments: the number to be rounded and the number of digits to round to.


  • Action: Use the ROUND function to round a number to a specified number of digits.
  • Principle: The ROUND function uses a simple rounding algorithm to determine the rounded value.
  • Example: =ROUND(123.456, 2) returns 123.46.
  • Pitfall: ⚠️ Don't forget to specify the correct number of digits to round to.

Step 2: Understanding the ROUNDUP and ROUNDDOWN Functions

The ROUNDUP and ROUNDDOWN functions also take two arguments: the number to be rounded and the number of digits to round to.


  • Action: Use the ROUNDUP function to round a number up to the nearest integer or to a specified number of digits, and the ROUNDDOWN function to round a number down to the nearest integer or to a specified number of digits.
  • Principle: The ROUNDUP and ROUNDDOWN functions use a simple rounding algorithm to determine the rounded value.
  • Example: =ROUNDUP(123.456, 2) returns 124.46, and =ROUNDDOWN(123.456, 2) returns 123.45.
  • Pitfall: ⚠️ Don't forget to specify the correct number of digits to round to.

Step 3: Understanding the SUMIF, COUNTIF, and AVERAGEIF Functions

The SUMIF, COUNTIF, and AVERAGEIF functions take three arguments: the range to be evaluated, the criteria to be met, and the range to be summed, counted, or averaged.


  • Action: Use the SUMIF function to sum up values in a range that meet a specified condition, the COUNTIF function to count the number of cells that meet a specified condition, and the AVERAGEIF function to average values in a range that meet a specified condition.
  • Principle: The SUMIF, COUNTIF, and AVERAGEIF functions use a simple conditional statement to determine which values to include in the calculation.
  • Example: =SUMIF(A1:A10, ">=100", B1:B10) returns the sum of values in range B1:B10 where the corresponding value in range A1:A10 is greater than or equal to 100.
  • Pitfall: ⚠️ Don't forget to specify the correct range and criteria.

How Experts Think About This Topic

Experts think about these functions as a set of tools for extracting insights from data. They consider the context and purpose of the calculation, and choose the correct function to achieve the desired result. Instead of memorizing formulas, experts think about the underlying principles and algorithms that drive the calculations.

Common Mistakes (Even Smart People Make)


Mistake 1: Using the Wrong Rounding Function

  • The mistake: Using the ROUND function when you need to round up or down.
  • Why it's wrong: The ROUND function may not produce the desired result, leading to incorrect conclusions.
  • How to avoid: Use the ROUNDUP or ROUNDDOWN function when you need to round up or down.
  • Exam trap: ⚠️ Be careful when using the ROUND function, as it may not produce the expected result.

Mistake 2: Forgetting to Specify the Correct Number of Digits

  • The mistake: Forgetting to specify the correct number of digits to round to.
  • Why it's wrong: The calculation may produce an incorrect result, leading to incorrect conclusions.
  • How to avoid: Always specify the correct number of digits to round to.
  • Exam trap: ⚠️ Be careful when using the ROUND, ROUNDUP, or ROUNDDOWN function, as forgetting to specify the correct number of digits may lead to incorrect results.

Mistake 3: Using the Wrong Criteria in the SUMIF, COUNTIF, or AVERAGEIF Function

  • The mistake: Using the wrong criteria in the SUMIF, COUNTIF, or AVERAGEIF function.
  • Why it's wrong: The calculation may produce an incorrect result, leading to incorrect conclusions.
  • How to avoid: Always specify the correct criteria for the SUMIF, COUNTIF, or AVERAGEIF function.
  • Exam trap: ⚠️ Be careful when using the SUMIF, COUNTIF, or AVERAGEIF function, as using the wrong criteria may lead to incorrect results.

Practice with Real Scenarios


Scenario 1: Rounding a Number

  • Question: Use the ROUND function to round the number 123.456 to 2 decimal places.
  • Solution: =ROUND(123.456, 2) returns 123.46.
  • Answer: 123.46
  • Why it works: The ROUND function uses a simple rounding algorithm to determine the rounded value.

Scenario 2: Summing Up Values

  • Question: Use the SUMIF function to sum up values in range B1:B10 where the corresponding value in range A1:A10 is greater than or equal to 100.
  • Solution: =SUMIF(A1:A10, ">=100", B1:B10) returns the sum of values in range B1:B10 where the corresponding value in range A1:A10 is greater than or equal to 100.
  • Answer: 123.45
  • Why it works: The SUMIF function uses a simple conditional statement to determine which values to include in the calculation.

Quick Reference Card

  • Core rule: Use the correct function to achieve the desired result.
  • Key formula: =ROUND(number, num_digits)
  • Three most critical facts:
    • The ROUND function rounds a number to a specified number of digits.
    • The ROUNDUP and ROUNDDOWN functions round a number up or down to a specified number of digits.
    • The SUMIF, COUNTIF, and AVERAGEIF functions use a simple conditional statement to determine which values to include in the calculation.
  • One dangerous pitfall: ⚠️ Don't forget to specify the correct number of digits to round to.
  • One mnemonic: Use the "ROUND" acronym to remember the correct order of operations: Rounding, Order of Operations, Understanding, Reasoning, and Deciding.

If You're Stuck (Exam or Real Life)

  • What to check first: Make sure you have specified the correct function and arguments.
  • How to reason from first principles: Consider the context and purpose of the calculation, and choose the correct function to achieve the desired result.
  • When to use estimation: Use estimation when you need to make a quick calculation or when the exact result is not critical.
  • Where to find the answer (without cheating): Consult the Excel documentation or online resources for help.

Related Topics

  • Statistical functions: Study the AVERAGE, COUNT, and STDEV functions to learn more about statistical calculations.
  • Logical functions: Study the IF, AND, and OR functions to learn more about logical calculations.
  • Lookup functions: Study the VLOOKUP and INDEX/MATCH functions to learn more about lookup calculations.


ADVERTISEMENT