Google Sheets – IF Function Displays Parse Error, What is Wrong?

google sheets

What is wrong with this code?

= IF (F3+E3+D3 > 0, F3+E3+D3, 0)

I want the cell to contain the sum only if it is positive. If it is negative I want zero to be there.

Google Spreadsheet gives me error: Parse error.

Best Answer

Have you tried to use ";" instead of "," ?