The OR function in Shedmate returns TRUE if any of the specified conditions are true; otherwise, it returns FALSE. It is often used within the IF function to perform logical tests where at least one condition must be met.
condition1, condition2, ... (mandatory): The conditions to be tested within the OR function. Each condition can be any expression that results in TRUE or FALSE. The function can accept between 1 and 255 conditions.
value_if_true (mandatory): The value to be returned if any of the conditions of the OR function is true.
value_if_false (required): The value to be returned if all the conditions of the OR function are false.