2

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

player0
  • 124,011
  • 12
  • 67
  • 124
Jeremy L.
  • 43
  • 5

1 Answers1

1

instead of , use ; - this should solve your issue asap

player0
  • 124,011
  • 12
  • 67
  • 124
  • Thanks, everywhere they are using coma why do I have to use ";" ? – Jeremy L. Dec 30 '21 at 21:18
  • 1
    @JeremyL. because your sheet is not english. if you want to use a comma go to: https://i.stack.imgur.com/v3La4.png and change the country to some english one – player0 Dec 30 '21 at 21:29