There are three (3) steps to the IF function, each separated by a comma.
1. Logical Test: The scenario or comparison that you want to test.
2. Value If True: The output that you desire if the scenario is true.
3. Value If False: The output that you desire if the scenario is false.