Posted 30 April 2019, 10:56 pm EST
When a Flexsheet formula contains a condition that tests for the existence of a blank string, the test returns true when the target cell = 0. For example:
- A1 = 0
- A2 contains a formula ‘=(A1=“”)’
In Excel, the formula correctly evaluates to FALSE – but in FlexSheet the formula incorrectly evaluates to TRUE.
Here is a fiddle that further illustrates the behavior:
http://jsfiddle.net/lucksm1/9f0bny2h/18/
How can I test accurately for a blank string?