Computer Science, asked by prakharsoni538, 5 months ago

In MS-Excel, if the cells A1, A2 and A3 contain values 2, 3, 4 respectively, what will be the result if formula is given in cell A5 as =Sum(A1,A2,A3)?​

Answers

Answered by renubaipl
1

Answer:

The value of all three cells will get added up

Like this,

=Sum(2,3,4) = 9

Similar questions