← Back to Projects

Sales Data Cleaning

A practice case study focused on transforming raw sales data into a cleaner, more consistent, and analysis-ready dataset using Microsoft Excel.

TYPE Practice Project
TOOL Microsoft Excel
FOCUS Data Cleaning

Project overview

The dataset contains raw sales records that require cleaning and standardization before they can be used for reporting and further analysis.

The purpose of this project is to demonstrate a structured data-cleaning workflow using commonly available Microsoft Excel tools and functions.

This project uses a synthetic sales dataset created for hands-on Excel data-cleaning practice. The objective was to simulate common data-quality issues found in real-world spreadsheet workflows.

Raw data is rarely ready for analysis.

Before analysis, the dataset must first be checked for inconsistencies and formatting problems that could affect reporting accuracy.

01

Extra Spaces

Unnecessary spaces can create inconsistent text values.

02

Inconsistent Text

Capitalization and naming conventions may differ across records.

03

Duplicate Records

Duplicate entries can distort summaries and calculations.

04

Formatting Issues

Dates, numbers, and text fields may use inconsistent formats.

A structured cleaning workflow.

01

Prepare the Dataset

Improved worksheet readability by using AutoFit for rows and columns before starting the data-cleaning process.

02

Standardize Text

Used Find & Replace, LOWER, TRIM, and PROPER to remove unnecessary information, spaces, and inconsistent capitalization.

03

Restructure the Data

Used Text to Columns to separate combined Department and Region information into individual fields.

04

Handle Data Quality Issues

Removed duplicate records, identified blank cells using Go To Special, and filled missing values consistently.

05

Handle Formula Errors

Applied IFERROR to prevent calculation errors from affecting the final dataset and reporting.

06

Finalize the Output

Applied consistent formatting and removed worksheet gridlines to create a cleaner presentation-ready dataset.

Excel tools used

AutoFit Find & Replace LOWER TRIM PROPER Text to Columns Remove Duplicates Go To Special IFERROR Paste Values

From raw to structured data.

Screenshots of the actual dataset will be added here after the Excel project is completed.

BEFORE

Raw sales dataset before data cleaning

AFTER

Sales dataset after data cleaning

What changed?

93 Raw Records
90 Unique Records
3 Duplicates Removed
8 Missing Payments Handled

An analysis-ready dataset.

The cleaning process transformed the original dataset into a more consistent and structured format by standardizing text values, separating combined fields, removing duplicate records, handling blank cells, and preventing formula errors.

The resulting dataset is easier to read, validate, and use for further analysis, Pivot Tables, reporting, and dashboard development.

NEXT PROJECT

Sales Dashboard & Reporting →