Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Arithmetic Functions | Basic Functions
Google Spreadsheets
course content

Зміст курсу

Google Spreadsheets

Google Spreadsheets

1. Introduction to Google Sheets
2. Formatting of Cells and Ranges
3. Advanced Formatting of Cells
4. Sorting, Filtering and Cleaning Data
5. Creating Charts
6. Basic Functions
7. Logical Functions
8. Collaboration and Security

book
Arithmetic Functions

Addition is an operation that allows you to find the total sum of two or more numbers. You can use the addition operator + or the SUM function.

Syntax and Examples

value1 + value2

SUM(value1, value2,...value2, ...)

  • value1 - The first value or range to be considered in the summation.
    • value2, ... - OPTIONAL - Additional values or ranges to include in the summation.
Value (A)FormulaResultComment
5A2 + A3 + A430Returns the sum of values in A2, A3, and A4 using the + operator.
10SUM(A2:A3)15Returns the sum of values in the range A2:A3.
15SUM(A2:A4)30Returns the sum of values in the range A2:A4.

Subtracting

Subtraction is an operation that allows you to find the difference between two numbers. Simply use the subtraction operator -.

Syntax and Examples

value1 - value2

Value (A)FormulaResultComment
5A2 - A3-5Returns the difference between values in A2 and A3.
10A3 - A4 - A2-10Returns the difference of values in A3, A4, and A2.
15A4 - A210Returns the difference between values in A4 and A2.

Using Multiplication and PRODUCT Function

Multiplication is an operation that allows you to find the product of two or more numbers. You can use the multiplication operator * or the PRODUCT function.

Syntax and Examples

value1 * value2

PRODUCT(value1, value2,...value2, ...)

  • value1 - The first value or range to be considered in the product calculation.
  • value2, ... - OPTIONAL - Additional values or ranges to include in the product calculation.
Value (F)FormulaResultComment
-3F2 * F315Returns the product of F2 (-5) and F3 (-3), which equals 15.
-5F3 * F4-10Returns the product of F3 (-2) and F4 (5), which equals -10.
2F2 * F3 * F430Returns the product of F2 (-5), F3 (-3), and F4 (2), which equals 30.

Dividing

Division is an operation that allows you to find the quotient of two numbers. Use the division operator /.

Syntax and Examples

value1 / value2

Value (F)FormulaResultComment
-3F2 / F30.6Returns the quotient of F2 (-5) and F3 (-10), which equals 0.5.
-5F3 / F4-2.5Returns the quotient of F3 (-10) and F4 (5), which equals -2.
2F2 / F3 / F40.3Returns the quotient of F2 (-5), F3 (-10), and F4 (5), which equals 0.2.

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 6. Розділ 2
We're sorry to hear that something went wrong. What happened?
some-alt