Forum Discussion
Adal01
Jan 07, 2025Copper Contributor
error funtion IF
i have a error in funtion if, when write
=if(sum(c9:d9)-sum(e7:e8)=0, "correct", "no correct")
Show
Help
Do you use comma as decimal separator? If so, use semicolon between the arguments of a function:
=if(sum(c9:d9)-sum(e7:e8)=0; "correct"; "no correct")