IFS

In this comprehensive guide, we will explore the IFS function in Excel, which is a powerful formula that allows you to perform multiple conditional tests and return the first true result. This function is particularly useful when you need to evaluate several conditions and return a corresponding value for the first condition that is met. We will cover the syntax, examples, tips and tricks, common mistakes, troubleshooting, and related formulae for the IFS function.

IFS Syntax

The syntax for the IFS function in Excel is as follows:

=IFS(test1, value1, [test2, value2], …, [test_n, value_n])

Where:

  • test1 is the first logical test you want to perform.
  • value1 is the value to return if test1 is TRUE.
  • test2, value2, … test_n, value_n (optional) are additional pairs of logical tests and their corresponding values. You can include up to 127 pairs of tests and values in the IFS function.

Note that the IFS function is available only in Excel 2019 and later versions, as well as in Excel for Office 365.

IFS Examples

Let’s look at some examples of how to use the IFS function in Excel.

Example 1: Basic IFS Function

Suppose you have a list of students and their scores, and you want to assign a grade based on the score. You can use the IFS function to evaluate the score and return the corresponding grade.

=IFS(A1>=90, “A”, A1>=80, “B”, A1>=70, “C”, A1>=60, “D”, A1<60, “F”)

In this example, the IFS function checks if the score in cell A1 is greater than or equal to 90, 80, 70, or 60, and returns the corresponding grade (A, B, C, or D). If none of these conditions are met, it returns an “F” grade.

Example 2: Nested IFS Function

While the IFS function is designed to eliminate the need for nested IF functions, you can still use it within other IFS functions if needed. For example, you might want to evaluate multiple conditions for two different categories.

=IFS(B1=”Category1″, IFS(A1>=100, “Excellent”, A1>=80, “Good”, A1>=60, “Average”), B1=”Category2″, IFS(A1>=120, “Excellent”, A1>=90, “Good”, A1>=70, “Average”))

In this example, the IFS function first checks if the value in cell B1 is “Category1” or “Category2”. If it’s “Category1”, it evaluates the score in cell A1 based on one set of criteria, and if it’s “Category2”, it evaluates the score based on a different set of criteria.

IFS Tips & Tricks

Here are some tips and tricks to help you get the most out of the IFS function in Excel:

  1. When using the IFS function, make sure to arrange your conditions in the correct order, as the function will return the value for the first TRUE condition it encounters. If you have overlapping conditions, the function may not return the expected result.
  2. If you need to include more than 127 pairs of tests and values, you can use nested IFS functions or combine the IFS function with other functions like AND, OR, and NOT.
  3. Use the IFERROR function to handle cases where none of the conditions in the IFS function are met. For example:

    =IFERROR(IFS(A1>=90, “A”, A1>=80, “B”, A1>=70, “C”, A1>=60, “D”), “F”)

  4. When working with text values, make sure to enclose them in double quotes (“”) within the IFS function.

Common Mistakes When Using IFS

Here are some common mistakes to avoid when using the IFS function:

  1. Not arranging the conditions in the correct order, which can lead to unexpected results.
  2. Forgetting to enclose text values in double quotes (“”).
  3. Using the IFS function in Excel versions earlier than Excel 2019 or Excel for Office 365, where the function is not available. In such cases, you can use nested IF functions instead.

Why Isn’t My IFS Function Working?

If your IFS function is not working as expected, consider the following troubleshooting steps:

  1. Check if you are using the correct syntax for the IFS function and that you have included all necessary arguments.
  2. Ensure that your conditions are arranged in the correct order and that there are no overlapping conditions.
  3. Verify that you are using the correct cell references and that the data in those cells is in the expected format (e.g., numbers, text, dates).
  4. Make sure you are using a version of Excel that supports the IFS function (Excel 2019 or later, or Excel for Office 365).

IFS: Related Formulae

Here are some related formulae that you might find useful when working with the IFS function:

  1. IF: The IF function allows you to perform a single logical test and return one value if the test is TRUE and another value if the test is FALSE.
  2. AND, OR, NOT: These logical functions can be used in combination with the IFS function to create more complex conditions.
  3. IFERROR: The IFERROR function can be used to handle cases where none of the conditions in the IFS function are met or when an error occurs.
  4. CHOOSE: The CHOOSE function allows you to return a value from a list based on a specified index number. It can be used as an alternative to the IFS function in some cases.
  5. LOOKUP, VLOOKUP, HLOOKUP: These lookup functions can be used to search for a value in a range or table and return a corresponding value from another column or row. They can be used as alternatives to the IFS function when working with large datasets.

In conclusion, the IFS function is a powerful and versatile formula that can help you perform multiple conditional tests and return the first true result in Excel. By understanding its syntax, examples, tips and tricks, common mistakes, and related formulae, you can effectively use the IFS function to analyze and manipulate your data.

Related

Did you find this article useful?

Share it with your friends or colleagues

About Aepoch Advisors

We are a boutique accounting and consulting firm servicing international businesses operating in China. We offers book keeping and business advisory service. We also help our clients select and implement SAAS business applications
 
Cloud technology significantly reduces cost foreign companies traditionally spent on tax compliance and ERP systems. Our cloud professionals can help with streamlining your management and controling structure, as well as advising you on how to reduce risks and maximize profits with software purposely built for Chinese business. Contact us today to learn more about our services.