Computer Science, asked by paljaggi15, 3 days ago

a) Write the formula in F2 to calculate the total marks scored by Ankit. b) Write the formula in G2 to calculate the average scored by Ankit.

e) Write the formula in C7 to find out the highest score obtained for Science.

d) Write the cell range to find out the lowest score obtained for Hindi.

e) Write a formula to count number of cells having numerical value.​

Attachments:

Answers

Answered by nikhilgupta060707
0

Answer:

a) =SUM(B2:E2)

b) =MAX(C2:C6)

c) E2 : E6

d) =COUNT(B2:E6)

Similar questions