Unplanned
Last Updated: 09 May 2017 06:59 by ADMIN
ADMIN
Boby
Created on: 09 May 2017 06:52
Category: SpreadProcessing
Type: Bug Report
3
SpreadProcessing: Comparison operators evaluates empty string ("") and reference to an empty cell as not equal
Comparison operators (equal '=', not equal '<>') doesn't work as expected with references to empty cells. For example, expressions of type '=IF(A1="", TRUE, FALSE)' are evaluated to false when A1 cell is empty. 

In MS Excel, such expression is evaluated to TRUE if the cell is empty - i.e. empty cell value is considered equal to an empty string "".

Workaround: Use ISBLANK function if possible. Its results are consistent with MS Excel.
0 comments