Lab 5 Manual
Lab 5 Manual
University of Wah
Lab 5 Manual
Applications of Information and Communication Technologies
1|Page
Lab5| Dr. Muhammad Umar Javed
Table of Contents
Objectives ..................................................................................................................... 3
Task List ....................................................................................................................... 3
Task-1 Background and picture insertion .............................................................................. 3
Task-2 Formula Calculation and data validation ...................................................................... 3
Task-3 Look up formula................................................................................................... 3
Task-4 IF function ......................................................................................................... 4
Task-5 Conditional formatting ........................................................................................... 4
Task-6 Creating a drop down list........................................................................................ 5
Task-7 Pivot table and pivot chart ...................................................................................... 5
2|Page
Lab5| Dr. Muhammad Umar Javed
Week-05
Objectives
After performing this lab, students shall be able to:
Background insertion.
Formula calculation and data validation.
Look up and IF formula.
Conditional Formatting.
Drop down lists.
Pivot table and chart
Task List
Task-1 Background and picture insertion
Add a background image of UoW logo to your work book. Add the following data and table heading. Use auto
complete function for the first two columns.
3|Page
Lab5| Dr. Muhammad Umar Javed
HINT:
0 F
50 D
65 C
80 B
90 A
The first column should contain the value and the second column contains the grade also make sure that
the data is in ascending order. Then use the formula LOOKUP(Lookup value, lookup vector, result vector).
Task-4 IF function
Add another column in the table with the heading Remarks and using the IF function fill the column using
the criteria for total marks less than 50 write fail and for above 50 write pass.
S.NO Reg NO Student Name Theory 50 Lab exam 50 Result Grade Remarks
100
1 F16-23 Abdullah 50 39 89 B Pass
2 F16-24 Yumna 23 25 48 F fail
3 F16-25 Amna 45 50 95 A Pass
4 F16-26 David 15 10 25 F fail
5 F16-27 Albert 32 45 77 C Pass
6 F16-28 Rani 35 42 77 C Pass
7 F16-29 Harry 45 50 95 A Pass
8 F16-30 Tahira 29 30 59 D Pass
9 F16-31 Danyal 45 49 94 A Pass
10 F16-32 Hina 49 50 99 A Pass
4|Page
Lab5| Dr. Muhammad Umar Javed
5|Page