Chapter 16
Key Statistical Techniques in Excel
IN THIS CHAPTER
Understanding how to implement functions in Excel
Discovering Excel’s key statistical analysis functions
Performing complex statistical analyses with the Analysis ToolPak
Microsoft Excel provides a large collection of tools that can help you with statistical calculations. You can use the built-in functions to calculate a single value or an array of values, or use one of Excel’s add-in tools such as the Analysis ToolPak to calculate more advanced routines. In this chapter, you discover how to implement Excel functions, become familiar with the many statistical functions available in Excel, and see how Excel’s add-in tools can help you generate results more quickly and easily than is possible with a calculator.
Implementing Excel Functions
You implement Excel functions by selecting a cell, typing an equals sign (=) followed by the name of the function, a left parenthesis ((), and then the values needed by the function to work, known as arguments. (If you need multiple values, you separate them with commas.) You then follow the input values with a right parenthesis ()) and press the Enter key. For example, the square ...