I am trying to replicate the below IF Formula from excel to handsontable but i am getting !value.
=IF(B1=0,(B5*D4),C1*D2)
jsfiddle link : http://jsfiddle.net/15ydb2h9/
Please help me with the syntax to use it in handsontable(if possible with the jsfiddle link to it)