Documentation/Calc Functions/ISNA
Jump to navigation
Jump to search
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
Function name:
ISNA
Category:
Information
Summary:
Returns TRUE if a cell contains the #N/A (value not available) error value.
Syntax:
ISNA(Value)
Returns:
If an error occurs, the function returns FALSE.
Arguments:
Value is the value or expression to be tested.
Additional details:
Examples:
=ISNA(D3) returns FALSE as a result.