Wrong format
First, like 'lagbolt' said it is not IF that is used, like on Excel, it is IIF that is used.
In addition, i believe that the format of the if statement that you are using is incorrect. it should follow such rules...
IIF([Calculation/Expression], Result if True, Result if False)
I...