Computer Science, asked by padellioncassis, 4 days ago

Whickh sum of the following is correct?
A)=SUM(A1:A10)
B)=SUM(A1-A10)
C)SUM (A1TOA10)
D)=SUM(A1:A10

Answers

Answered by tinalprajapati
1

Answer:

C ) Sum (A1TOA10)

Explanation:

the answer is a correct like or brainliest target for like 3 OK bro or brainliest

Answered by BrainlyProgrammer
5

\sf Topic: Spreadsheet

Answer:

OPTION A: =SUM(A1:A10)

Reason:

  • The syntax of Sum() is given below

SYNTAX: =Sum(startRange:stopRange)

  • where, startRange is the first cell from which addition is to be started, and
  • stopRange is the last cell.
  • The above statement "=SUM(A1:A10)" adds the values of cell A1 to A10

Some other mathematical functions in Spreadsheet

  1. =ABS() : returns absolute value
  2. =PRODUCT() : returns product of given cell range
  3. =SQRT(): returns square root

... and many more!

NOTE:

  • =SUM(A1,A10) will add value of A1 and A10 whereas =SUM(A1:A10) will add values of cell range A1 to A10.

Similar Previously Asked Question

https://brainly.in/question/39855361

Similar questions