Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Basic Calculations | Basic Functions
Google Spreadsheets
course content

Contenido del Curso

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
Basic Calculations

  • Select the cell where you want to see the result;
  • Type an equals sign (=) — this signals to the spreadsheet that you are starting to write a formula;
  • Enter the numbers, cell references, or ranges you want to use;
  • Specify the operation (addition, subtraction, multiplication, etc.) or function;
  • Press Enter to see the result.

Using Elements in Formulas

  • Numbers: You can directly enter numbers. For example, the formula =5+3 will return the result 8;
  • Cell References: Refer to values in other cells. The formula =A2+B2 adds the values in cells A2 and B2;
  • Ranges: You can specify ranges of cells to use in calculations, like SUM(A1:A3);
  • Dates: Formulas support working with dates, including adding, subtracting, and converting them. For example, the formula =TODAY() returns the current date, and =A1+7 adds 7 days to the date in cell A1;
  • Functions: Use built-in functions to perform calculations, process text, analyze data, or work with logic. For example:
    • SUM(A1:A3) adds the values in the range;
    • IF(A1>10, "Large", "Small") checks a condition and returns one of two values;
    • YEAR(A1) extracts the year from the date in A1.

Automating Formula Updates

When you copy a formula to another cell:

  • Cell references in the formula automatically change to the corresponding new cells;
  • For example, if the formula =A2+B2 is in C2 and you drag it down, the formula in C3 will become =A3+B3.

Example Usage

Value (A)Value (B)FormulaResultExplanation
46=2+46Example of adding numbers directly.
-53=A2-A39Subtracting the value in A3 from A2.
31=A2-B43Subtracting the value in B4 from A2.
=SUM(3, 6, 8)17Sum of individual numbers.
=SUM(A2:B4)12Sum of all values in the range A2:B4.
=SUM(A2:A4,B2:B3)11Sum of values from ranges A2:A4 and B2:B3.
=SUM(A2,B2)10Summing two cells: A2 and B2.
=SUM(A3,B3)-2Summing two cells: A3 and B3.

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 6. Capítulo 1
We're sorry to hear that something went wrong. What happened?
some-alt