Use of OR Function in Excel – Learn Formula, Syntax with Example
Use of OR function, Use OR function in Excel is to check one or more conditions at the same time. It returns TRUE if any of the logical argument evaluates to TRUE and FALSE when all of the supplied arguments returns FALSE. Syntax: =OR(logical1, [logical2], …) Arguments: logical1 – It is the first logical argument…