QUESTION IMAGE
Question
which of these functions may be used with positional arguments? select four options.
average
countif
count
sum
max
Brief Explanations
AVERAGEcalculates the average of a set of numbers and can take positional arguments (e.g.,=AVERAGE(A1:A10)whereA1:A10is a positional range).COUNTcounts the number of cells that contain numbers and can use positional arguments (e.g.,=COUNT(B2:B20)).SUMadds up a range of numbers and can be used with positional arguments (e.g.,=SUM(C3:C15)).MAXfinds the maximum value in a range and can take positional arguments (e.g.,=MAX(D4:D12)).COUNTIFhas a specific syntax=COUNTIF(range,criteria)where thecriteriais not a positional argument in the same sense as the simple range - based positional arguments for the other functions. For example,=COUNTIF(E1:E10,">50")has a non - positional">50"criteria.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. AVERAGE, C. COUNT, D. SUM, E. MAX