136k views
14 votes
What will be the return value of =SUM({10;15;20;25;30})?

1 Answer

9 votes

Answer:

The return value is 100

Explanation:

Given


=SUM({10;15;20;25;30})

Required

Determine the return value

In Microsoft Office Excel, the sum of values is represented as:


=SUM({a_1;a_2;a_3;.....;a_n})

This is interpreted as:


SUM= a_1;a_2+a_3+.....+a_n

So, in the case of:


=SUM({10;15;20;25;30})

The return value is:


Value= 10 + 15+ 20 + 25 + 30


Value= 100

Hence, the return value is 100

User DaafVader
by
7.0k points