50 Ms Excel Assignments PDF For Practice Free Download - 2
50 Ms Excel Assignments PDF For Practice Free Download - 2
Assignment -1
Use of Formulas Sum, Average, If, Count, Counta, Countif & Sumif
Roll No Student Name Hindi English Math Physics Chemistry Total Average Grade
1 RAM 20 10 14 18 15 77 15.4 A
2 ASHOK 21 12 14 12 18 ? ? ?
3 MANOJ 33 15 7 14 17 ? ? ?
4 RAJESH 15 14 8 16 20 ? ? ?
5 RANJANA 14 17 10 13 18 ? ? ?
6 POOJA 16 8 20 17 15 ? ? ?
7 MAHESH 18 19 3 10 14 ? ? ?
8 ASHUTOSH 19 20 7 14 18 ? ? ?
9 ANIL 22 13 8 12 19 ? ? ?
10 PREM 26 12 10 11 27 ? ? ?
1. Find the Total Number & Average in all Subjects for Each Student
o SUM Formula: =SUM(B2:F2) → Adds all subject marks for each student.
o AVERAGE Formula: =AVERAGE(B2:F2) → Finds the average marks of each student.
2. Find Grade Using IF Function
o IF Formula: =IF(G2>15, "A", "B") → If the average marks are greater than 15, assign "A",
otherwise assign "B".
3. Count How Many Students Have "A" and "B" Grade
o COUNTIF Formula: =COUNTIF(H2:H11, "A") → Counts the number of students with an "A" grade.
o =COUNTIF(H2:H11, "B") → Counts the number of students with a "B" grade.
4. Find Total Number and Average for Ashok and Manoj
o SUMIF Formula: =SUMIF(A2:A11, {"Ashok", "Manoj"}, G2:G11) → Adds up the total marks for
Ashok and Manoj.
o AVERAGE Formula: =AVERAGE(G2:G11) → Calculates the average.
5. Count How Many Students Are in the List
o COUNTA Formula: =COUNTA(A2:A11) → Counts all non-empty cells in the "Student Name"
column.
6. Find How Many Students Have Hindi & English Marks Greater Than 20 and Less Than 15
o COUNTIF Formula: =COUNTIF(B2:B11, ">20") + COUNTIF(C2:C11, "<15")
Page 1
Excellent Computer Education
Assignment -2
Use of Formulas - Product, If, Counta, Countif, Sumif
2 FRIDGE 2 ?
3 COOLER 1 ?
4 WASHING MACHINE 1 ?
5 TV 2 ?
6 FAN 2 ?
7 COMPUTER 2 ?
8 KEYBOARD 2 ?
9 MOUSE 1 ?
10 PRINTER 1 ?
Assignment -3
Use of Formulas - Sum, NestedIf, Counta, Countif, Sumif, Vlookup
Page 2
Excellent Computer Education
MATH ? ? ?
PHYSICS ? ? ?
CHEMISTRY ? ? ?
HISTORY ? ? ?
GEO ? ? ?
BIO ? ? ?
BOTANY ? ? ?
Page 3
Excellent Computer Education
3. Find the Post & Grade for Manoj & Ashish Using VLOOKUP
o VLOOKUP Formula: =VLOOKUP("Manoj", A2:E10, 3, FALSE)
4. Assign Salary Grades
o Nested IF Formula: =IF(F2>20000, "A", IF(F2>10000, "B", "C"))
5. Count How Many Employees Are Managers & Guards
o COUNTIF Formula: =COUNTIF(C2:C10, "Manager") + COUNTIF(C2:C10, "Guard")
SALESMAN JAN FEB MAR APR MAY JUNE SALES TARGET RESULT
NOT
RAMESH 200 100 7600 1 ACHIVED
5. Find Salesman Who Had Jan Sales of 2000 & Feb Sales of 2500
o LOOKUP Formula: =LOOKUP(2000, B2:B10, A2:A10)
Page 4
Excellent Computer Education
Assignment -6
Use of Formulas - Counta, Countif, Sumif, Hlookup, Conditional
Formatting
Page 5
Excellent Computer Education
Page 6