LOOKUP’s default behavior makes it useful for solving certain problems in Excel.
OR returns TRUEif any condition is TRUE.
If all conditions are FALSE, the OR function returns FALSE.
AND returns TRUEonly if all the conditions are met.
If any conditions are not met, the AND function returns FALSE.