Level 10
Level 12
6 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
AND
Returns TRUE if all of its arguments are TRUE
FALSE
Returns the logical value FALSE
IFERROR
Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula
NOT
Reverses the logic of its argument
OR
Returns TRUE if any argument is TRUE
TRUE
Returns the logical value TRUE