Answer this computer question
Attachments:
![](https://hi-static.z-dn.net/files/d8d/7bc87f19428add41195075c6d1ad8819.jpg)
Answers
Answered by
2
Answer:
To Find the total marks of RollNo 1, type the formula given below.
= 45+78+90
Assume the cell address given in the attachment,
= SUM(B2 : D2)
To find the maximum marks of Column EngMarks, write the formula given below,
= MAX(45,67,67)
or, if cell address is known,
= MAX(B2 : B4)
Explanation:
- To find sum of numbers, the SUM() function is used.
- Syntax: =SUM(Range) or =SUM(number1, number2,..)
- To find maximum of given numbers, the MAX() function is used.
- Syntax; =MAX(Range) or =MAX(number1, number2,...)
See the attachment.
Attachments:
![](https://hi-static.z-dn.net/files/dc1/798c6407034e2101ab60e850ace2393e.jpg)
Similar questions
Math,
2 months ago
Social Sciences,
2 months ago
Math,
5 months ago
English,
5 months ago
English,
1 year ago