10.11. Using Common Functions and Rounding Functions in Google Sheets

Spreadsheets, like Google Sheets, are incredibly powerful tools for data management and numerical analysis. One of the most useful features of spreadsheets are the built-in functions, which allow you to perform complex calculations and data manipulation efficiently and accurately. In this chapter, we will explore some of the most common functions, such as SUM and AVERAGE, as well as rounding functions, such as ROUND, ROUND.UP and ROUND.DOWN.

Common Functions

Common functions are the basic tools of any data analysis. They allow you to perform simple mathematical operations with data sets. Let's start with some of the most used:

  • SUM: The SUM function is used to add all the numbers in a range of cells. For example, =SUM(A1:A10) adds all numbers from cell A1 to A10.
  • AVERAGE: The AVERAGE function calculates the arithmetic mean of the numbers in a range of cells. For example, =AVERAGE(A1:A10) will calculate the average of the values ​​from A1 to A10.
  • NUMBER COUNT: This function counts how many numbers there are in a range of cells. For example, =NUMCOUNT(A1:A10) will return the number of cells that contain numbers in the range A1 to A10.
  • MAX and MIN: MAX returns the largest number in a range of cells, while MIN returns the smaller. For example, =MAX(A1:A10) and =MIN(A1:A10) respectively return the largest and smallest value in the range A1 to A10. li>

These functions are the basis for any type of data analysis and are extremely simple to use. Additionally, they can be combined with other functions to create more complex and powerful formulas.

Rounding Functions

Rounding is a common mathematical operation in many business and academic contexts, especially when working with decimal numbers. Google Sheets offers several rounding functions to handle different needs:

  • ROUND: This function rounds a number to a specified number of digits. For example, =ROUND(2,567; 2) will round the number 2,567 to two decimal places, resulting in 2.57.
  • ROUND.UP: This function rounds a number up, away from zero, to the nearest whole number, or to a specified number of decimal places. For example, =ROUND.UP(2.567; 2) will result in 2.57, while =ROUND.UP(2.561; 2) will result in 2.57 as well, since rounds up regardless of the third digit after the decimal point.
  • ROUND.DOWN: As the name suggests, this function rounds a number down, toward zero, to the nearest whole number, or to a specified number of decimal places. For example, =ROUND.DOWN(2.567; 2) will result in 2.56.

These rounding functions are extremely useful when you need to standardize the precision of numbers in your spreadsheet, whether for financial reporting, statistical analysis, or any other application that requires consistency in numerical data.

Practical Application of Rounding Functions

Let's imagine a scenario where you are preparing a financial report and need to round all values ​​to two decimal places. You would have a column of numbers with multiple decimal places and use the ROUND function to normalize all the values. The formula would be applied to each cell as follows:

=ROUND(B2; 2)

Where B2 is the cell with the original value. When dragging the formula to the other cells in the column, all values ​​would be rounded to two decimal places.

In another example, if you are working with pricing and want to ensure that all values ​​are rounded up to the nearest whole number, you would use the ROUND.UP function. This can be common in scenarios where prices cannot be split, such as on price tags in a store:

=ROUND.UP(B2; 0)

Here, the second argument is zero, which means you are rounding to the nearest integer.

Finally, if for some reason you need to round values ​​down, perhaps to provide conservative estimates in a budget, you would use the ROUND.DOWN function:

=ROUND.DOWN(B2; 2)

Again, the ssecond argument indicates the number of decimal places you are rounding to.

Conclusion

Mastering common functions and rounding functions in Google Sheets is essential for anyone working with numerical data. Whether to perform basic analysis with functions such as SUM and AVERAGE, or to ensure data accuracy with rounding functions such as ROUND, ROUND.UP and ROUND.DOWN, these tools offer incredible power to manipulate and present data effectively. With practice and application of these functions, you can take your data analysis skills to the next level and create more professional and reliable spreadsheets.

Now answer the exercise about the content:

Which of the following statements about rounding functions in Google Sheets is correct?

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

You missed! Try again.

Article image Use of common functions (SUM, AVERAGE, etc.): Manipulation of texts with functions such as LEFT, RIGHT and EXT.TEXT

Next page of the Free Ebook:

33Use of common functions (SUM, AVERAGE, etc.): Manipulation of texts with functions such as LEFT, RIGHT and EXT.TEXT

5 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