vallettea / koala

Transpose your Excel calculations into python for better performances and scaling.
GNU General Public License v3.0
143 stars 60 forks source link

IF(A1=FALSE) treated same as IF(A1=0) #235

Open elfmanp opened 4 years ago

elfmanp commented 4 years ago

I have a spreadsheet where I use the A1=FALSE statement. There is a condition where A1 could equal 0 and the 'evaluate' function is seeing the 0 as a 'FALSE'. Seems like a bug to me.

danielsjf commented 4 years ago

Indeed this is a bug. Thanks for reporting it.