excel question paper
excel question paper
Class-VI
Mark-20
Time :30 min
1) You are given the following data for 6 students, with their marks in 5 subjects:
I. Calculate the total marks for each student (sum of marks in all 5 subjects).
II. Calculate the average marks for each student (total marks divided by 5).
III. Find the highest mark achieved by any student in each subject (for each column). # max()
IV. Find the lowest mark achieved by any student in each subject (for each column). #min()
V. Based on the total marks, calculate the rank of each student. The student with the highest
total gets rank 1.
(=RANK(number, ref, [order]) ) (=RANK(B3, B2:B7, 0))