Correct option is B
A. Average: The average function returns the total sum of the values in a given range divided by the number of values. This corresponds to IV.
B. Count: The Count function in Excel counts the number of cells that contain numbers in a selected range, so it corresponds to I.
C. Median: The Median function returns the middle value of the data when it is arranged in ascending order, corresponding to II.
D. Mode: The Mode function returns the most frequently occurring value in a dataset, so it matches with III.
Information Booster:
Average is useful for finding the central tendency of data, giving an overall sense of the typical value in a dataset.
Count helps to quickly count the number of entries in a dataset that are numerical, excluding empty or non-numeric cells.
Median is useful when you want to determine the middle point of your data, especially in cases where the data is skewed, and the mean might not be representative.
Mode helps in finding the most frequent value, which is useful in identifying common patterns or trends in data.