Concept:The IF function checks a condition and returns one value if true, another if false.Explanation:IF is used for conditional testing in a spreadsheet.It follows the form: IF(condition, value_if_true, value_if_false).So it tests whether a condition is true or false before deciding the result.Answer:C. Perform conditional testing