The OR function tests two or more conditions given and checks if atleast one is true. It returns TRUE if atleast one of the conditions is satisfied and FALSE if none is satisfied.
Note: This function is mostly used in conjunction with functions like IF().