Hi.
I open a new spreadsheet and in Cell A3 i enter the number 25. In cell C3 I enter =if(A3>0,A3,0). I get err 509.
I have looked at the help and It seems to me the syntax is correct, but I just do not understand. What am I missing?
Thanks.
John
John175 wrote: In cell C3 I enter =if(A3>0,A3,0). I get err 509.
Use a semicolon in OpenOffice Calc formulas. You could also use =MAX(A3;0) in C3.OpenOffice Help wrote:IF: Returns one of two values, depending on a test condition.
Syntax: IF(Test; ThenValue; OtherwiseValue)
Users browsing this forum: Google [Bot], mike.stirton and 11 guests