Excel OR Function
What is the Excel OR Function? Excel OR function used to determine a condition. If met ANY of the conditions returns TRUE. If not met ALL conditions return FALSE. OR Syntax OR(logical1, , ...) logical1, required, evaluate the first condition logical2, optional, up to a maximum …