IFNA
Supported, behaves as documentedCategory: Logical · Last tested 2026-07-04
Support matrix
| Engine | Documented | Live-tested | Verdict |
|---|---|---|---|
| Excel | Yes | Not yet | n/a |
| Google Sheets | Yes | Not yet | n/a |
| LibreOffice Calc | Yes | Yes (24.2.7.2, 2026-07-04) | Supported, behaves as documented |
Executed test cases
LibreOffice Calc 24.2.7.2 (tested 2026-07-04)
| Formula | Description | Result | Expected | Verdict |
|---|---|---|---|---|
| =IFNA(MATCH("z",A1:A3,0),"not found") | #N/A from a failed MATCH is caught | not found | not found | Matched |
| =IFNA(10/0,"na") | IFNA only catches #N/A; #DIV/0! must pass through unchanged | #DIV/0! | #DIV/0! Common compat pitfall: IFNA is NOT a general error trap like IFERROR |
Matched |
| =IFNA(10/2,"na") | No error: original value passes through | 5 | 5 | Matched |
Docs & syntax
- Excel: official documentation
- Google Sheets: official documentation
- LibreOffice Calc: official documentation