INTERNATIONAL INSTITUTE OF MANAGEMENT STUDIES
PGDM (SEM - IV)
Batch 2017-19
FINAL EXAM
PG606HR: Advanced Excel in HR
Time: 3 Hour Max Marks: 100
Date: 13/03/2019
Instructions to the Candidates:
1. All case studies are compulsory.
2. All case studies carry equal marks.
3. Do not write your Name on the Answer Sheet.
Q.1 Case 1
1. Refer the following spreadsheet shown below.
Use a formula to calculate the Games (G) column by adding the Wins (W), Losses (L) and
Ties (T). Use a formula to calculate the Points (P) column. A team gets two points for a win
and one point for a tie. Use the sum function to calculate the total of the For (F) column and
Against (A) column.
OHL West Division
Team Name G W L T F A P
Erie 22 26 3 188 213
London 31 16 3 236 183
Plymouth 27 17 1 199 170
Sarnia 23 18 8 187 176
SS Marie 14 29 4 187 230
Windsor 14 31 6 208 252
Total:
2. Refer the following spreadsheet shown below.
Calculate each student’s total mark, in the Total column, and their average mark achieved on
each test in the Average row. Calculate the Percentage column. Add a column, to the right of
Percentage, titled "Pass/Fail". Use an IF statement to display the word 'Pass' if the percentage
is greater than or equal to 50%, and to display the word 'Fail' if the percentage is less than
50%.
Course: BTT12O1
Teacher: Ms. Schnarr
2012/2013
Name Student # T1 T2 T3 T4 Total Percentage
30 35 25 30 120
Avery, Adam 1203 25 31 19 21
Chow, Samuel 2219 10 15 10 14
Dible, Liz 1721 22 30 20 22
Dow, Julia 1604 24 29 20 20
Frank, Joe 1798 26 29 22 28
Gill, Mary 1115 25 30 20 25
Ip, Henry 1214 29 32 23 27
Joe, Sarah 2021 19 21 18 20
Low, John 2015 22 21 19 18
Warn, Suzanne 1320 12 12 14 9
Average:
Q.2 Case Study
A MNC is providing commission and bonus to its employee. The commission and bonus are based on
different criteria. Mention the appropriate function against each condition and calculate:
(i) Commission of 10% to all the employees whose sales is less than 20,000
(ii) Commission of 15% to all the employees whose sales is less than 25,000 else 20% of the
sales.
(iii) A company declares a retirement bonus to its employees, whose age is either above 68
years or whose working experience is at least 30 years.
Calculate the bonus of the employees whose working experience is at least 3 years and
whose salary is greater than $15,000.
Q.3 Case Study
Evaluate the status of student based on their attendance and total marks, such that if attendance is
greater than 70 then mention “regular”, and if attendance is lesser then mention “not regular”.
Mark the students as pass or fail such that if total marks is greater than 50 than pass else fail.
Provide the grades to the marks obtained such that if marks is greater than equals 80 then grade
is “A”, if marks is greater than equals to 70 then grade is “B”, if marks is greater than equals to
60 then grade is “C”, if marks is greater than equals to 50 then grade is “D”, otherwise F.
Based on the grades write a function to find out the performance of the students such that, if total
marks is greater than equals to 80, and the grade obtained is “A”, then the performance is
“BRILLIANT”, if total marks is greater than equals to 70, and the grade obtained is “B”, then
the performance is “GOOD”, if total marks is greater than equals to 60, and the grade obtained
is “C”, then the performance is “OK”, if total marks is greater than equals to 50, and the grade
obtained is “D”, then the performance is “WORK HARD”,else “POOR”.
Q.4 Case Study
There is a XYZ MNC which is sourcing for its parts (let’s say Printer, Scanner, Webcam, Xerox
Machine, Processors, Keyboard, Jammer)from multiple vendors (let’s say vendor A, Vendor B,
Vendor C, Vendor D and Vendor E), and they have provided the list of products and the quality
and quantity in the proposal for the same. They are seeking for best price from vendors, and
depending upon their budget and the best price quotation they will finalize the vendors.
Depending on their need they have received the quotation from all the vendors (let’s say
Quotation-A, Quotation-B, Quotation-C, Quotation-D, Quotation-E).
Your task is
1) Incorporate the different quotation into your primary data sheet. (use appropriate
function)
2) Identify the Best price for each product by using proper function.
3) With the help of the proper function, on the basis of lowest price identify the vendor the
vendor.
Q.5 Case Study
1. For the given spread sheet ( Table 1) define the function to find the diameter of the given
planet.
PLANET
S POSITION SATELITES DIAMETER
Earth 3 13 ????
Table: 1
PLANETS POSITION DIAMETER SATELITES
MERCUR
Y 1 5 0
VENUS 2 12 0
EARTH 3 13 1
MARS 4 7 2
JUPITER 5 143 67
SATURN 6 121 200
URANUS 7 51 27
NEPTUNE 8 50 13
PLUTO 9 3 5
2. Given below is the data of the employees off some ABC Firm. The data contains two
different interrelated tables, which has the information of the employees. Using proper
function apply the Pay code for each employee.
Table ID Table_ Department_paycode
Name ID ID Department Pay Code
Mike Hayes 12394 12394 Human Resources A
Information
Bob Jones 13876 12654 Technology B
Mackie
O'Hara 13524 13524 Business Support C
Scott Turner 18909 13876 Marketing D
Tyler King 15664 15664 Sales E
Erin
Henderson 17265 15765 Research F
Jim Ryans 87865 17265 Quality Control G
Allison Scott 15765 18909 Office H
Sean Scout 12654 87865 Security I
Name Pay code
Mike Hayes ????
Bob Jones ????
Mackie O'Hara ????
Scott Turner ????
Tyler King ????
Erin Henderson ????
Jim Ryans ????
Allison Scott ????
Sean Scout ????
****************************************