| A | B |
| Outlier | A value outside the quartile range within a box-and-whisker chart. |
| Quartile | A calculation used in a box-and-whisker chart. |
| Stacked | An option available within various chart types. |
| Summary Report | A report created automatically on a separate worksheet by using the Scenario Manager. |
| Syntax | The order of a formula. |
| Absolute cell references | Macro locations that do not change regardless of the active cell when you start the macro. |
| Developer tab | A tab on the ribbon with commands for working with macros, which is hidden by default. |
| Macro | A series of actions grouped together into a single command. |
| Macro-Enabled Workbook | A workbook type that can save macros for use when you open the workbook in the future. |
| Macro recorder | A tool that creates a macro by capturing actions and recording them in VBA code. |
| Module | A container for one or more macros. |
| Personal Macro Workbook | A special workbook that stores macros so they are available any time you use Excel on the same computer. |
| Relative cell references | Macro locations that are based on the active cell when the macro is started. |
| VBA | Visual Basic for Applications, a programming language available in most Microsoft Office apps. |
| Visual Basic Editor | An environment for creating and editing VBA code and procedures. |