This project is a demonstration of my Excel-based data analysis skills applied to a simulated real-world employee health dataset. It includes a full data cleaning process, derived metrics, pivot table analysis, and dashboard setup. This work showcases my readiness for data analyst roles requiring precision, attention to detail, and actionable insight generation.
employee-health-data-cleaning-dashboard/
│
├── Uncleaned_Employee_Health_Data.xlsx # Raw data with duplicates, typos, and inconsistencies
│ Employee_Health_Data_Cleaned.xlsx # Cleaned data with formulas, pivot tables, and derived columns
│
├── dashboard_screenshot.jpg # chart-based summary of the dashboard
│
└── README.md # Project documentation
- Clean a messy employee health dataset to make it usable
- Derive meaningful metrics using Excel formulas
- Categorize key variables (e.g., WorkHours, SleepHours, HeartRate, etc.)
- Build a pivot table to summarize departmental insights
- Create a dashboard layout for HR health monitoring
- Removed ~500 duplicate rows from 10,500 records
- Corrected inconsistent labels (e.g.,
Fmale
→Female
,Hr
→HR
) - Standardized case formatting and removed extra spaces
- Categorized numeric values using Excel
IF()
logic:WorkHoursStatus
— Overloaded / Normal / OthersStressLevelStatus
— High / Moderate / LowSleepHoursStatus
— Well Rested / Moderate / Sleep DeprivedHeartRateStatus
— High / Normal / LowStepCountStatus
— Highly Active / Active / Low Active / SedentaryProductivityScoreStatus
— Excellent / Good / Average / Poor
- Calculated
NoOfDays
= LastLogin - DateOfJoining
A pivot table was created to:
- Analyze average WorkHours by Department
- Segment employees by Stress Level and Productivity Score
- Observe StepCount activity trends
The DashBoard
sheet serves as a layout for:
- KPI cards (Avg WorkHours, Sleep, Stress, Productivity)
- Department-level breakdowns
- Visuals like bar charts, pie charts, and slicers (user can add)
- Microsoft Excel
- Advanced Formulas
- Data Validation & Cleaning
- Pivot Tables
- Dashboard Setup
- Data Cleaning and Preprocessing
- Categorization of Numeric & Text Data
- Derived Column Creation
- Analytical Thinking for KPI Extraction
- Excel Dashboard Design
I’m an aspiring Data Analyst skilled in Excel, SQL, and Python. This project reflects my ability to work with raw business data, clean it methodically, and extract actionable insights through dashboarding.
- Open the uncleaned dataset to view raw data issues
- Compare with the cleaned version (
Main
sheet) - Explore the Pivot Table and use slicers for insights
- Extend the Dashboard layout by adding visual charts