Except which of the following functions, a formula with a logical function…
2019
Except which of the following functions, a formula with a logical function shows the words “TRUE” or “FALSE” as a result?
- A.
NOT
- B.
OR
- C.
IF
- D.
AND
- E.
None of these
Attempted by 44 students.
Show answer & explanation
Correct answer: C
NOT, OR and AND return logical TRUE/FALSE values directly. IF can return different user-specified results, so it is the exception.