Your manager gives you raw sales transactions and asks for a simple report: total sales, average order value, highest sale, lowest sale, number of orders, and sales by region. This project turns beginner Excel skills into a real office-style report.
Project goal
The goal is to build a clean sales report from raw data. You will not just read a tutorial - you will create a workbook with multiple sheets, formulas, summaries and a dashboard-style output.
Project workflow
Workbook structure
The project workbook uses four main sheets:
- Raw Data - original sales transactions.
- Summary - total sales, average sale, highest sale, lowest sale and orders.
- Dashboard - final view for quick reading.
- Project Checklist - steps to track your work.
Dashboard KPI example
Build steps
- Review the Raw Data sheet and confirm all headers are clear.
- Calculate Sales using Quantity multiplied by Unit Price.
- Create summary metrics using SUM, AVERAGE, MAX, MIN and COUNT.
- Create region-level summary using SUMIF and COUNTIF.
- Create category-level summary.
- Build a dashboard KPI section.
- Apply formatting so the final report is easy to read.
- Review formulas before considering the report complete.
Build the sales report
Download one ZIP file containing the practice workbook, challenge workbook, solution workbook, project checklist, quiz and answer key.
Mini assignment
After completing the guided practice, open the challenge workbook and rebuild the sales report without looking at the solution file. Then compare your workbook with the solution workbook.
Quick quiz
- Which sheet should store original transactions?
- Which function calculates total sales?
- Why should a dashboard be separate from raw data?
- Which function can summarize sales by region?
Answers: Raw Data; SUM; to keep final view clean and protect source data; SUMIF.