answersLogoWhite

0

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

9y ago

What else can I help you with?

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 is the syntax of the average function?

The syntax of the AVERAGE function in Excel is AVERAGE(number1, [number2], ...), where number1 is the first number or range of cells to include in the average, and number2 is optional additional numbers or ranges. You can include up to 255 arguments. The function calculates the arithmetic mean of the specified numbers or ranges. For example, AVERAGE(A1:A10) computes the average of the values in cells A1 through A10.


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.


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 do you do standard deviation on Microsoft Excel?

Use the STDEV() function.


Icons Microsoft Excel in their function?

MS Excel icons just search on google for answers


How do you use the all function in Excel?

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


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 do you average seconds in Microsoft Excel?

To average anything, seconds or other numbers, just use the average function. There are different forms depending on where the data is. =AVERAGE(7.3, 9.6, 10099) =AVERAGE(A1,A2,A3) =AVERAGE(B:B)


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]