- or: returns true if an argument is true
or(logical value 1, logical value 2, …) - isna: returns true if value equals #N/A
isna(value) - isblank: returns true if value refers to an empty cell
isblank(value) - not: reverses the value of the argument
not(logical value) - na: not available. returns the error value #N/A
na()