I am trying to use IF statement in a Google Sheet, but whatever I am typing in the IF I am always getting a formula parse error. Do I have to activate something, or am I missing something ? A1 & B1 have the same type (integer) I have no idea why. Thanks in advance
CodePudding user response:
instead of ,
use ;
- this should solve your issue asap