Lab Exercise : 8
Objective:
The purpose of this exercise is to create employees salary sheet.
Instructions:
The following options & formulas of MS-Excel will be used in this exercise.
1. =sum(range), =if(), =sumif(), =countif()
2. Data Data Validation
Questions:
1. Type the following worksheet.
2. In “Basic Salary” column values greater than 10,000 not allowed
3. Calculate House Rent (if Basic Salary is greater than 5000 then 45% otherwise
30%)
4. Calculate Conv. Allowance (if Basic Salary is greater than 5000 then 30%
otherwise 20%)
5. Calculate Medical Allowance (if Basic Salary is greater than 5000 then 60%
otherwise 45%)
6. Calculate Gross Pay ( compute Basic salary, House rent, Conv. Allowance, and
Medical Allowance as your Gross Pay)
7. Calculate Tax (if Gross is greater than 15000 then 10% otherwise 0)
8. Calculate Net Pay ( Gross pay – tax)
Lab Exercise : 9
Objective:
The purpose of this exercise is to create students Marks sheet.
Instructions:
The following options & formulas of MS-Excel will be used in this exercise.
1. =sum(range), =if(), =countif()
2. Data Data Validation
Questios:
1. Type the following worksheet.
2. In M1 and M2 columns value greater than 15 not allowed
3. Calculate Mid-Total, Total
4. Calculate Grade using If condition ( 75 to 100 =P, 50 to 74 = F)
5. Calculate no. of P and F grades.
6. Add a column for Remarks after grade column
7. Calculate Remarks using if condition
75 to 100 = P
50 to 74 = F
Lab Exercise : 10
Objective:
The purpose of this exercise is to find out data using VLOOKUP formula.
Instructions:
The following formulas of MS-Excel will be used in this exercise.
1. =vlookup(), =countif()
Questions:
1. Type the following worksheet.
2. You have to find out the city, departure time and terminal of Flight No. LH
5842 using vlookup formula
3. Find out the no. of flights coming on terminal 2 using formula.