| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''SUM(n1,n2,n3...)'''</div><br/> | + | <div style="font-size:30px">'''SUM()'''</div><br/> |
| − | <div style="font-size:30px">'''ADD(n1,n2,n3...)'''</div><br/> | + | <div style="font-size:30px">'''ADD()'''</div><br/> |
| | | | |
| − | *where <math>n_1,n_2,n_3...</math> are the arguments for which to find the total. | + | *Parameters are any set of arguments for which to find the total. |
| | | | |
| | ==Description== | | ==Description== |
| Line 13: |
Line 13: |
| | *The arguments can be <math>+ve</math> or <math>-ve</math>. | | *The arguments can be <math>+ve</math> or <math>-ve</math>. |
| | *We can give any cell references like column or row number, logical values like true or false, an array, or a result from any other functions in Arguments. | | *We can give any cell references like column or row number, logical values like true or false, an array, or a result from any other functions in Arguments. |
| − | *We must give atleast one argument. i.e <math>n1</math> is required, and from <math>n2,n3...</math>it is optional. | + | *We must give at least one argument. i.e First parameter is required, and from second parameter are optional. |
| | *The arguments can be up to any number. | | *The arguments can be up to any number. |
| | *If the arguments is an array or reference, only the constants are considered. | | *If the arguments is an array or reference, only the constants are considered. |