How to use the IF OR formula in Excel

If you combine the Excel IF function with the OR function, it will output true even if only one of the specified conditions is true. Using simple example, we’ll explain how to use these functions together.

Excel with Microsoft 365 and IONOS!

Use Excel to create spreadsheets and organize your data - included in all Microsoft 365 packages!

Office Online
OneDrive with 1TB
24/7 support

What is the IF OR function in Excel?

The Excel IF OR function is an extension of the popular IF formula, also known as the IF THEN function. If you combine this formula with the Excel OR function, you can define several conditions. At least one of them must be true for Excel to return the result as true. If condition A or condition B is true, condition C will be output. If neither condition is met, the formula will output condition D. The formula is structured as follows:

=IF(OR(something is TRUE,something else is TRUE),value_if_true,value_if_false)

In the formula above, the element “something is TRUE” is condition A and “something else is TRUE” is condition B. Accordingly, “value_if_true” corresponds to return value C and “value_if_false” to return value D.

Note

An alternative to the IF OR formula is the IF AND formula. When using this function, both conditions A and B must be true for the return value C to be output. In contrast, the IF NOT function only accepts one condition at a time.

Example of Excel IF OR formula

The following instructions apply to Microsoft 365 and Excel versions 2021, 2019 and 2016.

In the following spreadsheet, column A lists the potential participants for a training program. To be accepted by the institution providing the training, the individuals must have either attended a basic course or passed the entrance exam with at least 600 points.

Excel IF OR: Spreadsheet for determining admission
In this Excel example, we determine which individuals will be accepted into the program.

Since the conditions are already defined, we can create the formula. First, select cell D2. In this cell, the question of whether the participant should be admitted will be answered with “YES” or “NO”. The return value “YES” is output if the participant has attended the basic course (represented by the value “yes” in column B) or if the applicant scored more than 600 points on the entrance exam, which is recorded in column C. The resulting return value is “NO” if neither of the conditions have been met. Now, enter the following formula in the formula bar:

=IF(OR(B2="yes",C2>599),"YES","NO")

Once you have confirmed the formula by pressing the Enter key, Excel will display the corresponding return value in D2.

Excel IF OR: Return value for the entered formula
In cell D2, the resulting return value is “NO” since neither of the two conditions have been met.

You do not need to enter the formula each time to fill in rows 3 through 6 in column D. Simply select cell D2 and drag the green rectangle to the last row. Since the formula uses a relative reference, B2 and C2 will automatically become B3 and C3 and so on.

Excel IF OR: Applying the formula to the entire cell range
To automatically fill the cells, drag the green rectangle to the last row.
Tip

With IONOS HiDrive cloud storage, you can store, edit and share your Office documents centrally and securely. The HiDrive app enables you to work flexibly from any device, whether privately or professionally. Your data is optimally protected in IONOS ultra-modern data centers.

Combining the IF OR formula with other functions

One advantage of the Excel IF OR function is that it can be combined with other useful functions. This allows you to perform more complex requests. Below you will see the spreadsheet used in the previous example. This time, both the first and last names of the potential participants are listed in columns A and B respectively.

Excel IF OR: Spreadsheet with the desired statements in column E
Spreadsheet with the first and last names of the participants and the acceptance statement in column E.

You now want column E to display more than just the “YES” or “NO” response. You want it to output a full sentence such as “[First name] [Last name] is accepted” or “[First name] [Last name] is not accepted”. You can do this by integrating the CONCATENATE function into the IF OR function. First, select the cell range E2 to E6. Then, enter the following formula into the formula bar:

=CONCATENATE(A2," ",B2," ",IF(OR(C2="yes",D2>599),"is accepted","is not accepted"))

The first part of the formula concatenates the content of cells A and B. To prevent the individual text elements from being placed directly next to each other in the resulting return value, enter a blank space enclosed by two double quotation marks after both A2 and B2. This is then followed by the IF OR function, which completes the statement with the corresponding result.

Excel IF OR: Combining the IF OR and CONCATENATE functions
When combined with the CONCATENATE function, the IF OR function can generate full sentences.

The IF OR function in Excel can be combined with a variety of other functions. However, you should always make sure that you have used the correct number of parentheses for the nested formulas. If there isn’t a closing parenthesis, you will receive an error message. To avoid such errors, just use the formula builder under the menu option “Insert Function”, which automatically produces the correct syntax.

Tip

Enjoy working with Excel? If so, you may be interested in taking a look at our other Digital Guide articles on Excel:

Microsoft 365 for Business with IONOS!

Powerful Exchange email and the latest versions of your favorite Office apps on any device - get started with our free setup assistance.

50 GB Exchange email account
1TB OneDrive cloud storage
24/7 expert support
We use cookies on our website to provide you with the best possible user experience. By continuing to use our website or services, you agree to their use. More Information.