Skip to content

AND and OR (and logical operators, if enabled) return NaN if any value is NaN #23

@Blake-Madden

Description

@Blake-Madden

AND(TRUE, NA(), TRUE)
OR(TRUE, NA(), FALSE)
5 & NA
5 | NA

Should all result in NaN the way Excel does.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions