Excel Functions
The following tutorial is an introduction to Excel functions such as average, standard deviation, maximum, minimum, and conditional counting.
There are many functions in Excel that extend the power of spreadsheet analysis. One additional function is VLOOKUP or HLOOKUP to retrieve values from large tables. This tutorial covers sorting and lookup functions to programmatically select desired data from larger sets.
Data analysis can also be completed with scripting programming languages like MATLAB and Python where the data sets are arrays or matrices instead of tables in a spreadsheet. Click on the appropriate link for additional information and source code.
Generative AI Learning
Use these prompts to test your understanding after completing the tutorial. Direct the AI - build the formulas yourself first.
Discussion Questions
- A teammate deletes an outlier and the standard deviation drops by half. What questions must be answered before that deletion is legitimate?
- VLOOKUP with range-lookup TRUE returned a plausible but wrong value. Why is this failure mode more dangerous in engineering work than a #N/A error?
- When a lookup table grows to 100,000 rows and twelve conditions, what starts to favor moving the analysis from spreadsheet functions to a script (Python) - and what still favors the spreadsheet?
