answersLogoWhite

0


Best Answer

The AVERAGE function.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What function finds the average of a range of cells?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does the total function sum the numbers in the specified range and then divides the sum by the number of nonzero cells in the range?

To be technically accurate, no function does this. The answer you are looking for is the AVERAGE function. It divides by the amount of cells that have values in them, not by the amount of cells. In most situations, all of the selected cells have values in them, but there are cases when they don't.


What is the Function that adds the values of cells in a range and divides the result by the number of cells?

The AVERAGE function.


Function sums the numbers in the specified range and then divides the sum by the number of non-zero cells in the range?

AVERAGE(range)


What Excel function can be used to calculate the mean of a range of cells.?

The Average function. For example, to get the mean of the cells from A2 to A15, you would use it this way: =AVERAGE(A2:A15)


What function adds a range of cells?

SUM


What function add all numbers in a range of cells?

SUM function


What separates a range of cells in a function formula?

A colon would be between the two cell references that make a range like in these: =SUM(B2:B10) =AVERAGE(V20:X23)


How do you enter the formula to count the number of cells with numbers in a range of cells?

You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)You use the COUNT function. Say your range was the cells for A2 to A20. In another cell you would enter the following function:=COUNT(A2:A20)


When utilizing a function what does a range of cells represent?

A range can be one of the arguments in a function. It can also be an array of values. It depends on the function and what it needs to work.


What does average mean in a spreadsheet?

The Average function in Excel will help you calculate the average, or more specifically the arithmetic mean. Excel's average function checks all the number in a given range and calculates the average of them, by adding the values and dividing by the amount of values. Cells with no data will not be included in the calculation. The Average function looks like this =AVERAGE(number1,number2) where each number can be a reference for a cell or range of cells or can be entered manually. For example =AVERAGE(50,100) equals 75.


What is a common function in Excel?

The most basic function in Excel is SUM() Other functions are AVERAGE, MIN, MAX


What function adds all the numbers in a range of cells?

SUM(1st range, [optional 2nd range], [optional 3rd range], [& so on])