Lesson#40: OR function in Excel

Lesson#40: OR function in Excel

OR function checks whether any of the arguments are TRUE then it returns TRUE or it will return FALSE.

Syntax of that function is OR(logical1, logical2, ….)

Example:

Here I have shown an example where the values of the C column are going to be checked with the OR function.

I have put this formula
=OR(C3>100, MOD(C3,5)=0).
This will check whether the values in the C column are greater than 100 or return a remainder of 0 when divided by 5.

If the value meets any of these criteria then it will return TRUE or it returns FALSE.

Another example of including OR function within the IF function.

I have changed the formula with =IF(OR(C3>100, MOD(C3, 5)=0), “ok”, “not ok”)
where it will check whether the values in the C column are greater than 100 or returns remainder 0 when divided with 5 then it will write “ok” or it will write “not ok”.

Related video tutorials:

See also  Lesson#241: Excel LEN Function: Mastering Character Counting

Hi! I am Puspendu. I am the founder and author of Excelabcd. I am little creative person, blogger and Excel-maniac guy. I hope you enjoy my blog.

Leave a Reply

Your email address will not be published. Required fields are marked *

*