How to use AVERAGE function in Excel?

Complete Excel VBA Course

AVERAGE function is used to get the average of numbers. Function applies formula i.e. average = Sum of all values / (Divided by) number of items

AVERAGE Function has one required argument i.e. number1, and optional argument i.e. [number2].

Syntax:
=AVERAGE(number1,[number2],...)
 
Syntax Description:

number1 argument is used to number value/cell reference/range for which average is required

Complete Excel VBA Course

[number2] argument is used to another number value value/cell reference/range

 means, we can add multiple value/cell reference/range by separating them with comma ( , )

Example 1: AVERAGE function with cell range:
  • “Column A” has number values,
  • “Column B” shows the sample formula applied,
  • “Column C” shows the output of the function and,
  • Explanation is provided in “Column D”
Example 2: AVERAGE function with Number Values:
  • “Column A” shows the sample formula applied, which contains the list of numbers. Each number are separated by comma ( , )
  • “Column B” shows the output of the function and,
  • Explanation is provided in “Column D”
AVERAGE Function

Don’t forget to leave your valuable comments!

If you liked this article and want to learn more similar tricks, please Subscribe us or follow us on Social Media by clicking below buttons:

Recommended Articles

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *