0% found this document useful (0 votes)
8 views1 page

Questions

The document outlines a series of tasks for managing student marks across five subjects for 20 students. It includes calculations for total marks, average marks, maximum and minimum marks, ranking students, assigning grades based on average scores, and utilizing VLOOKUP and HLOOKUP functions for data retrieval. Additionally, it specifies the application of conditional formatting to visually represent grades.

Uploaded by

Ajanthu Ajanth
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)
8 views1 page

Questions

The document outlines a series of tasks for managing student marks across five subjects for 20 students. It includes calculations for total marks, average marks, maximum and minimum marks, ranking students, assigning grades based on average scores, and utilizing VLOOKUP and HLOOKUP functions for data retrieval. Additionally, it specifies the application of conditional formatting to visually represent grades.

Uploaded by

Ajanthu Ajanth
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/ 1

Questions

1. Enter marks for 20 students in 5 subjects: Maths, English, Science, History, ICT.

2. Calculate the Total marks for each student using the SUM function.

3. Calculate the Average marks using the AVERAGE function.

4. Find the Maximum and Minimum marks of each student using MAX and MIN.

5. Assign Ranks to all students based on their Total marks using the RANK function.

6. Assign Grades using the following logic with IF function:


- A: Average >= 75 and < 85
- B: Average >= 65 and < 75
- C: Average >= 50 and < 65
- S: Average >= 35 and < 50
- W: Average < 35 (Fail)
7. Use VLOOKUP to find the Total or Grade of a specific student by name.

8. Use HLOOKUP to find marks in a particular subject across all students.

9. Apply Conditional Formatting to Grades column:


- A: Light Green
- B: Light Blue
- C: Yellow
- S: Orange
- W: Red

You might also like