Computer Science, asked by at8725570, 2 months ago

List any three logical function with example of each?​

Answers

Answered by kalpanakuju
2

Answer:

Excel logical functions - overview

Function Description Formula Example

AND Returns TRUE if all of the arguments evaluate to TRUE. =AND(A2>=10, B2<5)

OR Returns TRUE if any argument evaluates to TRUE. =OR(A2>=10, B2<5)

XOR Returns a logical Exclusive Or of all arguments. =XOR(A2>=10, B2<5)

HOPE IT'LL HELP

Similar questions