This is a quick and easy way to locate missing values in a data set.
The TRUE or FALSE result for each cell is what triggers the rule.
Empty vs. blank
The ISBLANK function only returns TRUE if a cell contains no value.
As a result, the cell won’t be highlighted.
For example, if A1 contains “apple”, ISBLANK(A1) returns FALSE.
LEN will also count characters in numbers, but number formatting is not included.