Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
NA() takes no arguments and simply returns the #N/A error, which signals that a value is not available. It is used intentionally to leave gaps in chart data series so Excel/Sheets does not interpolate missing points, or to mark placeholder cells that must be filled before a model is complete.
=IF(A2="",NA(),A2)=IF(A2="",NA(),A2)Computed by a real spreadsheet engine on the sample data below.
| Month | Sales |
| Jan | 1200 |
| Feb | #N/A |
| Mar | 1500 |
=IF(A2="",NA(),A2)→Jan
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Make my line chart show a gap instead of zero when data is missing”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: