asked 212k views
9 votes
Explain how to average out a few numbers

1 Answer

11 votes

Answer:

The AVERAGE function calculates the average of numbers provided as arguments. To calculate the average, Excel sums all numeric values and divides by the count of numeric values. This behavior can be replicated with the SUM and COUNT functions like this: = SUM(A1:A5) / COUNT(A1:A5) // manual average calculation

Explanation:

answered
User Butterywombat
by
8.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.