- Project Overview
- Data Sources
- Tools
- Data Cleaning and Preparation
- Exploratory Data Analysis
- Data Analysis
- Results and Findings
- Recommendations
- Limitations
- References
- Recommendations
This project focuses on analyzing sales performance over a specific period to uncover insights that can guide better business decisions.
The main objectives were to:
-
Analyze overall sales performance and trends.
-
Identify high and low-performing products and regions.
-
Understand customer purchasing patterns.
-
Provide actionable, data-driven recommendations.
-
Visualize findings using Power BI dashboards and Excel charts.
- Spreadsheet: MS Excel and SQL Server.
This dataset captures key details such as Transaction ID, Date, Customer ID, Gender, Age, Product Category, Quantity, Price per Unit, and Total Amount. These fields enable a broad view of sales performance and customer behavior.
- Excel - Used for data cleaning and basic analysis.
- Power BI – Used for visualization and report creation
Before starting the analysis, I ensured the dataset was well-structured and consistent.
Steps taken:
-
Defined the main goal of the project and reviewed the data structure.
-
Collected the dataset and saved it as an Excel file.
-
Transformed the data by removing duplicates, trimming spaces, and correcting text inconsistencies.
-
Checked and corrected column names, mixed cases, and formatting errors.
-
Converted the dataset into a table and used pivot tables for summary and organization.
-
Used charts to make the data more visually appealing and easier to interpret.
-
The business generated over 353 million in revenue with nearly 8,000 items sold, indicating strong market performance and customer demand
From the analysis, I observed that the business generated over ₦353 million in revenue, with nearly 8,000 items sold — indicating strong performance and customer demand across multiple product categories.
Some of the Excel functions used during analysis include:
- These functions helped in cleaning customer names and counting the total number of items sold.
=Trim(PROPER(Table1[Customer ID))
=COUNTA(Table5[Quantity sold])
- Converts text that looks like a number into a real numeric value.
=VALUE(D2)
- Combines text from multiple cells.
=CONCAT(A2, " ", B2)
4.Counts rows based on multiple criteria.
=COUNTIFS(Category,"Clothing",Region,"North")
-
Regional Performance: The company’s strongest markets are in the NE and SW regions, while NW and SE may require targeted marketing strategies to increase revenue.
-
Product Performance: Coca-Cola led the product line in revenue, followed by Five Alive and Eva Water. Focusing on Fanta and Sprite could help balance the product portfolio.
-
Customer Insights: A small group of top customers — especially Vaughn, Harlon, and Owen Robert — contribute a large portion of revenue. Maintaining strong relationships with these customers can help sustain growth.
Based on the analysis, I recommend the following actions:
-
Strengthen Key Account Relationships: Offer loyalty programs or special deals to top customers like Vaughn, Harlon, and Owen Robert.
-
Upsell to Mid-Tier Customers: Encourage customers generating ₦26M–₦32M to buy more through bundle deals or discounts.
-
Boost Low-Performing Regions: Focus on the NW and SE regions with targeted campaigns and region-specific promotions.
-
Promote High-Performing Products: Increase marketing for Coca-Cola and Five Alive, while improving visibility for Sprite and Fanta.
-
Personalize Marketing: Use purchase data to send personalized offers and retain customers with declining purchase patterns.
During this project, I experienced some Excel-related challenges such as formula errors, text case inconsistencies, duplicate records, and repeated columns. These issues were corrected during the data cleaning stage.
This project demonstrates how Excel and Power BI can be combined to clean, analyze, and visualize sales data effectively. The insights gained can support better business planning, product promotion, and customer relationship strategies.
-
Microsoft. (2024). Microsoft Excel Computer software
-
Microsoft. (2024). Power BI Computer software
😆
💻
| Heading1 | Heading2 |
|---|---|
| Content | Content |
| Python | SQL |