SlideShare a Scribd company logo
1
Business Intelligence Case
Project Background
Mell Industries is a national manufacturing firm that specializes
in textiles based out of
Chicago. Starting out as a small factory in Warrenville, Illinois,
the firm experienced a period of steady
growth over the past twenty-four years. Steadily opening new
warehouses and factories in the
surrounding areas in Michigan and Indianapolis until eventually
moving their base of operations to
Chicago. Due to this expansion, Mell Industries is at the height
of its production and hopes to avoid any
interferences or deceleration of growth.
In recent years, the firm has been under heavy media scrutiny
for supposedly compensating its
female staff unfairly lower compared to male counterparts. This
was initiated when a disgruntled
employee leaked the company payroll allegedly showcasing an
unjust gap of income between the
female employee and her male counterpart. This type of gender
pay gap is highly criticized and as a
precaution, Mell Industries has hired Cal Poly Pomona to
conduct research to determine the validity of
these claims. Mell Industries has provided Cal Poly Pomona
with a data set of a sample population of
747 employees. Mell Industries has also offered Cal Poly
Pomona compensation for any promising
information gathered. Mell Industries may use information
gathered from this project in future
employee compensation decisions.
The initial dataset has been given to you in the form of an excel
spreadsheet titled
Case_dataset.xlsx consisting of 12 columns labeled:
● Column A - Employee ID
● Column B - Gender
● Column C - Date of Birth
● Column D - Date of Hire
● Column E - Termination Date
● Column F - Occupation
● Column G - Salary
● Column H to L - Employee Evaluation Metrics
In addition, Mell Industries provided the latest annual employee
performance review evaluation
results rating each employee in various performance categories.
They have turned over this information
separately and as a consultant, it is your task to provide Mell
Industries with the most accurate and
relevant information in a digestible form. Furthermore, using
excel skills learned during the course, you
will manipulate and analyze the data set in order to make
appropriate managerial decisions. You will
utilize excel functions highlighted in this project as well as a
pivot table and chart to form a decision
support system in order to answer the critical thinking
questions.
Project Objective
The purpose of this project is to perform a methodical data
analysis to assist the company make
an informed decision. This could also serve as a basis for
implementing critical adjustments to certain
business aspects if necessary. Illustrate the business process by
condensing a large set of data, to
present relevant information with data visualization. We will be
utilizing Microsoft Excel 2016 to
complete this project.
2
TASKS
Task 1. Identify the Issue
Identify the issue by reading the project background thoroughly,
and have a clear objective in order to
provide the client with a meaningful service.
Task 2. Download dataset
From Blackboard, download the dataset Case_dataset.xlsx. This
is the initial data provided to you
by Mell Industries, which contains information about their
current employees.
Task 3. Create new workbook
Create a new Excel workbook and title it myAnalysis.xlsx. You
will use this workbook to create
additional sheets that will allow you to analyze the data clearly.
Once this project has been completed,
this workbook will provide the information critical to the client.
It will also serve as a basis to either
support or reject the claims about the alleged pay gap in his
company and perhaps make adjustments if
necessary.
Task 4. Create new sheets
Rename ‘Sheet1’ as ‘Census’. Add two (2) new worksheets by
clicking the plus sign next to the sheet
tabs and name the tabs ‘Female_Employees’ and the other
‘Male_Employees’.
Task 5. Select and paste data into your workbook.
Go back to the MellIndustries_Initial_dataset.xlsx. Select all
data by clicking on the top, left-hand side
corner of the sheet. This will highlight all the data on that
sheet. Copy and paste the data to your
myAnalysis.xlsx ‘Census’ tab. Another way to select all is to
click CTRL+A, then copy paste.
3
Task 6. Filter
On your ‘Census’ tab, under the Gender column, filter ONLY
the female employees. Select all the
data, then copy and paste it on the ‘Female_Employees’ sheet.
Repeat the same steps for the male
employees.
Figure 1.3
Task 7. Data Analysis
Create a new sheet and name it ‘Data_analysis’. Figure 1.4
shows how you need to format this
worksheet and what it needs to look like, as well as the content
necessary to create a visual
representation of the given data. Each section will require you
to use excel functions to calculate the
missing values. To answer the Top 10 highest paid positions
section, you will need to create a pivot
table to derive the answers.
Figure 1.4
Data Analysis Sheet
4
IMPORTANT NOTE: To receive full credit, Excel functions
must be used for each required field. When
functions are used, the formula NOT the value must appear in
the function bar when the cell is selected.
1. Total number of male employees: = COUNTIF
2. Total number of female employees: = COUNTIF
3. Total number of employees: = SUM
4. Male/Female count: = COUNTIF
[Hint: =COUNTIF(range,">=X")-COUNTIF(range,">Y")]
5. Average salary: = AVERAGEIF
[HINT: AVERAGEIF( range, criteria, [average_range] )]
6. Salary bracket percentage by gender: = Calculate %
7. Top Highest Paying Positions: =GETPIVOTDATA
Task 8. Create an Occupation Pivot table
Go back to your ‘Census’ tab and highlight the entire sheet
(CTRL + A). While the dataset is
highlighted, from your menu select INSERT > PIVOT TABLE.
A dialog box will appear. When the
dialog box appears, select to place the pivot table in “New
worksheet”. Click OK. This will open a
new sheet. Rename this to ‘Occupation_pivot’
In the following step, you will select the fields that will be
added to this report. For this pivot table, you
want to view the number of employees for every job title. To
do that, drag ‘OCCUPATION’ from the
pivot table fields and drop it under ROWS. Next, drag
‘EMPLOYEE_ID’ and drop it in VALUES.
Once the columns had been populated, SORT the data by Count
of Employee_ID. Click the drop-down
button to the right of the ROW LABEL. Select ‘More sort
options’ > Click ‘Descending by’ then on
the drop down select ‘Count of EMPLOYEE_ID’. Click OK.
As you can see, now you have the list of Job titles on the left,
and the count of employees to the right.
This shows how many employees are working in each type of
occupation in descending order. Results
should show the four occupations that are under ‘Average
Salary Report’ back in your ‘Data_Analysis’
table. We have chosen to analyze the top 4 positions that has
the highest count of employees.
https://exceljet.net/excel-functions/excel-countif-function
https://exceljet.net/excel-functions/excel-countif-function
5
Task 9. Create a Salary Pivot table
Now that you know how to create a pivot table, create another
one and name it “Salary_pivot”. This
pivot must show the following information:
1. Occupation
2. Gender, both male, and female (columns)
3. Salary
6
Make sure that the item in VALUES is set to ‘MAX of Salary’,
then sort the data by descending order.
To sort, click the drop-down button next to the ‘Row labels’
title, then select ‘More Sort Option’. Use
an excel formula to show the results from the pivot, to your
Data_Analysis table.
Task 10. Create Charts
Go back to ‘Data_Analysis’ tab. On the same sheet, create a
chart for the following:
1. Salary Bracket - Compare COUNT of both male and female
employees.
● Use a Clustered Bar chart
2. Average Salary by Occupation - Show the difference in pay
between male and female
employees based on the specified job positions (Customer
Service Representative, Category
Manager, Stocking Associate, Inventory Retrieving Associate
● Use a Clustered Column chart
3. Highest Paid positions
● Use a Clustered Column chart
Note: Make sure to add a titles and data labels on the chart.
7
Additional Data Entry
Up to this point, you have generated reports to show if there is a
discrepancy between male and female
salaries. To substantiate the results, a study of additional data
must be performed. The following steps
are necessary to determine if the length of employment
correlates directly with the employees’ salary.
Task 11. Additional Data
JOB DURATION
Go back to the ‘Census’ sheet. Insert a new column between
‘Termination Date’ and
‘Occupation’. Title this column ‘Job Duration’. Use a formula
that will calculate the length of
employment for each employee, including the ones who had
already left the company. Once
this is complete, save the file.
TOTAL EMPLOYEE EVALUATION SCORE
Employee Evaluation Metrics
Employees are subject to performance evaluation every year,
based on 5 different criteria:
Knowledge of work, Communication, Teamwork, Leadership,
and quality of work. The scores
are determined by their direct supervisor through evaluation of
supplementary performance
reports.
Exceeds Expectations 3
Meets Expectations 2
Below Expectations 1
Add a new column to the ‘Census’ sheet next to the last criteria
of the employee evaluation
section. Title this column ‘Evaluation Score’. Use a formula
that will calculate the sum of the
evaluation score for each employee.
Business Intelligence Project Grading Rubric (50 points):
The following list shows the points for each worksheet. Partial
credit may be earned for each
worksheet. It also shows the order that these worksheets are
expected in the Excel workbook.
Please make that your final workbook has the worksheets in the
order listed below (i.e, Data
Analysis, Male_employees Worksheet, Female_employees
Worksheet, etc.). Adherence to
these instructions will facilitate the assessment of your project
results.
RUBRIC CODE DESCRIPTION TOTAL POINTS
A
Census Worksheet
• Missing or incorrect job duration values
• Incorrect formula for Evaluation Total
Up to 7.5 points
B-1
Male_employees Worksheet
• Missing employee information
• Missing headings
• Incorrect filtered data
Up to 2.5 points
B-2
Female_employees Worksheet
• Missing employee information
• Missing headings
• Incorrect filtered data
Up to 5 points
C-1
Salary_pivot Worksheet
• Incorrect PivotTable results
Up to 5 points
C-2
Occupation_pivot Worksheet
• Incorrect PivotTable results
Up to 5 points
D
Data_Analysis Worksheet
• Incorrect formulas used to derive values for the cells of
the worksheet
• No formulas used; values “hard coded” into the
worksheet
• Incorrect PivotTable results
• Incorrect PivotChart results
• PivotChart lacks formatting (e.g., chart title, labels)
Up to 25 points

More Related Content

Similar to 1 Business Intelligence Case Project Backgro.docx

INDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptx
INDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptxINDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptx
INDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptx
Vicky Kumar
 
Lab report watson
Lab report watsonLab report watson
Lab report watson
Shaily Dubey
 
Health Workforce Plan.docx
Health Workforce Plan.docxHealth Workforce Plan.docx
Health Workforce Plan.docx
write4
 
COM 3135 Proposal AssignmentMANAGERIAL PROPOSAL INSTRUCTI.docx
COM 3135 Proposal AssignmentMANAGERIAL PROPOSAL INSTRUCTI.docxCOM 3135 Proposal AssignmentMANAGERIAL PROPOSAL INSTRUCTI.docx
COM 3135 Proposal AssignmentMANAGERIAL PROPOSAL INSTRUCTI.docx
mccormicknadine86
 
BUS599Business Plan Financials Guide 2.26.2016_final.docNON.docx
BUS599Business Plan Financials Guide 2.26.2016_final.docNON.docxBUS599Business Plan Financials Guide 2.26.2016_final.docNON.docx
BUS599Business Plan Financials Guide 2.26.2016_final.docNON.docx
RAHUL126667
 
I Simply Excel
I Simply ExcelI Simply Excel
I Simply Excel
Eric Couch
 
ACCT640 – MANAGERIAL ACCOUNTING FALL 2013 CASE #3 – PERFORMANCE DRINKS - A FU...
ACCT640 – MANAGERIAL ACCOUNTING FALL 2013 CASE #3 – PERFORMANCE DRINKS - A FU...ACCT640 – MANAGERIAL ACCOUNTING FALL 2013 CASE #3 – PERFORMANCE DRINKS - A FU...
ACCT640 – MANAGERIAL ACCOUNTING FALL 2013 CASE #3 – PERFORMANCE DRINKS - A FU...
MalcolmJerry
 
1 Analytics Group Project Instructions OBJEC.docx
1  Analytics Group Project Instructions OBJEC.docx1  Analytics Group Project Instructions OBJEC.docx
1 Analytics Group Project Instructions OBJEC.docx
tarifarmarie
 
6 Reporting Formulas That Will Delight Your Users
6 Reporting FormulasThat Will Delight Your Users6 Reporting FormulasThat Will Delight Your Users
6 Reporting Formulas That Will Delight Your Users
Salesforce Admins
 
Showcase of Reports
Showcase of ReportsShowcase of Reports
Showcase of ReportsGarth Wilson
 
www.tex-cetera.com CHAPTER 9 Compe.docx
www.tex-cetera.com CHAPTER 9 Compe.docxwww.tex-cetera.com CHAPTER 9 Compe.docx
www.tex-cetera.com CHAPTER 9 Compe.docx
ericbrooks84875
 
Devry bis-155-i lab-6
Devry bis-155-i lab-6Devry bis-155-i lab-6
Devry bis-155-i lab-6
shyaminfo104
 
HR Data Analysis.pdf
HR Data Analysis.pdfHR Data Analysis.pdf
HR Data Analysis.pdf
GustiyanIslahuzaman
 
9 Salary Surveys A Snapshot Market data obtained from salary surv.docx
9 Salary Surveys A Snapshot Market data obtained from salary surv.docx9 Salary Surveys A Snapshot Market data obtained from salary surv.docx
9 Salary Surveys A Snapshot Market data obtained from salary surv.docx
sleeperharwell
 

Similar to 1 Business Intelligence Case Project Backgro.docx (14)

INDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptx
INDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptxINDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptx
INDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptx
 
Lab report watson
Lab report watsonLab report watson
Lab report watson
 
Health Workforce Plan.docx
Health Workforce Plan.docxHealth Workforce Plan.docx
Health Workforce Plan.docx
 
COM 3135 Proposal AssignmentMANAGERIAL PROPOSAL INSTRUCTI.docx
COM 3135 Proposal AssignmentMANAGERIAL PROPOSAL INSTRUCTI.docxCOM 3135 Proposal AssignmentMANAGERIAL PROPOSAL INSTRUCTI.docx
COM 3135 Proposal AssignmentMANAGERIAL PROPOSAL INSTRUCTI.docx
 
BUS599Business Plan Financials Guide 2.26.2016_final.docNON.docx
BUS599Business Plan Financials Guide 2.26.2016_final.docNON.docxBUS599Business Plan Financials Guide 2.26.2016_final.docNON.docx
BUS599Business Plan Financials Guide 2.26.2016_final.docNON.docx
 
I Simply Excel
I Simply ExcelI Simply Excel
I Simply Excel
 
ACCT640 – MANAGERIAL ACCOUNTING FALL 2013 CASE #3 – PERFORMANCE DRINKS - A FU...
ACCT640 – MANAGERIAL ACCOUNTING FALL 2013 CASE #3 – PERFORMANCE DRINKS - A FU...ACCT640 – MANAGERIAL ACCOUNTING FALL 2013 CASE #3 – PERFORMANCE DRINKS - A FU...
ACCT640 – MANAGERIAL ACCOUNTING FALL 2013 CASE #3 – PERFORMANCE DRINKS - A FU...
 
1 Analytics Group Project Instructions OBJEC.docx
1  Analytics Group Project Instructions OBJEC.docx1  Analytics Group Project Instructions OBJEC.docx
1 Analytics Group Project Instructions OBJEC.docx
 
6 Reporting Formulas That Will Delight Your Users
6 Reporting FormulasThat Will Delight Your Users6 Reporting FormulasThat Will Delight Your Users
6 Reporting Formulas That Will Delight Your Users
 
Showcase of Reports
Showcase of ReportsShowcase of Reports
Showcase of Reports
 
www.tex-cetera.com CHAPTER 9 Compe.docx
www.tex-cetera.com CHAPTER 9 Compe.docxwww.tex-cetera.com CHAPTER 9 Compe.docx
www.tex-cetera.com CHAPTER 9 Compe.docx
 
Devry bis-155-i lab-6
Devry bis-155-i lab-6Devry bis-155-i lab-6
Devry bis-155-i lab-6
 
HR Data Analysis.pdf
HR Data Analysis.pdfHR Data Analysis.pdf
HR Data Analysis.pdf
 
9 Salary Surveys A Snapshot Market data obtained from salary surv.docx
9 Salary Surveys A Snapshot Market data obtained from salary surv.docx9 Salary Surveys A Snapshot Market data obtained from salary surv.docx
9 Salary Surveys A Snapshot Market data obtained from salary surv.docx
 

More from oswald1horne84988

1 Network Analysis and Design This assignment is.docx
1  Network Analysis and Design  This assignment is.docx1  Network Analysis and Design  This assignment is.docx
1 Network Analysis and Design This assignment is.docx
oswald1horne84988
 
1 Name _____________________________ MTH129 Fall .docx
1  Name  _____________________________ MTH129 Fall .docx1  Name  _____________________________ MTH129 Fall .docx
1 Name _____________________________ MTH129 Fall .docx
oswald1horne84988
 
1 Lab 8 -Ballistic Pendulum Since you will be desig.docx
1  Lab 8 -Ballistic Pendulum Since you will be desig.docx1  Lab 8 -Ballistic Pendulum Since you will be desig.docx
1 Lab 8 -Ballistic Pendulum Since you will be desig.docx
oswald1horne84988
 
1 I Samuel 8-10 Israel Asks for a King 8 When S.docx
1  I Samuel 8-10 Israel Asks for a King 8 When S.docx1  I Samuel 8-10 Israel Asks for a King 8 When S.docx
1 I Samuel 8-10 Israel Asks for a King 8 When S.docx
oswald1horne84988
 
1 Journal Entry #9 What principle did you select .docx
1  Journal Entry #9 What principle did you select .docx1  Journal Entry #9 What principle did you select .docx
1 Journal Entry #9 What principle did you select .docx
oswald1horne84988
 
1 HCA 448 Case 2 for 10042018 Recently, a pat.docx
1  HCA 448 Case 2 for 10042018 Recently, a pat.docx1  HCA 448 Case 2 for 10042018 Recently, a pat.docx
1 HCA 448 Case 2 for 10042018 Recently, a pat.docx
oswald1horne84988
 
1 Chapter 2 Understanding Rhetoric Goal To re.docx
1  Chapter 2 Understanding Rhetoric  Goal To re.docx1  Chapter 2 Understanding Rhetoric  Goal To re.docx
1 Chapter 2 Understanding Rhetoric Goal To re.docx
oswald1horne84988
 
1 HC2091 Finance for Business Trimester 2 2.docx
1  HC2091 Finance for Business      Trimester 2 2.docx1  HC2091 Finance for Business      Trimester 2 2.docx
1 HC2091 Finance for Business Trimester 2 2.docx
oswald1horne84988
 
1 ECE 175 Computer Programming for Engineering Applica.docx
1  ECE 175 Computer Programming for Engineering Applica.docx1  ECE 175 Computer Programming for Engineering Applica.docx
1 ECE 175 Computer Programming for Engineering Applica.docx
oswald1horne84988
 
1 Cinemark Holdings Inc. Simulated ERM Program .docx
1  Cinemark Holdings Inc. Simulated ERM Program  .docx1  Cinemark Holdings Inc. Simulated ERM Program  .docx
1 Cinemark Holdings Inc. Simulated ERM Program .docx
oswald1horne84988
 
1 Figure 1 Picture of Richard Selzer Richard Selz.docx
1  Figure 1 Picture of Richard Selzer Richard Selz.docx1  Figure 1 Picture of Richard Selzer Richard Selz.docx
1 Figure 1 Picture of Richard Selzer Richard Selz.docx
oswald1horne84988
 
1 Films on Africa 1. A star () next to a film i.docx
1  Films on Africa  1. A star () next to a film i.docx1  Films on Africa  1. A star () next to a film i.docx
1 Films on Africa 1. A star () next to a film i.docx
oswald1horne84988
 
1 Contemporary Approaches in Management of Risk in .docx
1  Contemporary Approaches in Management of Risk in .docx1  Contemporary Approaches in Management of Risk in .docx
1 Contemporary Approaches in Management of Risk in .docx
oswald1horne84988
 
1 Assignment front Sheet Qualification Unit n.docx
1  Assignment front Sheet   Qualification Unit n.docx1  Assignment front Sheet   Qualification Unit n.docx
1 Assignment front Sheet Qualification Unit n.docx
oswald1horne84988
 
1 BBS300 Empirical Research Methods for Business .docx
1  BBS300 Empirical  Research  Methods  for  Business .docx1  BBS300 Empirical  Research  Methods  for  Business .docx
1 BBS300 Empirical Research Methods for Business .docx
oswald1horne84988
 
1 ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx
1  ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx1  ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx
1 ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx
oswald1horne84988
 
1 Assessment details for ALL students Assessment item.docx
1  Assessment details for ALL students Assessment item.docx1  Assessment details for ALL students Assessment item.docx
1 Assessment details for ALL students Assessment item.docx
oswald1horne84988
 
1 CDU APA 6th Referencing Style Guide (Febru.docx
1  CDU APA 6th  Referencing Style Guide (Febru.docx1  CDU APA 6th  Referencing Style Guide (Febru.docx
1 CDU APA 6th Referencing Style Guide (Febru.docx
oswald1horne84988
 
1 BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx
1  BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx1  BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx
1 BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx
oswald1horne84988
 
1 Essay #2 Multimodal Analysis In this 4-5 page p.docx
1  Essay #2 Multimodal Analysis In this 4-5 page p.docx1  Essay #2 Multimodal Analysis In this 4-5 page p.docx
1 Essay #2 Multimodal Analysis In this 4-5 page p.docx
oswald1horne84988
 

More from oswald1horne84988 (20)

1 Network Analysis and Design This assignment is.docx
1  Network Analysis and Design  This assignment is.docx1  Network Analysis and Design  This assignment is.docx
1 Network Analysis and Design This assignment is.docx
 
1 Name _____________________________ MTH129 Fall .docx
1  Name  _____________________________ MTH129 Fall .docx1  Name  _____________________________ MTH129 Fall .docx
1 Name _____________________________ MTH129 Fall .docx
 
1 Lab 8 -Ballistic Pendulum Since you will be desig.docx
1  Lab 8 -Ballistic Pendulum Since you will be desig.docx1  Lab 8 -Ballistic Pendulum Since you will be desig.docx
1 Lab 8 -Ballistic Pendulum Since you will be desig.docx
 
1 I Samuel 8-10 Israel Asks for a King 8 When S.docx
1  I Samuel 8-10 Israel Asks for a King 8 When S.docx1  I Samuel 8-10 Israel Asks for a King 8 When S.docx
1 I Samuel 8-10 Israel Asks for a King 8 When S.docx
 
1 Journal Entry #9 What principle did you select .docx
1  Journal Entry #9 What principle did you select .docx1  Journal Entry #9 What principle did you select .docx
1 Journal Entry #9 What principle did you select .docx
 
1 HCA 448 Case 2 for 10042018 Recently, a pat.docx
1  HCA 448 Case 2 for 10042018 Recently, a pat.docx1  HCA 448 Case 2 for 10042018 Recently, a pat.docx
1 HCA 448 Case 2 for 10042018 Recently, a pat.docx
 
1 Chapter 2 Understanding Rhetoric Goal To re.docx
1  Chapter 2 Understanding Rhetoric  Goal To re.docx1  Chapter 2 Understanding Rhetoric  Goal To re.docx
1 Chapter 2 Understanding Rhetoric Goal To re.docx
 
1 HC2091 Finance for Business Trimester 2 2.docx
1  HC2091 Finance for Business      Trimester 2 2.docx1  HC2091 Finance for Business      Trimester 2 2.docx
1 HC2091 Finance for Business Trimester 2 2.docx
 
1 ECE 175 Computer Programming for Engineering Applica.docx
1  ECE 175 Computer Programming for Engineering Applica.docx1  ECE 175 Computer Programming for Engineering Applica.docx
1 ECE 175 Computer Programming for Engineering Applica.docx
 
1 Cinemark Holdings Inc. Simulated ERM Program .docx
1  Cinemark Holdings Inc. Simulated ERM Program  .docx1  Cinemark Holdings Inc. Simulated ERM Program  .docx
1 Cinemark Holdings Inc. Simulated ERM Program .docx
 
1 Figure 1 Picture of Richard Selzer Richard Selz.docx
1  Figure 1 Picture of Richard Selzer Richard Selz.docx1  Figure 1 Picture of Richard Selzer Richard Selz.docx
1 Figure 1 Picture of Richard Selzer Richard Selz.docx
 
1 Films on Africa 1. A star () next to a film i.docx
1  Films on Africa  1. A star () next to a film i.docx1  Films on Africa  1. A star () next to a film i.docx
1 Films on Africa 1. A star () next to a film i.docx
 
1 Contemporary Approaches in Management of Risk in .docx
1  Contemporary Approaches in Management of Risk in .docx1  Contemporary Approaches in Management of Risk in .docx
1 Contemporary Approaches in Management of Risk in .docx
 
1 Assignment front Sheet Qualification Unit n.docx
1  Assignment front Sheet   Qualification Unit n.docx1  Assignment front Sheet   Qualification Unit n.docx
1 Assignment front Sheet Qualification Unit n.docx
 
1 BBS300 Empirical Research Methods for Business .docx
1  BBS300 Empirical  Research  Methods  for  Business .docx1  BBS300 Empirical  Research  Methods  for  Business .docx
1 BBS300 Empirical Research Methods for Business .docx
 
1 ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx
1  ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx1  ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx
1 ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx
 
1 Assessment details for ALL students Assessment item.docx
1  Assessment details for ALL students Assessment item.docx1  Assessment details for ALL students Assessment item.docx
1 Assessment details for ALL students Assessment item.docx
 
1 CDU APA 6th Referencing Style Guide (Febru.docx
1  CDU APA 6th  Referencing Style Guide (Febru.docx1  CDU APA 6th  Referencing Style Guide (Febru.docx
1 CDU APA 6th Referencing Style Guide (Febru.docx
 
1 BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx
1  BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx1  BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx
1 BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx
 
1 Essay #2 Multimodal Analysis In this 4-5 page p.docx
1  Essay #2 Multimodal Analysis In this 4-5 page p.docx1  Essay #2 Multimodal Analysis In this 4-5 page p.docx
1 Essay #2 Multimodal Analysis In this 4-5 page p.docx
 

Recently uploaded

The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 

Recently uploaded (20)

The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 

1 Business Intelligence Case Project Backgro.docx

  • 1. 1 Business Intelligence Case Project Background Mell Industries is a national manufacturing firm that specializes in textiles based out of Chicago. Starting out as a small factory in Warrenville, Illinois, the firm experienced a period of steady growth over the past twenty-four years. Steadily opening new warehouses and factories in the surrounding areas in Michigan and Indianapolis until eventually moving their base of operations to Chicago. Due to this expansion, Mell Industries is at the height of its production and hopes to avoid any interferences or deceleration of growth. In recent years, the firm has been under heavy media scrutiny for supposedly compensating its
  • 2. female staff unfairly lower compared to male counterparts. This was initiated when a disgruntled employee leaked the company payroll allegedly showcasing an unjust gap of income between the female employee and her male counterpart. This type of gender pay gap is highly criticized and as a precaution, Mell Industries has hired Cal Poly Pomona to conduct research to determine the validity of these claims. Mell Industries has provided Cal Poly Pomona with a data set of a sample population of 747 employees. Mell Industries has also offered Cal Poly Pomona compensation for any promising information gathered. Mell Industries may use information gathered from this project in future employee compensation decisions. The initial dataset has been given to you in the form of an excel spreadsheet titled Case_dataset.xlsx consisting of 12 columns labeled: ● Column A - Employee ID ● Column B - Gender ● Column C - Date of Birth ● Column D - Date of Hire ● Column E - Termination Date
  • 3. ● Column F - Occupation ● Column G - Salary ● Column H to L - Employee Evaluation Metrics In addition, Mell Industries provided the latest annual employee performance review evaluation results rating each employee in various performance categories. They have turned over this information separately and as a consultant, it is your task to provide Mell Industries with the most accurate and relevant information in a digestible form. Furthermore, using excel skills learned during the course, you will manipulate and analyze the data set in order to make appropriate managerial decisions. You will utilize excel functions highlighted in this project as well as a pivot table and chart to form a decision support system in order to answer the critical thinking questions. Project Objective The purpose of this project is to perform a methodical data analysis to assist the company make
  • 4. an informed decision. This could also serve as a basis for implementing critical adjustments to certain business aspects if necessary. Illustrate the business process by condensing a large set of data, to present relevant information with data visualization. We will be utilizing Microsoft Excel 2016 to complete this project. 2 TASKS Task 1. Identify the Issue Identify the issue by reading the project background thoroughly, and have a clear objective in order to provide the client with a meaningful service. Task 2. Download dataset From Blackboard, download the dataset Case_dataset.xlsx. This is the initial data provided to you by Mell Industries, which contains information about their current employees.
  • 5. Task 3. Create new workbook Create a new Excel workbook and title it myAnalysis.xlsx. You will use this workbook to create additional sheets that will allow you to analyze the data clearly. Once this project has been completed, this workbook will provide the information critical to the client. It will also serve as a basis to either support or reject the claims about the alleged pay gap in his company and perhaps make adjustments if necessary. Task 4. Create new sheets Rename ‘Sheet1’ as ‘Census’. Add two (2) new worksheets by clicking the plus sign next to the sheet tabs and name the tabs ‘Female_Employees’ and the other ‘Male_Employees’. Task 5. Select and paste data into your workbook.
  • 6. Go back to the MellIndustries_Initial_dataset.xlsx. Select all data by clicking on the top, left-hand side corner of the sheet. This will highlight all the data on that sheet. Copy and paste the data to your myAnalysis.xlsx ‘Census’ tab. Another way to select all is to click CTRL+A, then copy paste. 3 Task 6. Filter On your ‘Census’ tab, under the Gender column, filter ONLY the female employees. Select all the data, then copy and paste it on the ‘Female_Employees’ sheet. Repeat the same steps for the male employees. Figure 1.3 Task 7. Data Analysis Create a new sheet and name it ‘Data_analysis’. Figure 1.4 shows how you need to format this worksheet and what it needs to look like, as well as the content
  • 7. necessary to create a visual representation of the given data. Each section will require you to use excel functions to calculate the missing values. To answer the Top 10 highest paid positions section, you will need to create a pivot table to derive the answers. Figure 1.4 Data Analysis Sheet 4 IMPORTANT NOTE: To receive full credit, Excel functions
  • 8. must be used for each required field. When functions are used, the formula NOT the value must appear in the function bar when the cell is selected. 1. Total number of male employees: = COUNTIF 2. Total number of female employees: = COUNTIF 3. Total number of employees: = SUM 4. Male/Female count: = COUNTIF [Hint: =COUNTIF(range,">=X")-COUNTIF(range,">Y")] 5. Average salary: = AVERAGEIF [HINT: AVERAGEIF( range, criteria, [average_range] )] 6. Salary bracket percentage by gender: = Calculate % 7. Top Highest Paying Positions: =GETPIVOTDATA Task 8. Create an Occupation Pivot table Go back to your ‘Census’ tab and highlight the entire sheet (CTRL + A). While the dataset is highlighted, from your menu select INSERT > PIVOT TABLE. A dialog box will appear. When the dialog box appears, select to place the pivot table in “New worksheet”. Click OK. This will open a
  • 9. new sheet. Rename this to ‘Occupation_pivot’ In the following step, you will select the fields that will be added to this report. For this pivot table, you want to view the number of employees for every job title. To do that, drag ‘OCCUPATION’ from the pivot table fields and drop it under ROWS. Next, drag ‘EMPLOYEE_ID’ and drop it in VALUES. Once the columns had been populated, SORT the data by Count of Employee_ID. Click the drop-down button to the right of the ROW LABEL. Select ‘More sort options’ > Click ‘Descending by’ then on the drop down select ‘Count of EMPLOYEE_ID’. Click OK. As you can see, now you have the list of Job titles on the left, and the count of employees to the right. This shows how many employees are working in each type of occupation in descending order. Results should show the four occupations that are under ‘Average Salary Report’ back in your ‘Data_Analysis’ table. We have chosen to analyze the top 4 positions that has the highest count of employees.
  • 10. https://exceljet.net/excel-functions/excel-countif-function https://exceljet.net/excel-functions/excel-countif-function 5 Task 9. Create a Salary Pivot table Now that you know how to create a pivot table, create another one and name it “Salary_pivot”. This pivot must show the following information: 1. Occupation 2. Gender, both male, and female (columns) 3. Salary 6 Make sure that the item in VALUES is set to ‘MAX of Salary’, then sort the data by descending order. To sort, click the drop-down button next to the ‘Row labels’ title, then select ‘More Sort Option’. Use an excel formula to show the results from the pivot, to your Data_Analysis table.
  • 11. Task 10. Create Charts Go back to ‘Data_Analysis’ tab. On the same sheet, create a chart for the following: 1. Salary Bracket - Compare COUNT of both male and female employees. ● Use a Clustered Bar chart 2. Average Salary by Occupation - Show the difference in pay between male and female employees based on the specified job positions (Customer Service Representative, Category Manager, Stocking Associate, Inventory Retrieving Associate ● Use a Clustered Column chart 3. Highest Paid positions ● Use a Clustered Column chart Note: Make sure to add a titles and data labels on the chart. 7
  • 12. Additional Data Entry Up to this point, you have generated reports to show if there is a discrepancy between male and female salaries. To substantiate the results, a study of additional data must be performed. The following steps are necessary to determine if the length of employment correlates directly with the employees’ salary. Task 11. Additional Data JOB DURATION Go back to the ‘Census’ sheet. Insert a new column between ‘Termination Date’ and ‘Occupation’. Title this column ‘Job Duration’. Use a formula that will calculate the length of employment for each employee, including the ones who had already left the company. Once this is complete, save the file.
  • 13. TOTAL EMPLOYEE EVALUATION SCORE Employee Evaluation Metrics Employees are subject to performance evaluation every year, based on 5 different criteria: Knowledge of work, Communication, Teamwork, Leadership, and quality of work. The scores are determined by their direct supervisor through evaluation of supplementary performance reports. Exceeds Expectations 3 Meets Expectations 2 Below Expectations 1 Add a new column to the ‘Census’ sheet next to the last criteria of the employee evaluation section. Title this column ‘Evaluation Score’. Use a formula that will calculate the sum of the evaluation score for each employee.
  • 14. Business Intelligence Project Grading Rubric (50 points): The following list shows the points for each worksheet. Partial credit may be earned for each worksheet. It also shows the order that these worksheets are expected in the Excel workbook. Please make that your final workbook has the worksheets in the order listed below (i.e, Data Analysis, Male_employees Worksheet, Female_employees Worksheet, etc.). Adherence to these instructions will facilitate the assessment of your project results. RUBRIC CODE DESCRIPTION TOTAL POINTS A Census Worksheet • Missing or incorrect job duration values • Incorrect formula for Evaluation Total Up to 7.5 points B-1 Male_employees Worksheet
  • 15. • Missing employee information • Missing headings • Incorrect filtered data Up to 2.5 points B-2 Female_employees Worksheet • Missing employee information • Missing headings • Incorrect filtered data Up to 5 points C-1 Salary_pivot Worksheet • Incorrect PivotTable results Up to 5 points C-2
  • 16. Occupation_pivot Worksheet • Incorrect PivotTable results Up to 5 points D Data_Analysis Worksheet • Incorrect formulas used to derive values for the cells of the worksheet • No formulas used; values “hard coded” into the worksheet • Incorrect PivotTable results • Incorrect PivotChart results • PivotChart lacks formatting (e.g., chart title, labels) Up to 25 points