answersLogoWhite

0


Best Answer

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)

User Avatar

Wiki User

7y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

6y ago

To calculate the mean, you use the AVERAGE function. So to calculate the mean of the cells from A2 to A20, you would do this:

=AVERAGE(A2:A20)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What Excel function can be used to calculate the mean of a range of cells.?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the Excel function that adds all the numbers in a selected range of cells is the?

Sum Function


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.


The steps to find the mode in MS-Excel?

In Excel you can calculate the mode from the set of values by using the MODE function. If you wanted the mode from the range of cells from A2 to D50, then it would be:=MODE(A2:D50)


An Excel function thats contains the number of cells within a range that meet the given condition is?

The COUNTIF function can do that.


What is definition of average command in Excel?

The Average function in Excel totals a range of cells and divides the total by the amount of values in those cells. In mathematics this is known as the Arithmetic Mean.


What is the Excel function COUNTBLANK?

It is a function that allows you to count the amount of blank cells in a range. So if you want to count how many cells were in the range from A2 to A20, the function would be as follows: =COUNTBLANK(A2:A20)


How do you calculate sample standard deviation?

Here's how you do it in Excel: use the function =STDEV(<range with data>). That function calculates standard deviation for a sample.


How does the SUM function add all the number in a range?

SUM is a built-in function with Excel that has been specially designed to sum a range of cells. It just needs to know what the cells are and then it can add them all up. The method of doing that has been programmed into Excel by its developers. This leaves us with the simple task of using the function without needing to know the specifics of exactly how it does it.SUM is a built-in function with Excel that has been specially designed to sum a range of cells. It just needs to know what the cells are and then it can add them all up. The method of doing that has been programmed into Excel by its developers. This leaves us with the simple task of using the function without needing to know the specifics of exactly how it does it.SUM is a built-in function with Excel that has been specially designed to sum a range of cells. It just needs to know what the cells are and then it can add them all up. The method of doing that has been programmed into Excel by its developers. This leaves us with the simple task of using the function without needing to know the specifics of exactly how it does it.SUM is a built-in function with Excel that has been specially designed to sum a range of cells. It just needs to know what the cells are and then it can add them all up. The method of doing that has been programmed into Excel by its developers. This leaves us with the simple task of using the function without needing to know the specifics of exactly how it does it.SUM is a built-in function with Excel that has been specially designed to sum a range of cells. It just needs to know what the cells are and then it can add them all up. The method of doing that has been programmed into Excel by its developers. This leaves us with the simple task of using the function without needing to know the specifics of exactly how it does it.SUM is a built-in function with Excel that has been specially designed to sum a range of cells. It just needs to know what the cells are and then it can add them all up. The method of doing that has been programmed into Excel by its developers. This leaves us with the simple task of using the function without needing to know the specifics of exactly how it does it.SUM is a built-in function with Excel that has been specially designed to sum a range of cells. It just needs to know what the cells are and then it can add them all up. The method of doing that has been programmed into Excel by its developers. This leaves us with the simple task of using the function without needing to know the specifics of exactly how it does it.SUM is a built-in function with Excel that has been specially designed to sum a range of cells. It just needs to know what the cells are and then it can add them all up. The method of doing that has been programmed into Excel by its developers. This leaves us with the simple task of using the function without needing to know the specifics of exactly how it does it.SUM is a built-in function with Excel that has been specially designed to sum a range of cells. It just needs to know what the cells are and then it can add them all up. The method of doing that has been programmed into Excel by its developers. This leaves us with the simple task of using the function without needing to know the specifics of exactly how it does it.SUM is a built-in function with Excel that has been specially designed to sum a range of cells. It just needs to know what the cells are and then it can add them all up. The method of doing that has been programmed into Excel by its developers. This leaves us with the simple task of using the function without needing to know the specifics of exactly how it does it.SUM is a built-in function with Excel that has been specially designed to sum a range of cells. It just needs to know what the cells are and then it can add them all up. The method of doing that has been programmed into Excel by its developers. This leaves us with the simple task of using the function without needing to know the specifics of exactly how it does it.


What group of cells chosen in Microsoft Excel is chosen to perform an action?

A range of cells, that can then be used in a function. The cells from B2 to E13 could be a range of cells that you want to total all the values in: =SUM(B2:E13)


What is a group of cells in excel?

range


What function would you use to find the largest value in a range of cells?

In Excel, you can use the max() function. You can type a range (or several ranges) within the max() function. For a single range, just type: =max( and select the desired range, then type the closing parenthesis.


What is the AutoCalculate area that displays the number of cells containing numbers in the selected range?

In Excel you can use the COUNT function to count the amount of cells that have numbers in them and the COUNTA function to count cells that have any kind of data in them.