Question : What is the formula for adding the value of cell A1, A2 and A3 ?
Option 1: SUM=(A1+A2+A3)
Option 2: SUM (A1,A2,A3)
Option 3: =SUM (A1:A3)
Option 4: None of above
Correct Answer: =SUM (A1:A3)
Solution : Following are the formula for adding the value of cell A1, A2 and A3 -
=SUM (A1:A3)
Hence the Correct answer is option 3.