Which function is used to calculate the average in Excel?

In Microsoft Excel, the AVERAGE() function is used to calculate the arithmetic mean of a group of numbers. It adds all the numbers together and then divides the total by the count of values.
For example, if you have the numbers... Read More

1 MS OFFICE MCQS

Which function is used to calculate the average in Excel?

  • ADD()
  • SUM()
  • COUNT()
  • AVERAGE()
Correct Answer: D. AVERAGE()

Detailed Explanation

In Microsoft Excel, the AVERAGE() function is used to calculate the arithmetic mean of a group of numbers. It adds all the numbers together and then divides the total by the count of values.


For example, if you have the numbers 10, 20, and 30 in cells A1 to A3, the formula =AVERAGE(A1:A3) will return 20 because (10 + 20 + 30) ÷ 3 = 20.

Discussion

No comments yet. Be the first to share your thoughts!

Leave a Comment

More from MS Office MCQs