0% found this document useful (0 votes)
106 views3 pages

Ix It Excel Ass 24 25

Uploaded by

bhagirat kumar
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
0% found this document useful (0 votes)
106 views3 pages

Ix It Excel Ass 24 25

Uploaded by

bhagirat kumar
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

CLASS IX INFORMATION TECHNOLOGY (402)

ELECTRONIC SPREADSHEET
ASSIGNMENT

Q1. Write the functions/formulas on the basis of the given spreadsheet:

A B C D E F G H I J K
1 CLASS IX RESULT
2 R.No. Name English Maths Science Hindi S.Sc. I.T Total Percentage Remark
3 1 Aman 85 85 85 78 85 93
4 2 Bharat 96 66 96 85 85 91
5 3 Chavi 63 67 85 58 96 85
6 4 Dev 89 75 52 59 69 78
7 5 Aryan 96 35 83 69 86 87

a. Write the active cell from the table


= F7
b. Find Total Marks scored by Aman in I3.
= SUM(C3:H3)
c. Find the Percentage of Chavi.
= (I5/600)*100
d. Find the minimum marks scored by students of Class IX in I.T subject in Cell H8.
= MIN(H3:H7)
e. Write the remark according to the given condition in K3:
If a student scores above 40 % then he/she is PASS otherwise he/she needs to WORK HARD.
=IF(J3>=40, “PASS”, “WORK HARD”)
f. Prepare aBar Chart of Name and Percentage of students.
Q2. Given the following Spreadsheet, Write the appropriate Formula/ Expression/ Function.
A B C D E
1 Departmental Store
2 ProdCode PNAME QTY PRICE AMOUNT
3 P101 RACKET 55 1250
4 P102 BALL 40 700
5 P103 GLOVES 65 150
6 P104 BOXES 50 300
7 TOTAL
8 AVERAGE
9 MAXIMUN
a. Write a formula to calculate the Total Quantity in the cell C7.
=SUM(C3:C6)
b. Write the feature used for arranging the Price from Highest to Lowest.
SORTING
c. To find the Product with Maximum Price to be written in cell D9.
=MAX(D3:D6)
d. To find the Average Qty to be written in cell C8.
=AVERAGE(C3:C6)
e. Write formula to calculate Amount in E3 and Total Amount in cell E7.
E3= C3*D3
f. Prepare a Pie Chart of PName and Quantity.
Q3. Write the functions/formulas for the following questions:
A B C D E F G
1 XYZ COMPANY
2 Item Code Item Price Quantity Gross Amount GST (8%) Net Amount
3 1111 A 59 8
4 2589 B 69 9
5 9513 C 98 6
6 9874 D 63 3
7 369D E 25 5
8 958Y F 96 11
9 985T G 36 9
10 TOTAL
a. Write the address of active cell.= C6
b. Find the gross amount of 985T code. = C9*D9
c. Find GST of item code 1111. = (8/100)*E3
d. Find the Net amount in G3 and total bill amount in G10.
G3 = E3+F3 G10= SUM(G3:G9)
e. Count the number of items in A11.= COUNTA(A3:A9)

Q4. Write the functions or formulas for the following:

A B C D E F G
1 IT TEST SCORE CARD
2 ROLL NO. NAME PRACTICAL THEORY TOTAL TOTAL GRADE
(20) (30) (50) %
3 1 HEENA 18 6
4 2 AASHISH 17 8
5 3 SURBHI 20 9
6 4 HARRY 19 8
7 5 AMIT 18 9
8 MAX MARKS
9 AVERAGE
MARKS

a. Find the total marks of Surbhi.= C5+D5


b. Calculate the total percentage of Heena.= (E5/50)*100
c. Find the grade of each student by keeping simple rule in view i.e., students scored above 85%
must get A+ while those below this baseline must be given as B+.
=IF(F3>85, “ A+”, “B+”)
e. Find the maximum marks practical and theory in C8 and D8.
C8= MAX(C3:C7)
D8=MAX(D3:D7)
f. Calculate the average marks of both practical and theory in C9 and D9.
C9= AVERAGE(C3:C7)
D9=AVERAGE(D3:D7)
g. Count the number of students.= COUNT(A3:A7)
Q5. Write the functions or formulas for the following:

a. Calculate Area and Perimeter of a rectangle.


C3= A3*B3
D3= 2*(A3+B3)
b. Find Simple Interest and Amount.
D8= (A8*B8*C8)/100
E8 = D8+A8
c. Find Square and Cube of the given numbers.
B13 = A13*A13 OR B13 = A13^2
C13= A13*A13 *A13 OR C13= A13^ 3

Q6. FORMULAS - ARITHMATIC OPERATIONS

You might also like