answersLogoWhite

0


Best Answer

OR(logical1, logical2, ...)

logical1, logical2, etc. are statements that can be true or false, they can be the words TRUE or FALSE, or they can reference cells which contain true/false conditions. The function can have anywhere from 1 to 255 of them, separated by commas. The OR function has a TRUE value if at least one of its logical conditions is TRUE. It can be used anywhere that you would use a true/false statement, like as the first parameter of the IF function.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

The OR function is one of the logical functions in Excel. It used when testing more that one condition to see if any of these are true. It can hav eup to 255 arguments. So if you were testing for something like is someone earning over a certain amount of money or paying working a certain number of hours, you would need the OR function, in conjunction with an IF function to help you achieve this. By itself it returns TRUE or FALSE. If any of the tests are true it returns TRUE. The following one checks if 10 is less than 5 and is 6 less than 20. Obviously they are, so the function will return a TRUE value.

=OR(10>5, 6<20)

The following one checks if 20 is less than 15 and is 60 more than 42. Obviously only one of those things is the case, but the function will return a TRUE value, as only one must be true.

=OR(20<15, 60>42)

The following one checks if 40 is less than 8 and is 6 more than 35. Obviously neither one of those things is the case, so the function will return a FALSE value, as at least one must be true.

=OR(40<8, 6>35)

These are simple and obvious examples, using just two tests, but often you will be using values in cells which may or may not meet the conditions and could give different results.

=OR(A3>40, B3<10)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the OR function do in Excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the step function of Microsoft Excel?

There is no step function in Excel. However, you can use excel to create a Step Function Chart. See related links for a video to explain the process.


A formula prewritten by excel is called?

Function


Does the uplookvert function in Excel exist?

There is no function of that name in Excel. There is a function called VLOOKUP which stands for Vertical Lookup, and is probably what you mean.


In excel 2013 where are the various function categories stored on the Ribbon?

In Excel Where are the various function categories stored on the Ribbon?


What is the function of percentage in micro-soft Excel?

functions of excel


An If function within an if function in Excel is called what?

A nested if.


How does the trig function ACOS work in Excel?

In Excel, the ACos function returns the arccosine (in radians) of a number.The syntax for the ACos function is:ACos( number )number is a number between -1 and 1. It is the cosine of the angle that you wish to find.Applies To:Excel 2007, Excel 2003, Excel XP, Excel 2000


How do you make a box plot in Excel?

Excel does not have a native BOXPLOT function, but you can replicate the function by following the instructions in the related links.


What is a function reference in Excel?

A function can reference cells or named ranges in the function.


Can you enter a function in Excel using autocomplete?

You can use the clipboard in Excel. It is a facility as opposed to a traditional function, like the SUM function or AVERAGE or MAX and other functions that are built in to Excel.


Which formula prewritten by excel?

function


What is quartile Excel function?

There is no function to create a quartile in Excel. A quartile is a 25% division of a statistical collection of data. You can use Excel to create a chart to let you observe the quartiles of the data.