Skip to main content

Excel OR function

The OR function in Excel is used to test multiple conditions at the same time, if any one of the conditions is met, a TRUE is returned, if none of the conditions is met, a FALSE is returned. The OR function can be used in combination with the AND and IF functions together.

doc or function 1


 Syntax:

The syntax for the OR function in Excel is:

=OR (logical1, [logical2], ...)

 Arguments:

  • Logical1: Required. The first condition or logical value that you want to test.
  • Logical2: Optional. The second condition or logical value to evaluate.

Notes:

  • 1. The arguments must be logical values such as TRUE or FALSE, or in arrays or references that contain logical values.
  • 2. If the specified range contains no logical values, OR function returns the #VALUE! error value.
  • 3. In Excel 2007 and later versions, you can enter up to 255 conditions, in Excel 2003, only handle up to 30 conditions.

 Return:

Test multiple conditions, return TRUE if any one of arguments is met, if not, return FALSE.


 Examples:

Example 1: Use OR function only

Let’s take the below data for example:

doc or function 1

Formula Result Description
Cell C4: =OR(A4,B4) TRUE Displays TRUE because the first argument is true.
Cell C5: =OR(A5>60,B5<20) FALSE Displays FALSE because both criteria do not match.
Cell C6: =OR(2+5=6,20-10=10,2*5=12) TRUE Displays TRUE because the condition “20-10” is matching.

Example 2: Use OR and AND functions together in one formula

In Excel, you may need to combine the AND and OR function together for solving some problems, there are some basic patterns as follows:

  • =AND(OR(Cond1, Cond2), Cond3)
  • =AND(OR(Cond1, Cond2), OR(Cond3, Cond4)
  • =OR(AND(Cond1, Cond2), Cond3)
  • =OR(AND(Cond1,Cond2), AND(Cond3,Cond4))

For example, if you want to know the Product which are KTE and KTO, the order of KTE is greater than 150, and the order of KTO is greater than 200.

Please use this formula, and then drag the fill handle to the cells you want to apply this formula, and you will get the result as below screenshot shown:

=OR(AND(A4="KTE", B4>150), AND(A4="KTO", B4>200))

doc or function 2


Example 3: Use OR and IF functions together in one formula

This example helps you to understand the combination of OR and IF functions. For example, you have a table contains the students’ test score, if one of the subjects is greater than 60, the student will pass the final exam, otherwise, fail the exam. See screenshot:

doc or function 3

To check if the student passes the exam or not, using the IF and OR functions together to solve it, please use this formula:

=IF((OR(B2>=60, C2>=60)), "Pass", "Fail")

This formula indicates that, it will return Pass, if any a value in column B or column C is equal or greater than 60. Otherwise, the formula returns Fail. See screenshot:

doc or function 4

Click for knowing more about IF function…


Example 4: Use OR function as array form

If we you OR as an array formula, you can test all values in a specific range against a given condition.

For example, if you want to check if there are values in a range are greater than 1500, please use the below array formula, and then press Ctrl +Shift + Enter keys together, it will return TRUE if any cell in A1:C8 is greater than 1500, otherwise, FALSE is returned. See screenshot:

=OR(A1:C8>1500)

doc or function 5


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Description


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations