Respuesta :

The Microsoft Excel IF function returns one value if the condition is TRUE, or another value if the condition is FALSE.

The IF function is a built-in function in Excel that is categorized as a Logical Function. It can be used as a worksheet function (WS) in Excel. As a worksheet function, the IF function can be entered as part of a formula in a cell of a worksheet.

Average Function:

Returns the average (arithmetic mean) of the arguments. For example, if the range A1:A20 contains numbers, the formula =AVERAGE(A1:A20) returns the average of those numbers.

Count Function: 

The COUNT function counts the number of cells that contain numbers, and counts numbers within the list of arguments. Use the COUNT function to get the number of entries in a number field that is in a range or array of numbers. For example, you can enter the following formula to count the numbers in the range A1:A20: =COUNT(A1:A20).

MIN Function:

The Microsoft Excel MIN function returns the smallest value from the numbers provided. The MIN function is a built-in function in Excel that is categorized as a Statistical Function. It can be used as a worksheet function (WS) in Excel.

Answer:

B. IF

Explanation:

The IF function  should be used. It is used to display a value based on a set condition which may be the comparison of a value with another.

Usually there are 2 or more conditions that are set when the IF function is used. The system understands it as "if the first condition is true, then return a value otherwise return something else". If example the function "=IF(E3 = 4, 4,5). This will return 4 if the number in cell E3 is 4 otherwise, it will return 5 where the number in cell E3 is not 4.

Therefore, the right answer is B. IF

ACCESS MORE