Last Update: 4/29/2025
Blank cells are empty cells with no contents at all. Missing values cells are a kind of data which represent unknown, uncollected, or obviously wrong values. For example, the nonresponse answers collected from a questionnaire where people refused to give their personal information. Or, the meaningless values resulting from some calculation, such as "0/0".
Missing values have different displays in Origin, depending on the cell format.
Useful LabTalk functions to check if a cell is missing value, blank cell, NotANumber (NANUM), etc:

They can also be used in Custom Filters to filter rows

How they are treated in different aspects of Origin:
| Blank cell | Missing value | Notes | |
|---|---|---|---|
| Graphing | Excluded | Excluded |
|
| Analysis and Calculation | Excluded from most analyses and calculation. The calculation performed on blank cell usually returns missing values | Excluded from most analyses and calculation. The calculation performed on missing values usually returns missing values | |
| Cell Formula/ Set Column Values |
In most formulas, the input including blank cells returns missing values | In most formulas, the input including missing values returns missing values | |
| Statistics | Excluded from most statistics tools | Excluded from most statistics tools |
|
| Set as Grouping column | Excluded | Excluded | |
| Sort | Treated as missing values. | You can choose to treat missing values as the smallest or largest when sorting a dataset (in the Nested Sort dialog) |
|
| Find and Replace | Leave Find what edit box empty to find blank cells | Enter "--" to find missing values | Enter "-" to find both missing and blank cells |
| Set as Categorical | Excluded | Excluded | |
| Import | Imported as blank cell | Imported as "--" | |
| Statistical tips in Status bar | Excluded | Count missing value as a factor | |
| Copy/Paste column, especially column beginning with some blank cells (e.g. time series) | Blank cells remain | Missing values remain |
|
| Special Function: Sum |
|
|
Keywords:empty cell, missing, null, nanum