An HR Dashboard is a powerful way to visualize HR metrics, track employee data, and generate insights for better decision-making. Here's a step-by-step guide to building a fully functional and visually appealing HR dashboard.
Department-Wise Headcount.
Attendance Metrics:
Leave Utilization.
Recruitment Metrics:
Time-to-Hire.
Performance Metrics:
Create a table to track employee details.
| Employee ID | Name | Department | Job Title | Gender | Date of Joining | Status | Performance Score (%) |
|-------------|--------------|------------|-----------------|--------|-----------------|-----------|------------------------|
| 001 | John Doe | IT | Software Engineer| Male | 01/01/2020 | Active | 85 |
| 002 | Jane Smith | HR | HR Manager | Female | 05/15/2021 | Active | 92 |
Track employee attendance and leave.
| Employee ID | Month | Present Days | Leave Days | Total Days |
|-------------|--------|--------------|------------|------------|
| 001 | Jan-25 | 20 | 2 | 22 |
| 002 | Jan-25 | 22 | 0 | 22 |
Formula:
- Attendance Rate: =Present Days / Total Days * 100
.
Track open positions and candidates.
| Position | Department | Stage | Candidates |
|---------------------|------------|-----------------|------------|
| Marketing Manager | Marketing | Interviewing | 5 |
| Sales Executive | Sales | Shortlisted | 3 |
| Metric | Value |
|-----------------------|------------|
| Total Employees | =COUNTA(Employee ID Range)
| Active Employees | =COUNTIF(Status Range, "Active")
| Gender Distribution | Male: =COUNTIF(Gender Range, "Male")
| Average Attendance | =AVERAGE(Attendance Rate Range)
| Open Positions | =COUNTA(Position Range)
Add charts for a clear overview of HR metrics.
Data: Create a summary using COUNTIF:
| Department | Count |
|------------|-------|
| IT | 10 |
| HR | 5 |
Gender Distribution:
Insert a Doughnut Chart using gender data.
Attendance Trends:
Insert a Line Chart for attendance rates over months.
Recruitment Pipeline:
Convert your data ranges into tables: - Select your data range and press Ctrl + T. - Tables auto-expand when you add new rows, keeping charts and calculations updated.
Highlight employees with low attendance:
- Select the Attendance Rate column.
- Go to Home > Conditional Formatting > Highlight Cell Rules > Less Than and set a threshold (e.g., < 75%
).
| Metric | Value |
|----------------------------|------------------|
| Total Employees | 50 |
| Active Employees | 45 |
| Average Attendance Rate | 90% |
| Employees Due for Appraisal| 5 |
| Open Positions | 3 |
Employee Database Template:
Attendance Tracker Template:
Use password protection for sensitive HR files: File > Info > Protect Workbook.
Back-Up Data:
Save your workbook to a cloud platform like OneDrive for real-time backups.
Review Monthly: