Summary
The SUM function
helping us to add individual values, selected range or mix of them including
selected individual cells.
Will learn with multiple examples:
|
Sr. No. |
Function
Type |
Action |
Result |
Remark |
|
1 |
Single Column |
=SUM(F2:F16) |
68995 |
The function adds the values available in
between and including F2 to F16. |
|
2 |
Single Row |
=SUM(E17:F17) |
2293445 |
The function adds the values available in
between and including E17 to F17. |
|
3 |
Multiple Columns |
=SUM(E2:E16,F2:F16) |
2293445 |
The function adds the values available in
between and including E2 to E16 and F2 to F16. |
|
4 |
Multiple Rows |
=SUM(E2:F2,E3:F3) |
4125 |
The function adds the values available in
between and including E2 to F2 and F2 to F3. |
Purpose
The SUM function
helping us to add individual values, selected range or a mix of them including
selected individual cells.
Arguments & Syntax
|
Arguments |
Meaning |
|
Number |
The
selected value, selected range or reference of a mix of the same is Number Maximum
255 numbers/range can be select in a single formula/function. |
Translation
So now we will start using a sample data table. This table contains Product purchase costing.
SUM function we can use to know the total for the selected range.
The selected range can be values, cells, range, or reference which can be rows, columns, or both.
Example:1
|
Sr. No. |
Argument |
Selected Range |
Result |
Remarks for Result |
|
1 |
Number |
=SUM(F2:F16) |
68995 |
Function adds the
values available in between and including F2 to F16. |
Example:2
|
Sr. No. |
Argument |
Selected Range |
Result |
Remarks for Result |
|
1 |
Number |
=SUM(E17:F17) |
2293445 |
Function adds the
values available in between and including E17 to F17. |
Example:3
|
Sr. No. |
Argument |
Selected Range |
Result |
Remarks for Result |
|
1 |
Number |
=SUM(E2:E16,F2:F16) |
2293445 |
Function adds the
values available in between and including E2 to E16 and F2 to F16. |
Example:4
|
Sr. No. |
Argument |
Selected Range |
Result |
Remarks for Result |
|
1 |
Number |
=SUM(E2:F2,E3:F3) |
4125 |
The function adds the values available in between and
including E2 to F2 and F2 to F3. |
Click here to download the
excel practice file.
Click here to open ASHVI CITY – Mr. Excel visualizes video basis learning
sessions on my
YouTube channel.
Function Return Value
The value is the total
of the selected range or reference.
Functions Used
= SUM(E2:F2,E3:F3)
|
Evaluation
Operator |
Meaning |
|
= |
Equal To |
Common Difficulties
Example for Error:
|
Sr. No |
Function Type |
Buy 1st Time (Column Name J) |
Buy 2nd Time (Column Name K) |
Result |
Action |
|
1 |
Individual
Cell selected |
Five |
10 |
#VALUE! |
=J15+K15 |
|
2 |
Range
Selected |
7 |
Five |
7 |
=SUM(J16:K16) |
|
3 |
Value in
Text Format |
5 |
5 |
0 |
0 |
|
ERROR |
Meaning of Error |
|
#Value! |
When range
contain any non-numeric (Text) value and individual cells selected. When range
contain any non-numeric (Text) value and a range (multiple cells at once)
selected, that particular cell will be ignored by the function. The example is given above. |
|
#REF |
It comes
when the selected cell, column, or range is deleted and formula not edited. |
|
Result is
zero |
The selected
range or reference is in text format so need to convert that into numbers or
general to use SUM function. |
Important Notes:
(1) While
function can select a maximum of 255 numbers.
(2) Text
formatted cells will be ignored by function while addition.
(3) Do
edit in function also when deleting any selected cell or range.
Are you are having any Question or
Comment? Hit me!

Comments
Post a Comment