Home > Topics > excel > body text

What is the name of the function for summation?

藏色散人
Release: 2023-01-13 00:41:19
Original
33112 people have browsed it

The function name for summation is sum. The syntax for using the sum function is "SUM(number1,[number2],...)", where the parameter number1 represents the first number to be added, and the parameter number2 Represents the second number to be added.

What is the name of the function for summation?

The operating environment of this article: Windows 7 system, Microsoft Office Excel 2010 version, Dell G3 computer.

Recommended: "Excel Tutorial"

The name of the sum function in Excel is sum. The SUM function will sum the values. You can add individual values, cell references, ranges, or a combination of all three.

Function syntax:

SUM(number1,[number2],...)
Copy after login

Parameters:

number1: The first number to be added. The number can be a number like 4, a cell reference like B6, or a cell range like B2:B8.

number2-255: This is the second number to be added. Up to 255 numbers can be specified this way.

Such as:

=SUM(A2:A10) 将单元格 A2:10中的值相加。
=SUM(A2:A10, C2:C10) 将单元格 A2:10以及单元格 C2: C10 中的值相加。
Copy after login

The above is the detailed content of What is the name of the function for summation?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Sum
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!