Computer Applications
The class teacher asked Ravi to observe the following worksheet carefully, and answer the questions based on it:

(i) Identify the nature of formula in the cell E9.
(ii) Copy the formula applied in cell E9 to all the cells from E5 to E11.
(iii) Find the maximum and the minimum value among the cells E5 to E11.
(iv) Calculate the average of both Oral and Written marks.
Answer
(i) The formula in E9 is = AVERAGE (C9 : D9). It calculates the average of the marks in cells C9 and D9. It uses the AVERAGE() function.
(ii) When the formula is copied to cells from E5 to E11, the cell references adjust themselves relatively as follows:
E5 = AVERAGE (C5 : D5)
E6 = AVERAGE (C6 : D6)
E7 = AVERAGE (C7 : D7) and so on.
(iii) The maximum value can be calculated by using the formula =MAX(E5:E11). The maximum value is 93.
The minimum value can be calculated by using the formula =MIN(E5:E11). The minimum value is 66.5.
(iv) Ravi can use the formula =AVERAGE(C5:C11) in the cell C12 to calculate the average of Oral marks.
He can use the formula =AVERAGE(D5:D11) in the cell D12 to calculate the average of Written marks.

Related Questions
Suggest the Excel functions which can be used for the following:
(a) To calculate the average marks obtained by a student in SA1 assuming that his/her marks of individual subjects are given.
(b) To find the highest marks of Hindi in your class, if marks of all students are given.
(c) To calculate the quarterly sales of a sales executive, if the sales data of all months are given.
(d) To find out the minimum quoted tender rates submitted by various companies to the Govt. of India.
Mayur could not complete the assignment given by his teacher which is shown below. Help him to fill the blank cells marked with yellow colour.

Sahil has been given the hard copy of the following worksheet by his teacher.

His teacher has asked him to:
(i) Calculate the total percentage of each student.
(ii) Find the Grade of each student by keeping a simple rule in view, i.e., students scoring below 90% must get B+ while those above this baseline must be given an A+.
(iii) Also find the Maximum marks and calculate the average Marks of both Practical and Theory.