Skip to content

isna

Test whether a value is #N/A.

v = isna(value)

Returns true if value is the #N/A (not available) error specifically.

isna(NA()) % 1
  • iserror — Test whether a value is any error.
  • iserr — Test for any error except #N/A.
  • na — Return the #N/A error value.