Computer Science, asked by aaiithink, 8 days ago

answer this computer question.​

Attachments:

Answers

Answered by Anonymous
83

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,...)

Attachments:
Similar questions