FUNCTION FORMAT: =OR(logic1, logic2, logic3...)
RETURN VALUE: BOOLEAN (TRUE/FALSE)
REAL EXAMPLE: =OR(A2>1,A2<100)
// EXAMPLE DESCRITPION:
// Returns TRUE if A2 is greater than 1 or if A2 is less than 100 or both.
// Otherwise it returns FALSE.