Suppose I want to test if the value in A1 is greater than 10
=IF(A1>0,"It is greater than 10", "Not greater than 10")
The syntax (rule) is
=IF( test, what_you_want_if_test_is_TRUE, what_you_want_if_test_is_FALSE)
Experiment a little and you will soon catch on
best wishes