`AND(TRUE, NA(), TRUE)` `OR(TRUE, NA(), FALSE)` `5 & NA` `5 | NA` Should all result in NaN the way *Excel* does.