answersLogoWhite

0

How do you insert the formula of mean in excel?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

=AVERAGE(Firstcell:lastcell) i think

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you insert the formula of mean in excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What can be used to find an Excel function by typing a description of the formula?

You can use the Insert Function button fx on the Formula bar to find an Excel function by typing a description of the formula at the Insert Function dialog box, in the Search for a function text box and then click Go.


In Excel what does plus mean?

It has no special name. It is just the plus sign.


What is the Fx formula on Excel?

Fx represents functions. It is on the Formula Bar and on the Insert Function Button. Clicking on it starts the process of allowing you to enter a function.


What is a arithmetic in Microsoft Excel?

If you mean doing calculations, then it is a formula.


Does functions inserted from the Insert Functions button and from the SUM list require the Excel user to type the equals sign for each formula?

yes


Does equal sign proceeds a formula?

If you mean in Excel, yes: you must always start a formula with an equal sign.


How do you get to the functions in excel?

There are lots of ways. Go to the Insert Menu and choose Function. Click on the Fx just beside the formula bar, or on the Formulas ribbon.


How can insert a row in excel sheet without changing the formula?

Change the formula to use absolute references instead of relative references. Instead of =A2+B3, use =$A$2+$B$3.


What does a green arrow in the corner of an Excel cell mean?

A green arrow in the corner of an excel cell means that excel suspects soemthing may be wrong with the formula in a particular cell.


In Excel what displays the cell address the Insert Function button and the contents of the current cell?

The Formula Bar shows those things. Included in it is what is specifically known as the Name Box, which is where the address is shown. The Insert Function button is beside that and then the Formula Box part, when you can see the contents of the cell.


What do you have to put in a cell to denote an equation in Excel?

In Excel an equation can be a formula. All formulas in Excel must start with the equals sign. That is what tells Excel it is a formula.


What is the formula for calculating mean of numbers 1 to 100?

Since you put this question in the Excel category, I will respond with an Excel formula. Assuming you put your numbers in cells A1 through A100, the formula would be:=SUM(A1:A100)/100