Saved Bookmarks
| 1. |
Logical formulae contains ____________ *1 point< ,> ,=, < >+ ,- ,*@ ,% |
|
Answer» Answer: If an ARGUMENT of a logical function contains numbers, then zero evaluates to FALSE, and all other numbers including NEGATIVE numbers EVALUATE to TRUE. For example, if cells A1:A5 contain numbers, the FORMULA =AND(A1:A5) will return TRUE if none of the cells contains 0, FALSE otherwise. |
|