answersLogoWhite

0

Excel has a category of functions that deal with statistics. There are a large amount of functions in that category. Some are very simple, like the AVERAGE function and some are much more specialised and complex. Those functions cover a wide range of statistical areas and can be used to solve many statistical problems. Dealing with statistics is a large area of what Excel does.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is value seek in Excel?

You are probably referring to Goal Seek. This is a facility where you can put in a formula and a result and then get Excel to generate a value that the formula would use to get that result.You are probably referring to Goal Seek. This is a facility where you can put in a formula and a result and then get Excel to generate a value that the formula would use to get that result.You are probably referring to Goal Seek. This is a facility where you can put in a formula and a result and then get Excel to generate a value that the formula would use to get that result.You are probably referring to Goal Seek. This is a facility where you can put in a formula and a result and then get Excel to generate a value that the formula would use to get that result.You are probably referring to Goal Seek. This is a facility where you can put in a formula and a result and then get Excel to generate a value that the formula would use to get that result.You are probably referring to Goal Seek. This is a facility where you can put in a formula and a result and then get Excel to generate a value that the formula would use to get that result.You are probably referring to Goal Seek. This is a facility where you can put in a formula and a result and then get Excel to generate a value that the formula would use to get that result.You are probably referring to Goal Seek. This is a facility where you can put in a formula and a result and then get Excel to generate a value that the formula would use to get that result.You are probably referring to Goal Seek. This is a facility where you can put in a formula and a result and then get Excel to generate a value that the formula would use to get that result.You are probably referring to Goal Seek. This is a facility where you can put in a formula and a result and then get Excel to generate a value that the formula would use to get that result.You are probably referring to Goal Seek. This is a facility where you can put in a formula and a result and then get Excel to generate a value that the formula would use to get that result.


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.


MAX MIN COUNT and SUM are examples of what?

They are all Excel functions and all come from the Statistical category of functions.They are all Excel functions and all come from the Statistical category of functions.They are all Excel functions and all come from the Statistical category of functions.They are all Excel functions and all come from the Statistical category of functions.They are all Excel functions and all come from the Statistical category of functions.They are all Excel functions and all come from the Statistical category of functions.They are all Excel functions and all come from the Statistical category of functions.They are all Excel functions and all come from the Statistical category of functions.They are all Excel functions and all come from the Statistical category of functions.They are all Excel functions and all come from the Statistical category of functions.They are all Excel functions and all come from the Statistical category of functions.


Is there a limit to the number of items you can put in an Excel formula?

Yes. Excel 2003 and earlier limit is 254. Excel 2007 limit is 16,000.


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


In Excel what are prewritten formulas designed to compute statistics called?

Statistical Functions See related links for a list of statistical functions available in Excel.


How do you put this formula in Microsoft Excel 10Log10milliWatts?

Put the power in milliwatts in cell A2, and then use the following formula to get the power in dBm. =10 * LOG(A2)


How do you tell excell you are typing a formula?

To tell Excel that you are typing a formula, start by typing an equal sign "=" in the cell where you want the formula. This signals to Excel that you are entering a calculation or function. You can then proceed to input the formula or function you want to use in that cell.


When to use Microsoft Excel?

When making spreadsheets or statistical papers.


What type of formula is equals maxa1a100100 in excel program?

You cannot really classify formulas, as there are an infinite amount of them and they can contain many types of elements. You can classify functions. =MAX(A1:A100100) is a formula that uses a statistical function.


What provides the ability to perform a statistical analysis in Excel?

Excel is a spreadsheet and a spreadsheet is a tool for doing numerical analysis and manipulation. So Excel and any other spreadsheet application are ideal for doing statistical analysis. Excel has a huge range of ways of doing statistical analysis. It can be done through simple formulas, like totalling things up. It can be done with the specialised built-in statistical functions. It can be done by using a range of charts. There are lots of other special facilities too.


What is the formula to copy data from one sheet and to put it in another sheet in Excel?

There is no automatic forumla to copy and paste in excel, unless you write a custom macro. You could use a formula in sheet1 to show the value of a cell on sheet1, like this: In sheet1 put =sheet1!A1