Skip to main content
ExcelBaby.com
Course
Getting Started with Excel
Excel Formulas and Functions
Excel Troubleshooting
Programming with Excel VBA
Excel VBA and Macro Examples
Docs
Learn
Functions
Questions
Shortcuts
Resources
Books
Home
ยป
Or operator
Docs
Or operator
Used to perform a logical disjunction on two expressions. Syntax result = expression1 Or expression2 The Or operator syntax has these parts: […]
Or operator