Excel
NA function in Excel
Returns the error value #N/A
=NA( )NA examples
Formulas you'll actually reuse.
Turn blanks into #N/A so a chart skips the point instead of plotting 0:
=IF(C2 = "", NA(), C2)Keep a missing lookup as a deliberate #N/A rather than a blank:
=IFERROR(VLOOKUP(A2, Prices!A:B, 2, FALSE), NA())
NA in Google Sheets
Same name — your formula ports as-is.
Try NA in the playground
Edit the example — nothing to install.
Preloaded with the NA formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- CELLReturns information about the formatting, location, or contents of a cellThis function is not available in Excel for the web.InfoGoogle Sheets
- ERROR.TYPEReturns a number corresponding to an error typeInfoGoogle Sheets
- INFOReturns information about the current operating environmentThis function is not available in Excel for the web.InfoNo Google Sheets equivalent
- ISBLANKReturns TRUE if the value is blankInfoGoogle Sheets
- ISERRReturns TRUE if the value is any error value except #N/AInfoGoogle Sheets
- ISERRORReturns TRUE if the value is any error valueInfoGoogle Sheets