NA Function
The NA function in Google Sheets returns the #N/A error, which indicates that a value is not available.
Syntax
NA()
Examples
- Basic Usage
Return the #N/A error:
=NA()
This will output #N/A.
Notes
- The #N/A error can be useful in marking cells where data is missing or not applicable.
- Use error-checking functions like IFERROR or IFNA to handle #N/A errors.