10.1 Using Common Functions in Google Sheets

Spreadsheets, like Google Sheets, are powerful tools for organizing data, financial analysis, project planning, and much more. One of the most powerful features of Google Sheets is its ability to use functions to perform calculations and data manipulations. In this chapter, we'll explore some of the most common and useful functions that you can start using today to make your spreadsheets more dynamic and informative.

Introduction to Basic Functions

Before we dive into specific functions, it's important to understand what functions are in the context of a spreadsheet. A function is a predefined formula that performs calculations using specific values, called arguments, in a particular order. Functions can simplify calculation tasks in your spreadsheet, reducing the need to enter complicated calculations manually.

In Google Sheets, functions are inserted into the cell where you want the result to appear. All functions begin with the equals sign (=), followed by the function name, an opening parenthesis, the arguments to the function separated by commas, and a closing parenthesis. For example, the sum function is entered as =SUM(A1:A10), which sums all values ​​in the range A1 to A10.

SUM function

The SUM function is one of the most basic and frequently used in Google Sheets. As the name suggests, it sums the numeric values ​​in a range of cells. For example, if you have a range of cells with daily sales values ​​and want to calculate total sales, you can use the function =SUM(B2:B31) to add the values ​​from cells B2 to B31.

AVERAGE function

The AVERAGE function is used to find the average value of a set of numbers. This is particularly useful for analyzing data sets such as average sales per day, student grades, or any other set of numerical values. The function is used as follows: =AVERAGE(C2:C10), which will calculate the average of the values ​​in cells C2 to C10.

NUMCOUNT function

To count the number of cells that contain numbers in a range, you can use the COUNTNUM function. This can be useful for determining how many items in a list have associated numeric values. The function looks like this: =NUMCOUNT(D2:D20), and it will count how many cells in the range D2 to D20 contain numbers.

MAXIMUM and MINIMUM function

When you need to identify the largest or smallest value in a set of data, the MAX and MINIMUM functions are your allies. They are used to find the maximum and minimum value in a range, respectively. For example, =MAXIMUM(E2:E50) will find the largest number in the range E2 to E50, while =MINIMUM(E2:E50) will find the smallest one.

IF function

The IF function is one of the most versatile functions in Google Sheets. It allows you to make a logical comparison between a value and what you expect, and then returns one result if that comparison is true, and another result if it is false. The basic syntax is =IF(logical_test; value_if_true; value_if_false). For example, to check whether a student passed based on their grade, you could use =IF(F2>=60; "Pass"; "Fail").

VLOOKUP function

The VLOOKUP function is incredibly useful for looking up a value in one column and returning a corresponding value in another column. The syntax for the VLOOKUP function is =VLOOKUP(lookup_value; range; column_index; [lookup_range]). For example, if you wanted to find the price of a product based on its code, you would use something like =VLOOKUP(G2; A2:B10; 2; FALSE), where G2 is the product code , A2:B10 is the range where the data is located, 2 is the column with product prices, and FALSE specifies that you want an exact match.

Conclusion

These are just some of the basic functions available in Google Sheets. By mastering these functions, you can start transforming your raw data into useful, actionable information. Practice using these functions and explore how they can be combined to solve complex problems in your spreadsheets. Keep in mind that Google Sheets also has a vast library of more advanced functions, ready to explore as you become more comfortable with these basics.

Over time, you will discover that functions are an essential part of working with spreadsheets and can save time, reduce errors, and increase the efficiency of your work processes. So start trying it out today and see how Google Sheets can help you analyse.isate and present your data more effectively!

Now answer the exercise about the content:

Which of the following correctly describes the "IF" function in Google Sheets?

You are right! Congratulations, now go to the next page

You missed! Try again.

Article image Using common functions (SUM, AVERAGE, etc.): Using the SUM function

Next page of the Free Ebook:

23Using common functions (SUM, AVERAGE, etc.): Using the SUM function

4 minutes

Obtenez votre certificat pour ce cours gratuitement ! en téléchargeant lapplication Cursa et en lisant lebook qui sy trouve. Disponible sur Google Play ou App Store !

Get it on Google Play Get it on App Store

+ 6.5 million
students

Free and Valid
Certificate with QR Code

48 thousand free
exercises

4.8/5 rating in
app stores

Free courses in
video, audio and text