answersLogoWhite

0

Empty cells are ignored completely when calculating an average in Excel. If a cell contains a zero, then it is included in the calculation of the average because zero is a number and it is relevant to include it. If you want to exclude zero values in the calculation, then you could use the AVERAGEIF and set it to only include values that are above zero.

User Avatar

Wiki User

7y ago

What else can I help you with?

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.


How do you average Excel times?

Times in Excel can be averaged using the AVERAGE function. So if you have a list of time in the cells from A2 to A13, the function would be: =AVERAGE(A2:A13)


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.


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 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 is the syntax of the AVERAGE function in Microsoft Excel?

The Average function can use numbers, cells or ranges or a mix of these. IT can take up to 255 values. The general syntax is: =AVERAGE(number1, [number2], ...)


What of these in Microsoft excel should be used to determine the total value of a column containing average monthly sales for a sales department?

To determine the total value of a column containing average monthly sales in Microsoft Excel, you should use the SUM function. This function adds up all the values in the specified range of cells. For example, if your average monthly sales are in column B from rows 1 to 12, you would use the formula =SUM(B1:B12). This will provide you with the total sales for that period.


What is a function reference in Excel?

A function can reference cells or named ranges in the function.


What are cells containing numeric information that can be used for calculators in excel?

Values


What function can be used to find an answer located in a vertical table?

You can use the VLOOKUP function in Excel to find an answer located in a vertical table. Provide the function with the value you want to look up, the range of cells containing the data, and the column number where the answer is located.


What is a function to find the number of values in cells?

In Excel is it COUNT.


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

Sum Function