100% found this document useful (1 vote)
333 views3 pages

Excel Lab Exercises for Students

The document provides instructions for three Excel lab exercises: 1. Create an employee salary sheet calculating basic salary, allowances, gross pay, tax, and net pay using formulas like SUM, IF, SUMIF, and COUNTIF. 2. Create a student marks sheet calculating totals, grades, remarks using formulas like SUM, IF, and COUNTIF. 3. Use the VLOOKUP formula to look up flight details like city, departure time, and terminal by flight number, and COUNTIF to find the number of flights at a particular terminal.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
333 views3 pages

Excel Lab Exercises for Students

The document provides instructions for three Excel lab exercises: 1. Create an employee salary sheet calculating basic salary, allowances, gross pay, tax, and net pay using formulas like SUM, IF, SUMIF, and COUNTIF. 2. Create a student marks sheet calculating totals, grades, remarks using formulas like SUM, IF, and COUNTIF. 3. Use the VLOOKUP formula to look up flight details like city, departure time, and terminal by flight number, and COUNTIF to find the number of flights at a particular terminal.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

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.

You might also like