News

The structure of the IF function is =F(logical_test; True; False). This means you enter your condition in the logical_test slot, the returned value if it is True, and the returned value if it's False.