Hi, I encountered an error while using the IF statement in a cell. Please see the link below.
https://jsfiddle.net/chesterjdlow/0hu19p4L/5/
I set a condition in the formula:
If the input value in column A1 is smaller than a certain fix value in column B1, it should have returned 0. Instead, the value in A1 is being calculation which will definitely produce an error.
I expect the IF statement is going to work like how we usually set it up in MS Excel, but apparently not. Can this be fixed? Thank you.