A data analyst is working with a dataset of customer ages in a Microsoft Excel worksheet. To summarize the data, the analyst needs to find the central tendency by calculating the arithmetic mean of the ages. Which function should be used to accomplish this task?
AVERAGE computes the arithmetic mean by adding the values and dividing the sum by the total number of values.
SUM only adds the values without calculating a mean.
MEDIAN returns the middle value in a sorted list and does not calculate a mean.
AVERAGEA handles cells differently, including text or logical values (evaluating text as 0), which can alter the result from a pure arithmetic mean of numbers.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
How does the AVERAGE function in Excel work?
Open an interactive chat with Bash
What is the difference between AVERAGE and AVERAGEA in Excel?
Open an interactive chat with Bash
When should I use MEDIAN instead of AVERAGE in Excel?