Advanced Excel Study Guide Expanded
Advanced Excel Study Guide Expanded
This guide focuses on advanced Excel skills using practical examples across supermarket,
school, and hospital data. Each section includes data entry tasks, formula explanations, and
exercises.
Section 1: Supermarket Data
Key Formulas:
1. SUM: Add all the total prices. Example: =SUM(D2:D10)
Exercise 1:
Calculate the total sales, identify expensive items, and find product details using formulas.
Key Formulas:
1. AVERAGE: Calculate student averages. Example: =AVERAGE(B2:D2)
Exercise 2:
Analyze student performance, find top scorers, and highlight those scoring below 50 using
conditional formatting.
Key Formulas:
1. CONCATENATE: Combine patient names and IDs. Example: =CONCATENATE(A2, ' - ', B2)
2. IF: Flag patients with bills above $500. Example: =IF(D2>500, 'High', 'Normal')
Exercise 3:
Calculate total costs for patients, categorize based on fees, and create a chart showing fee
distribution.
Advanced Topics:
1. Pivot Tables
2. Data Validation
3. Conditional Formatting
4. Advanced Charting