You are on page 1of 16

Object 1B: Create a payroll of employees according to the instruction

1) Calculate Medical Allowance = 12 % of Basic Pay and Hose Rent = 40 % of Basic Pay.
2), Calculate: Gross Pay = Basic Pay + Medical Allowance + House Rent
3) Develop an IF( ) Function to compute Tax which is 4% of the Gross Pay if Gross pay is
greater than 15000 otherwise it is 3% -
4) Compute Net Pay by Subtracting Tax from Gross Pay
5) Using IF( ) Function, Assign Grade-1 if Net Pay is greater than 15000 otherwise assign
Grade-2

Name Basic Pay Medical Allownces House Rent Gross Pay Tax Net Pay Grade
Madiha 16000 1920 6400 24320 972.8 23347.2 Grade-1
Shakir 19000 2280 7600 28880 1155.2 27724.8 Grade-1
Saleem 9000 1080 3600 13680 410.4 13269.6 Grade-2
Sandal 20000 2400 8000 30400 1216 29184 Grade-1
Wahaj 16500 1980 6600 25080 1003.2 24076.8 Grade-1
Wajeet 15000 1800 6000 22800 912 21888 Grade-1
Kumar 15500 1860 6200 23560 942.4 22617.6 Grade-1
Object 2B: Create and print spread by following instruction

1) Total Hours worked=days worded * Hours worked por day


2) Gross Amount.= Total Hours worked * work charges per hour
3) Calculate Two Percent ( 2%) Income Tax of each employee.
4) Use AVERAGE( ) Function , Calculate separately Average Gross Amount in a cell below
the above work sheet.
5) Save and also print.

Hours Total work


Worker Emp Days Gross
Emp ID Worked worked charges Tax
type Name Worked amount
per day hours per hour
A 211 Madiha 20 9 180 100 18000 360
B 222 Qaim 12 7 84 120 10080 201.6
C 223 Hassan 30 10 300 90 27000 540
D 224 Kamran 31 9 279 125 34875 697.5
E 225 Asim 29 5 145 80 11600 232
F 226 Okasha 17 7 119 75 8925 178.5
H 300 Zameer 16 4 64 95 6080 121.6
I 301 saqib 21 8 168 115 19320 386.4

Average gross amount of all workers are 16985


Object 3B: Create and print attendance register showing 10 days attendance

1) Calculate Total Attendance using COUNTIF( ) function


2) Enter formula to calculate Percentage,
3) Sort the table on total Attendance and Name.

Total
Roll No Name 1 2 3 4 5 6 7 8 9 10 Attenden Per. %
ce
1 Asim P P P P A P A P P P 8 80
2 Hassan P P A P A A A P P A 5 50
3 Kamran A P P P P P P P P P 9 90
4 Madiha P P P P P P A P P P 9 90
5 Mehak P P P P P P P P P P 10 100
6 Okasha P P P P P P P P P P 10 100
7 Qaim A A A A A A A A P P 2 20
8 saqib A A A P P P A P P A 5 50
9 Tariq P P A P A P A A P P 6 60
10 Zameer P P P P A A A P P A 6 60
Object 4B: Create a utility bill of electricity according to the instructions

1) Enter a formula to calculate units consumed.


2) Cost of one unit of electricity is Rs. 8.25..
3) Compute the Surcharge as|15% of Electricity Charges.
4) Compute the Amount Due, as
Amount Due = Electricity Charges + Surcharge
and round up the amount payable to one decimal place using ROUND( ) function.
5) Save and also print

Previous Current Units electricity Amount


Meter No surcharges
units units consumed charges Due
S-2100 69236 69452 216 594 89.1 683.1
S-2101 7382 7399 17 29.75 4.4625 34.2
S-2102 33842 33998 156 273 40.95 314
S-2103 45732 45795 63 110.25 16.5375 126.8
S-2104 82556 82715 159 278.25 41.7375 320
S-2105 5699 5754 55 96.25 14.4375 110.7
S-2106 4100 4250 150 262.5 39.375 301.9
S-2107 5250 5300 50 87.5 13.125 100.6
S-2108 7320 7500 180 315 47.25 362.3
S-2109 11000 11100 100 175 26.25 201.3
S-2110 2132 2200 68 119 17.85 136.9
Object 5B: Generate Grades

1) Use IF() function assign Grade according to the following criteria:


a) If the Marks is greater than 80 Grade=A-1
b) If the Marks is Less than 80 or equal to 70 Grade=A.
c) If the Marks is Less than 70 or equal to 60 Grade=B
d) If the Marks is Less than 60 or equal to 50 Grade=C .
2) Sort the list by Marks
3) Using Bar Chart show each student’s bar according with its marks,
4) Save and also Print.

Roll No Name Marks Grades


1 Qaim 100 A-1
Bar chart of grades and percentage
2 Okasha 95 A-1 saqib
1 2 3 4 5 6 7 8 9 10

12
3 Mehak 91 A-1 Tariq 34
Zameer 53
4 Madiha 90 A-1
Hassan 70
5 Asim 80 A
Kamran 71
6 Kamran 71 A Asim 80
7 Hassan 70 B Madiha 90
8 Zameer 53 C Mehak 91
9 Tariq 34 -- Okasha 95
10 saqib 12 -- Qaim 100
0 20 40 60 80 100 120
Object 6B: create and print marks certificate accrding to instrctions

Use SUM () Function Lo find out the marks obtained of each student.
1)) Calculate Percentage of each student with Total Marks=500,
2 Use IF() function assign Grade according to the following criteria:
(a)If Percentage is greater than or equal to 80, print A+
(b) If Percentage is greater than or equal to 70, print A
(c) 1f Percentage is greater than or equal to 60, print B
If Percentage is greater than or equal to 50, print C else Print F
3) Save and also print.

Computer Marks
Name Math Science Physics English Urdu Obtained Percentage Grade
Ali 76 87 85 76 60 384 76.8 A
Jawad 76 67 57 64 67 331 66.2 B
Akhter 46 89 67 82 50 334 66.8 B
Qasim 87 56 87 63 55 348 69.6 B
fahad 78 87 91 73 66 395 79 A
Hassan 76 83 76 84 69 388 77.6 A
Amir 98 90 67 73 56 384 76.8 A
Subhan 87 91 84 62 46 370 74 A
Malik 65 34 65 45 99 308 61.6 B
Fawad 45 54 45 65 99 308 61.6 B
Johar 65 43 56 45 99 308 61.6 B
Saddam 76 34 34 65 99 308 61.6 B
Liaqat 34 45 54 34 99 266 53.2 c
Janib 54 65 65 65 99 348 69.6 B
Iqbal 65 54 65 34 100 318 63.6 B
Meer 34 54 43 23 99 253 50.6 c
Dagh 12 34 45 43 99 233 46.6 Fail
Object 7B: create and print marks certificate accrding to instrctions

Use Spreadsheet to create database of 15 students which include the fields Roll
No. , Name, Father’s Name and Marks Obtained Apply cell Border. Sort the
sheet by Name andMarks Obtained in descending order. Save and also print

Marks
Roll No. Name Father's Name Obtained
1 Ahmed Mohammed Ali 85
2 Fatima Ali 78
3 Amir Mustafa 92
4 Aisha Kareem 75
5 Zainab Hasan 88
6 Adam Yusuf 70
7 Layla Ibrahim 82
8 Bilal Omar 95
9 Maryam Ahmed 81
10 Youssef Tariq 87
11 Sara Jamal 79
12 Khalid Faisal 93
13 Noor Karim 84
14 Aliya Naseem 72
15 Hadi Rashid 89
Object 8B: create spreadsheet with the following data and follow instructions

1) select the rows and columns consisting of numbers only to create a Column
Chart showing comparison among the Expenditure by different Department using
chart wizard, Tile the chart “Expenditure in Year 20217 Title Y —Axis “( Rs. In
Million)”

2) Display legend of chart.

3) Print both the worksheet and Chart,

Different Expenditres by the province in year 2021 (in Millions)

Department 1st Qtr. 2nd Qtr. 3rd Qtr. 4th Qtr.


Education 4.3 6 6.1 6.4
Health 6.87 7.51 7.81 78.6
Law & Order 1.47 2.49 3.64 3.91
Welfare 50.5 53.7 60.12 78.5

Expenditure in year 2021


Column E Column F Column G Column H

78.6 78.5

60.12
Rs in Millions

53.7
50.5

4.3 6 6.1 6.4 6.87 7.51 7.81


1 2 1.47 2.4933.64 3.91 4
Object 9B: create and print marks certifcate accrding to following instructions

(1) Develop a formula to find out physics marks of each student,


2) Calculate the Percentage of each student.

3) Using IF( ) function assign remarks according to the following criteria


a) If Percentage is greater than or equal to 80, print “Excellent™
b) If Percentage is greater than or equal to 70, print “V. Good”
c) If Percentage is greater than or equal lo 60, print “Good™
d) [f Percentage is greater than or equal to 50, print “Fair” else
“poor”
4) Save and also print

Computer Obtain Percentag


Name Math Physics English Urdu Remarks
Science Marks e
Qaim 98 87 106 98 76 465 93 Excellent
Okasha 67 65 96 65 87 380 76 V.Good
Mehak 76 76 74 75 98 399 79.8 V.Good
Madiha 54 76 92 55 56 333 66.6 Good
Asim 64 65 83 54 34 300 60 Good
Kamran 87 65 83 75 65 375 75 V.Good
Hassan 98 87 78 76 76 415 83 Excellent
Zameer 54 76 82 54 34 300 60 Good
Tariq 67 65 85 34 64 315 63 Good
saqib 32 62 60 63 32 249 49.8 Poor
Object 10B: Create spread sheet with the following datat and follow instructions

1) Use the SUM () function to find the Total Expenditure by province in year.
2)Select the columns enclosed in the rounded rectangle to create Pie Chart showing
Contribution of each province in Total Expenditure using Chard Wizard
3) Display Legend of Chart
4) Print both the worksheet and Chart

Expenditure by different by different provinces in the year 2021 (in Millions)

Provinces 1sr Qtr. 2nd Qtr, 3rd Qtr. 4th Qtr, Year(Total)
Sindh 542.2 561.5 643.4 796.2 2543.3
Punjab 887 835.8 930.5 936.5 3589.8
Balochista
n 244.51 261.5 301.7 299.3 1107.01
K.P.K 391.5 424.5 377.6 300.5 1494.1

Expenditures y provinces in 2021

19%
26% Sindh
Punjab
12% Balochistan
K.P.K

43%
Object 11B: Create spread sheet with the following datat and follow instructions

1) Calculate department vise Total, Apply currency Format with 2 decimal places.

2) Use the SUM () function o calculate Grand Total

3) Find the Minimum, Maximum and Average expenditure for each quarter using
statistical functions - MIN(), MAX(), and AVERAGE( ).

Pakistan Printing press expenditures 2021


Department 1st Qtr. 2nd Qtr. 3rd Qtr. 4th Qtr. Total
Engineer 25356 45451 67735 45451 183993
Marketing 6735 46421 47881 69421 170458
Computer 4881 56421 84221 55568 201091
Sales 8422 785621 25356 45451 864850
Purchase 59006 58000 67735 605981 790722
Production 8887 99956 4881 56421 170145
Grand Total 113287 1091870 297809 878293 2381259
Minimum 4881 45451 4881 45451 100664
Maximum 59006 785621 84221 605981 1534829
Average 18881.17 181978.3 49634.83 146382.2 396876.5
Object 12B: Create spread sheet with the following datat and follow instructions

1) Develop a formula to calculate Unit Consumed.


2) Using JF( ) function, compute Gas charges which are Rs. 1.75/unit if the Units
consumed are less than 200, otherwise charges are Rs. 2.75/ units.
3) Compute the Sales Tax as 15% of Gas Charges.
4) Compute the Amount flue to
1. Amount Due = Gas Charges + Sales Tax.
5) Save and also print.

Units
Previous Current Gas Sales Amount
Meter No consume
units units charges Tax Payable
d
S-2100 69236 69452 216 594 89.1 683.1
S-2101 7382 7399 17 29.75 4.4625 34.2125
S-2102 33842 33998 156 273 40.95 313.95
S-2103 45732 45795 63 110.25 16.5375 126.7875
S-2104 82556 82715 159 278.25 41.7375 319.9875
S-2105 5699 5754 55 96.25 14.4375 110.6875
S-2106 4100 4250 150 262.5 39.375 301.875
S-2107 5250 5300 50 87.5 13.125 100.625
S-2108 7320 7500 180 315 47.25 362.25
S-2109 11000 11100 100 175 26.25 201.25
S-2110 2132 2200 68 119 17.85 136.85
Object 13B: Create spread sheet with the following datat and follow instructions

1)Calculate: Gross amount by adding labor, capital, Miscellaneous.


2) Calculate Net Amount = Gross Amount -2% of Gross Amount.
3) Calculate: Sale Prince = 30 % Net Amount + Net Amount

4) Find out profit by subtracting Net Amount from sale Price.

5) Save and also print

Labour Capital Miscellan Gross Net


Item Cost Cost eous Cost Amount Amount Sale Price Profit
Motor Bike 500 10500 1000 1200 11640 15132 3492
Car 1200 140000 2000 143200 140336 182436.8 42100.8
Luxury Car 1500 450000 8000 459500 450310 585403 135093
High Roof 1600 150000 4000 155600 152488 198234.4 45746.4
Object 14B: use spreadsheet to create the following scholarship satement

1) Apply formula o calculate the Scholarship on the following range of marks


a) No Scholarship for those students who obtained marks below S00.
b) 30% Scholarship of Full Fee will be awarded 1o those who obtained marks
between 500 to 600
c) 40% Scholarship of Full Fee will be awarded to those who obtained narks
between 600 10 700,
d) 60% Scholarship of Full Fee will be awarded to those who secured marks
above 700
2)Count the number of students gained Scholarship using COUNT( ) function and
display in a cell below the above worksheet
3) - Save and also print

Marks Total Schpolarship Payable


Roll No. Name Obtained Marks Full Fee Amount Fee
PE-7601 Taha 599 900 80000 24000 56000
PE-7602 Maaz 488 900 80000 0 80000
PE-7603 Muzaffar 787 900 80000 48000 32000
PE-7604 Wajib 667 900 80000 32000 48000
PE-7605 Hadi 782 900 80000 48000 32000
PE-7606 Umar 663 900 80000 32000 48000

5
Object 15B: use spreadsheet to create the following scholarship satement

1) Calculate Total Local Charges @Rs. 2.10 per call


2) Calculate Total Mobile Charges @Rs. 3.0 per minute
3) Calculate Total Call Charges as:
Total Call charges = total Local Charges 1 Mobile Charges + Line rent + CLI
4) Calculate tax as 17%of Total Call Charges
5) Using IF() function, Compute total dues if pay date is within due date as:
Total Dues =Total Call Charges + Tax, Otherwise id pay date is after Due
date.
Total Dues = f}ml Call Charges + Tax +5.01% of Surcharge

Where due date is 25/6/2016 and Line rent is 174


Total Total
Local Mobile Mobile Total Call Total
User ID Pay date Local Call Charges Duration Charges CLI Charges Tax Dues
1101 28/06/2016 67 140.7 22 66 40 420.7 71.519 513.2961
1102 20/5/2016 389 816.9 76 228 40 1258.9 214.013 1535.984
1103 2/7/2016 785 1648.5 213 639 0 2461.5 418.455 3003.276
1104 9/7/2016 113 237.3 20 60 0 471.3 80.121 575.0331

You might also like