You are on page 1of 6

Indian Institute of Management, Ahmedabad

Mid-Term 2022
PGP Term-I (Managerial Computing)
[Time: 2 hrs] [60 marks]

Answer the following question with respect to given datasheet.

Problem 1: Employee Data Analysis

1.1 Display list of employees with their id, name and experience in the company having
education in medical field, working as lab technician, and not travelled frequently. Please
use the range P7: R15 for displaying the results (along with headers). You may use the
range P4: R5 for any additional/interim work if required. What values/text/formula would
you write in following cells: (5 marks)

P4:
________________________EducationField___________________________________

Q4:____________________________ JobRole_________________________________

R4:____________________________ BusinessTravel_____________ _

P5:_________ ="Medical"____________________________________________

Q5:_____________ ="Laboratory Technician"______________________________

R5:_____________________ <>Travel_Frequently_________________

What steps would you follow to display the required output (be clear and precise in
writing the steps):

ANS:

Advance Filter ,

Select the range,

Give condition as the entire require values,

give desired range,

create the output .

1.2 In cell P25, calculate the number of highly paid employees whose monthly salary is
greater or equal to 25000 and who is working in the department of sales. You may use the
cells Q24 and R24 for any additional/interim work if required. (2 marks)

Formula for cell P25___


COUNTIFS(F1:F112,"="&R24,K1:K112,">="&Q24)___________
Problem 2: Product Market Share

For the place given in B19, find the name of the item with maximum value of Sales in B20
(7 marks)

Formula in cell B20__=


INDEX(B4:J15,1,MATCH(MAX(INDEX(C5:J15,MATCH(B19,B5:B15,0),0)),INDEX(C5:J
15,MATCH(B19,B5:B15,0),0),0))____________________________________________

Problem 3: Case Study competition at IIMA

Each row in the range B2:D873 contains a team of 3 students that participates in a case study
competition at Indian Institute of Management Ahmedabad. A student can be a member of
multiple teams and a team can submit multiple solutions. The score obtained by each
submission is given in column E.

3.1 The range K10: K62 contains the names of each team leader. In the range L10:L62, find
out the maximum score obtained by each team leader. You may use the range L6:L9 for
any additional/interim work required to obtain the values in range L10:L62.
(5 marks)
Cell L6: ______Done using Pivot table , (in the
excel)________________________________________________________

Cell L7: ______________________________________________________________

Cell L8: ______________________________________________________________

Steps to obtain values in the range L10:L62:

_____________________________________________________________________

_____________________________________________________________________

_____________________________________________________________________

_____________________________________________________________________

3.2 In cell M10 write a formula to obtain the member 1 of highest performing team led by the
team leader in K10. The formula in M10 should be such that it can be dragged down to
obtain the corresponding values for each team leader. You may use Column F for any
additional/interim work if required. (2 marks)

M10:______________________sheet
3.2_3.3__________________________________________

3.3 Similarly, in cell N10 write a formula to obtain the member 2 of highest performing team
led by the team leader in K10. The formula in N10 should be such that it can be dragged
down to obtain the corresponding values for each team leader. You may use Column F for
any additional/interim work if required. (2 marks)
N10:____________________Sheet
3.2_3.3_____________________________________________

3.4 In the range K10:N62, highlight in green colour the row with maximum score. You may
use cell I15 for any additional/interim work if required. (be clear and precise in writing
the steps): (4 marks)
I15:_________________________________________________________________

Steps for highlighting:


__________________
=$L10=MAX($L$10:$L$62)_____________________________________________
______

______________While the formula


Go to conditional formatting
New Rule , Paste formula, fill
_______________________________________________________

_____________________________________________________________________

_____________________________________________________________________

3.5 Find the difference between the maximum and minimum scores for combination of a
member 1 and member 2 in cell Z7. You may use the range W5:X6 for additional/interim
work if required. (4 marks)

Formula in cell Z7:

3.6 All the names of Member 1 are given in column R and member 2 are given in column S.
Now find out the difference between the maximum and minimum scores of each
member1-member2 combination in any range in the sheet. Please mention all the
formulas used and the steps required.
(5 marks)

Steps used to generate the difference between the maximum and minimum scores for
each combination of member 1 and member 2 (be clear and precise in writing the
steps):
3.7 Using the conditional formatting function, highlight the Ids of all the submissions with
Member 1 as “Thomas” and Member 2 as “Edward”. (4 marks)

Criteria for conditional formatting:

Steps for conditional formatting (be clear and precise in writing the steps):

_____________________________________________________________________

_____________________________________________________________________

Problem 4: Income Tax Analysis

Refer to dataset on income tax in Problem 4 in which Column A contains Tax payer ID,
Column B contains Taxable Income, Column C contains gender of Tax payer and Column D
contains income Tax zone to which the tax payer belongs. The Tax slabs for male and female
are given below. Assume there is no surcharge or any cess charges. Data set contains
information about 100 tax payers.

As a senior business analyst to income tax department, answer the following questions based
on the given data:

4.1 (a). Provide a formula to be entered into cell “E2” and to be dragged down in cells below
to calculate the appropriate row no. of the tax payer in the tax slab(s) provided. (2 marks)

Cell E2:- _______ =IF(C2="M", MATCH(B2,$L$3:$L$7,1), MATCH(B2,$Q$3:$Q$7,1))

4.1 (b). Provide a formula to be entered into cell “F2” and to be dragged down in cells below
to calculate the income tax at the lower bound of the tax slab in which a tax payer falls.
(2 marks)

Cell F2:- _________


=IF(C2="M",INDEX($N$3:$N$6,E2,1),INDEX($S$3:$S$6,E2,1))_____________________
_____________________________________

4.1 (c). Provide a formula to be entered into cell “G2” and to be dragged down in cells below
to calculate the lower bound (of taxable income) of the tax slab in which a tax payer falls.
(2 marks)

Cell G2:- _________ =IF(C2="M",MAX(0,B2-


INDEX($L$3:$L$7,E2,1)),MAX(0,INDEX($Q$3:$Q$7,E2,1)))_______________________
___________________________________
4.1 (d). Provide a formula to be entered into cell “H2” and to be dragged down in cells below
to calculate the tax percentage applicable to a tax payer. (2 marks)

Cell H2:- _____________________


=IF(C2="M",INDEX($M$3:$M$6,E2,1),INDEX($R$3:$R$6,E2,1))____________________
__________________________

4.1 (e). Provide a formula to be entered into cell “I2” and to be dragged down in cells below
to calculate the individual tax amount of tax payers. (2 marks)

Cell I2:- ____________________


=F2+G2*H2_______________________________________________

4.2. What is the percentage contribution of the total tax by females? (You can use cell L14,
L15, M14 and M15 for intermediary work if needed) (3 marks)

L14 M14

L15 M15
=SUMIF(C2:C101,"=M",I2:I101) =SUMIF(C2:C101,"=F",I2:I101)

Formula in Cell N15:- _____________________


=M15/(L15+M15)*100____________________________________

4.3. What is the average tax payment made by females belonging to income tax zone 4? (You
can use cell L19, L20, M19 and M20 for intermediary work if needed) (4 marks)

L19 M19

L20 M20
=SUMIFS(I2:I101,C2:C101,"=F",D2:D101,"=4")
=SUMIF(C2:C101,"=F",I2:I101)

Formula in cell N20: -

______________________
=M20/L20*100_____________________________________________________

4.4. How many tax payers had a tax liability of more than ₹ 300,000?
(You can use cell L24, L25, M24 and M25 for intermediary work if needed) (3 marks)

L24 M24
Complex

L25 M25
=B2>$M$24

Formula in cell N25: -

___________________________
=DCOUNT(A1:I101,B1,L24:L25)_______________________________________________
_

You might also like