answersLogoWhite

0


Best Answer

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], ...)

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the syntax of the AVERAGE function in Microsoft Excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is delta in a spreadsheet?

Delta is a function in an Excel spreadsheet that denotes the syntax of a series of numbers. Excel is a spreadsheet program created by Microsoft that many businesses and families use for budgets and accounting.


What function in Microsoft Excel determines most frequent value?

The MODE function.


What is the step function of Microsoft Excel?

There is no step function in Excel. However, you can use excel to create a Step Function Chart. See related links for a video to explain the process.


How do you do standard deviation on Microsoft Excel?

Use the STDEV() function.


How do you use the all function in Excel?

you can get help in the Microsoft excel itself by pressing F1 key.


Icons Microsoft Excel in their function?

MS Excel icons just search on google for answers


Can a person complete calculations in Microsoft Excel 2003?

Yes they can. It is what Microsoft Excel is for.Yes they can. It is what Microsoft Excel is for.Yes they can. It is what Microsoft Excel is for.Yes they can. It is what Microsoft Excel is for.Yes they can. It is what Microsoft Excel is for.Yes they can. It is what Microsoft Excel is for.Yes they can. It is what Microsoft Excel is for.Yes they can. It is what Microsoft Excel is for.Yes they can. It is what Microsoft Excel is for.Yes they can. It is what Microsoft Excel is for.Yes they can. It is what Microsoft Excel is for.


How does the trig function ACOS work in Excel?

In Excel, the ACos function returns the arccosine (in radians) of a number.The syntax for the ACos function is:ACos( number )number is a number between -1 and 1. It is the cosine of the angle that you wish to find.Applies To:Excel 2007, Excel 2003, Excel XP, Excel 2000


What is written in the correct syntax in Excel?

When functions are used, they must follow their designated structure, which is the syntax. If the syntax is not followed, the function will not work. The same is the case if VBA is being used to write code for the worksheet.


How many arguments can the average function have?

The AVERAGE function has up to 255 arguments in Excel.


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 important is Syntax in Excel?

Syntax is very important when writing Excel formulas. Each formula and function will help guide you through how to format the equation. Probably the most important thing to remember about syntax is to begin all formulas with the equal sign, or Excel will just interpret your entry as text and not calculate anything.EXAMPLE: =SUM(A1:A12) [Adds the contents of cells A1 through A2]