1.

Write the syntax of direct insert method SUM function?

Answer»

SUM is the most frequently used function to add a set of values.

The syntax of the SUM ( ) is 

= SUM (range 1; range 2; range 3 ……….. range n) If you want to know the sum of the values on A1, A2, A3, A4, A4 in A5, Place your cell pointer in A5 and directly type the formulae as follows. = SUM (A1 : A4)



Discussion

No Comment Found