which functions are examples of logical test arguments used in formulas? check all that apply. or if sum…

which functions are examples of logical test arguments used in formulas? check all that apply. or if sum count not and

which functions are examples of logical test arguments used in formulas? check all that apply. or if sum count not and

Answer

Brief Explanations:

The OR function returns TRUE if any of its arguments are TRUE. The IF function performs a logical test and returns one value if the condition is TRUE and another if it's FALSE. The NOT function reverses the logical value of its argument. The AND function returns TRUE only if all of its arguments are TRUE. These are logical test functions. SUM is for adding values and COUNT is for counting cells, which are not logical test functions.

Answer:

A. OR B. IF E. NOT F. AND