ExcelCSE.com

Menu
  • Excel 101
  • Excel Functions
  • Excel Formula
  • Contact Us
How to Use Excel > Excel Functions > Excel IFS Function

Excel IFS Function

How to Use the Excel IFS Function
Table of contents :
  • What is the Excel IFS Function?
  • IFS Syntax
  • IFS Example
  • Another Alternative for IFS Function

How to Use Excel IFS Function

What is the Excel IFS Function?

Excel IFS Function is an improvement of multiple IF statements. No need nested IF function to analyze more than two criteria, one IFS function is enough but with many logical_test.

Unfortunately, this function is only available for those who subscribe to Office 365. For those who have no Office 365 subscription, please use multiple IF statements or other IFS function alternatives.

IFS Syntax

IFS(logical_test1, value_if_true1
, [logical_test2, value_if_true2]
, [logical_test3, value_if_true3]
, …)

logical_test1 (required), the first condition to be analyzed, whether in accordance with the criteria specified. The result is TRUE / FALSE.

value_if_true1, the returned value if logical_test1 returns a TRUE value

Notes:

  • The IFS function able to analyze up to 127 criteria, of course, this is an improvement, nested IF statement only able to accommodate up to 64 IF functions in a formula (before Excel 2007 even only 7 IF functions).
  • IFS function has no value_if_false argument, meaning if there are six criteria, then there are six logical_test, in contrast to nested IF function if there are six criteria then there are only five logical_test.
  • If no logical_test returns a TRUE value, then the IFS function returns a #N/A error.

IFS Example

What is the weight category of each name based on the BMI value? Can the IFS function answer this question?

IFS Statement Excel

There are six weight category according to BMI value.

Excel IFS Function for Multiple Conditions

Here is a formula to answer the questions above.

=IFS(D2<18.5,"Underweight"
,D2<25,"Normal"
,D2<30,"Overweight"
,D2<35,"Class I Obesity"
,D2<40,"Class II Obesity"
,TRUE,"Class III Obesity")

logical_test6 filled with TRUE as a replacement for value_if_false argument in nested IF statements, value_if_true6 will be the result of IFS function if logical_test1 until logical_test5 return FALSE.

Here is the step by step on how to use IFS function.

Please compare how to use multiple IF statements and how to use IFS functions, which one is more comfortable for you?

  • How to Do Multiple IF Statements in Excel

Another Alternative for IFS Function

Another IFS function alternative is a VLOOKUP function. The following VLOOKUP function able to replace IFS functions.

=VLOOKUP(D12,$A$3:$C$8,3,TRUE)

Excel IFS Statement

For a more detailed explanation about the VLOOKUP function, please read the article below

  • How to Do a VLOOKUP
Another article using or explain about IFS Function
  • Multiple IF Statements in Excel

Another Logical Function

Another article about Logical Function
  • Excel IFNA Function
  • Excel AVERAGEIFS Function
  • Excel AVERAGEIF Function
  • Excel IFERROR Function
  • Excel SUMIFS Function
  • Excel SUMIF Function
  • Excel IFS Function
  • Excel IF Statement
  • Excel AND Function
  • Excel OR Function
Usefull links
  • Microsoft IFS Function Documentation
Share
Tweet
Google+
Email
Prev Article
Next Article

Related Articles

Excel SECOND Function
What is the Excel SECOND Function? The Excel SECOND function …

Excel SECOND Function

Excel LEFT Function
What is the Excel LEFT Function? The excel LEFT function …

Excel LEFT Function

Excel HOUR Function
What is the Excel HOUR Function? The Excel HOUR function …

Excel HOUR Function

How to Use OR Function in Excel
What is the Excel OR Function? Excel OR function used …

Excel OR Function

Excel AVERAGEA Function
What is the Excel AVERAGEA Function? The excel AVERAGEA function …

Excel AVERAGEA Function

Tags:Excel 2016 IFS Excel 2016 IFS Function Excel IFS Function For Multiple Conditions Excel IFS Statement How to Use IFS IFS Excel 2010 IFS Excel 2013 IFS Excel 2016 IFS Formula in Excel IFS Function Excel 2016 IFS Statement Excel Logical Function Two IFS in Excel VLOOKUP Function

Categories

  • Excel 101
  • Excel Formula
  • Excel Functions

Recent Posts

  • Get the Original Price from Percentage Increase/Decrease
  • How to Add/Subtract Percentage in Excel
  • How to Extract Day, Month and Year from Date in Excel
  • How to Add Seconds, Minutes and Hours to a Time in Excel
  • How to Add Days, Weeks, Months and Years to a Date in Excel
  • How to Calculate Time Difference in Excel
  • Calculate Number of Days, Weeks, Months and Years Between Two Dates in Excel
  • Flash Fill Excel
  • Paste Special Excel
  • Excel TEXTJOIN Function
  • Excel CONCAT Function
  • Excel CONCATENATE Function
  • Excel REPLACE Function
  • Excel SUBSTITUTE Function
  • Excel REPT Function
  • Excel FIND Function
  • Excel SEARCH Function
  • Excel MID Function
  • Excel RIGHT Function
  • Excel LEFT Function

ExcelCSE.com

The Ultimate Guide How to Use Excel Better
Copyright © 2024 ExcelCSE.com
Contact Us - Privacy Policy - Sitemap | Theme by MyThemeShop.com

Ad Blocker Detected

Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker.

Refresh