You are on page 1of 3

MS Excel Practice

Format
Conditional Formatting
Chart
Sort
Filter
Pivot Table
Freeze Panes
Validation
Arithmetic Operators
Types of Functions

Excel Functions:
SUM
AVERAGE
COUNT
POWER
LARGE
SMALL

CEILING
FLOOR
ROUND
ROUNDUP
ROUNDDOWN
ISNUMBER

INT
SIGN
MAX
MIN
RANK
IF
SUMIF

AND
OR
NOT
COUNTIF
CONCATENATE
HLOOKUP
VLOOKUP

Exercise:
1. An Organization has 30 employees. It maintains the following information.
ID, Name, Position, Basic, House Rent, Medical.
House rent is calculated as 50% of the Basic salary. Medical allowance is 10% of
the Basic salary. Calculate the total salary of the employees. If the total salary is
more than 30000 then the cell becomes red. If the salary less then 10000 the cell
becomes green.
2. An Organization has 30 employees. It maintains the following information.
ID, Name, Position, Basic, House Rent, Medical. House rent is calculated as
follows:
Basic salary
Less than 5000
5000 to less than10000
10000 to less than 15000
15000 to less than 20000
20000 to less than 25000
Else

House rent
60%
55%
50%
45%
40%
35%

Medical allowance is 5% of the Basic salary. Calculate the total salary of the
employees. If the total salary is more than 30000 then the cell becomes red. If the
salary less then 10000 the cell becomes green. Rank the employees according to
total salary.

3. AIS Department has 25 students in 9th batch. It maintains the following


information: Student ID, Name, Marks, Grade, Grade Point. Grade for a
course is evaluated as follows
Range of Marks
Grade
GPA
80 and above
A
4.00
70 to less than 80
B+
3.50
60 to less than 70
B
3.00
50 to less than 60
C+
2.50
40 to less than 50
C
2.00
< 40
F
0.00
Make the result sheet for your IT course.
4. For the problem above calculate the tax of annual income for the employees. If
an employee get two bonuses per year. Each bonus is equal to the basic salary.
Calculate the tax according to following rules
Income slab
0-150000
150001 -30000
300001 -450000
450001 -600000
Above 600000

Tax
0
10%
15%
20%
25%

5. AIS Department has 25 students in 9th batch. It maintains the following


information: Student ID, Name, Marks, Grade, Grade Point. Grade for a
course is evaluated as follows
Range of Marks
Grade
GPA
80 and above
A+
4.00
75 to less than 80
A
3.75
70 to less than 75
A3.50
65 to less than 70
B+
3.25
60 to less than 65
B
3.00
55 to less than 60
B2.75
50 to less than 55
C+
2.50
45 to less than 50
C
2.25
40 to less than 45
D
2.00
< 40
F
0.00
Make the result sheet for your IT course.

6. An Organization has 30 employees. It maintains the following information.


ID, Name, Position, Basic, House Rent, Medical.
House rent is calculated as follows:
Basic salary
House rent
Less than 5000
70%
5000 to less than10000
65%
10000 to less than 15000
60%
15000 to less than 18000
55%
18000 to less than 20000
50%
20000 to less than 25000
45%
25000 to less than 30000
40%
30000 to less than 35000
35%
35000 to less than 40000
30%
Else
25%
Medical allowance is 5% of the Basic salary. Calculate the total salary of the
employees. If the total salary is more than 30000 then the cell becomes red. If the
salary less then 10000 the cell becomes green.
7. Project

You might also like