10.5. Using Common Functions: Applying the MAXIMUM Function to Find the Largest Value

Spreadsheets, such as Google Sheets, are powerful tools that allow users to perform a wide range of data operations, from simple calculations to complex analyses. Among the most used features in spreadsheets are functions, which are predefined formulas that perform specific calculations. In this chapter, we will explore the MAX function, one of the basic yet essential functions for handling data in Google Sheets.

Understanding the MAXIMUM Function

The MAX function is used to find the largest numerical value in a set of data. The function syntax is quite simple:

=MAXIMUM(range)

Where "range" represents the set of cells that contain the data for which you want to find the maximum value.

Applying the MAXIMUM Function

To illustrate how the MAX function works, let's consider a practical example. Imagine that you have a spreadsheet with the following monthly sales data for a store:

Month Sales (in dollars)
January 5000
February 6200
March 5800

To find the month with the highest sales value, you would use the MAXIMUM function as follows:

=MAXIMUM(B2:B13)

Assuming sales values ​​are listed from B2 to B13. The result of this function would be the highest value found in the specified range, which, in this case, would correspond to the month with the highest sales.

Important Details When Using the MAXIMUM Function

There are a few important details you should keep in mind when using the MAX function in Google Sheets:

  • Ignoring Text and Empty Cells: The MAX function automatically ignores cells that contain text or are empty. Therefore, if the selected range contains such cells, they will not affect the result of the function.
  • Negative Values: The MAXIMUM function also considers negative values. If the range contains negative numbers, the largest value will be the number closest to zero, unless all numbers are negative, in which case the largest negative value will be returned.
  • Using Multiple Ranges: The MAX function allows you to specify more than one range or a combination of ranges and individual numbers. For example: =MAX(B2:B13, D2:D13, 7000) would include two cell ranges and an additional number (7000) in the search for the maximum value.

Advanced Examples of Using the MAXIMUM Function

The MAX function can be combined with other Google Sheets functions and features to perform more complex analyses. For example:

  • Finding the Largest Value with Conditions: Sometimes you may want to find the largest value that meets certain conditions. To do this, you can use the MAX function in conjunction with the IF function. For example, to find the highest sales value that occurred in the first quarter, you would use a formula like: =MAX(IF(A2:A13<="March", B2:B13)), and you would need to press Ctrl+Shift+Enter for it to be calculated as an array formula.
  • Using MAX with Other Statistical Functions: You may want to know not only the largest value, but also how it compares to other statistical indicators, such as the mean. In this case, you can use the MAX function together with the AVERAGE function to get a more complete view of sales performance.

Tips and Tricks

When you're working with large data sets, finding the largest value may just be the first step. Here are some tips for getting the most out of the MAXIMUM function:

  • Highlight Largest Value: You can use conditional formatting to automatically highlight the largest value in a range of cells. This can help you quickly visualize where your data peaks.
  • Combining with Other Functions: For additional insights, consider using the MAX function with other functions such as INDEX and MATCH to not only find the largest value but also identify other data related to that value, such as the date or the name of the product associated with it.

Conclusion

The MAX function is a simple but extremely useful tool in Google Sheets that can help you quickly analyze your data and make informed decisions. By understanding how to apply this function and combining it with other Google Sheets features, you can significantly increase the effectiveness of your data analysis.

Be youWhether a business professional, a student, or someone who manages personal data, mastering the MAXIMUM function is a fundamental step in advanced spreadsheet use. Practice using this function with different types of data and in different scenarios to become proficient in its application and discover the true potential that spreadsheets have to offer.

Now answer the exercise about the content:

Which of the following statements about the MAX function in Google Sheets is true?

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

You missed! Try again.

Article image Using common functions (SUM, AVERAGE, etc.): Finding the smallest value with the MINIMUM function

Next page of the Free Ebook:

27Using common functions (SUM, AVERAGE, etc.): Finding the smallest value with the MINIMUM function

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