Catalog

Google Sheets function list- Complete Guide

August 7, 2023 3.7K views

In the world of spreadsheets, Google Sheets function formulas are essential for performing complex calculations, data manipulation, and automation. However, many people struggle to understand these formulas and need a comprehensive guide to overcome the challenges they face. This guide aims to provide a solution by introducing Google Sheets functions and common formulas, offering an overview, examples, syntax explanations, and practical usage scenarios. By delving into this guide, readers can gain the knowledge and confidence to effectively utilize Google Sheets' function formulas and unlock its full potential for their data-related tasks.

Part 1. 13 Essential Google Sheets Formulas and How to Use them

Google sheet logo


In this section, we will explore 13 essential Google Sheets formulas that are vital for data manipulation and analysis. From the basic SUM formula for adding values to the versatile VLOOKUP formula for searching and retrieving data, each formula will be explained with clear instructions and practical examples. By mastering these essential formulas, you'll be equipped to optimize your workflow and make the most of Google Sheets' powerful features.. Here are a few examples:

1. SUM: 

Adds the values within a range of cells.

Sum Essential


  1. Choose the cell in which the sum should appear.

  2. Select the range of cells you want to add, then type “=SUM(“.

  3. Close the parentheses and press Enter.

2. VLOOKUP:

Calculates the sum of two values and outputs the result.

Vlookup Essential



  1. Choose the cell in which the lookup result should be displayed.

  2. Type "=VLOOKUP(" and provide the lookup value, the range to search in, the column index for the result, and whether to find an exact match or approximate match.

  3. Close the parentheses and press Enter.

3. AVERAGE: 

Calculates the average of a range of cells.

Average Essential


  1. Choose the cell in which the average should appear.

  2. Type "=AVERAGE(" and then select the range of cells you want to average.

  3. Close the parentheses and press Enter.

4. COUNT: 

Counts the number of cells with numerical values.

Count Essential


  1. Choose the cell in which the count should display.

  2. Select the range of cells you wish to count after typing “=COUNT(“.

  3. Close the parentheses and press Enter.

5. MIN: 

Determines the minimum value in a range.

Min Essential


  1. Choose the cell in which the minimum value should be displayed.

  2. Type "=MIN(" and then select the range of cells you want to find the minimum from.

  3. Close the parentheses and press Enter.

6. MAX: 

Finds the maximum value in a range.

Max Essential


  1. Pick the cell that should show the highest value.

  2. Type "=MAX(" and then select the range of cells you want to find the maximum from.

  3. Close the parentheses and press Enter.

7. IF: 

Performs conditional evaluations and returns different results based on the condition.

If Essential


  1. Select the cell where you want the result of the IF statement to appear.

  2. Type "=IF(" and provide the condition to check, the value if true, and the value if false.

  3. Close the parentheses and press Enter.

8. CONCATENATE: 

Combines text strings from multiple cells into one.

Concatenate Essential


  1. Select the cell where you want the concatenated text to appear.

  2. Type "=CONCATENATE(" and then provide the text or cell references you want to join together.

  3. Close the parentheses and press Enter.

9. DATE: 

Creates a date value based on the provided year, month, and day.

Date Essential


  1. Select the cell where you want the date to appear.

  2. Type "=DATE(" and provide the year, month, and day as separate arguments or cell references.

  3. Close the parentheses and press Enter.

10. TODAY: Retrieves the current date.

Today Essential


  1. Choose the cell that will contain the current date.

  2. Type "=TODAY()".

  3. Press Enter.

11. MID: 

The MID function allows you to extract a specified number of characters from a text string, starting from a specified position. It is useful when you want to extract a specific segment of text within a larger string.

Mid Essential


  1. Select the cell where you want the extracted text to appear.

  2. Type "=MID(" and provide the cell reference or text, the starting position, and the number of characters to extract.

  3. Close the parentheses and press Enter.

12. LEFT: 

The LEFT function extracts a specified number of characters from the beginning (left) of a text string.

Left Essential


  1. Select the cell where you want the left portion of text to appear.

  2. Type "=LEFT(" and provide the cell reference or text and the number of characters to extract from the left.

  3. Close the parentheses and press Enter.

13. RIGHT:

 The RIGHT function extracts a specified number of characters from the end (right) of a text string.

Right Essential


  1. Select the cell where you want the right portion of text to appear.

  2. Type "=RIGHT(" and provide the cell reference or text and the number of characters to extract from the right.

  3. Close the parentheses and press Enter.

By mastering these formulas, you can streamline your data analysis, automate calculations, and gain valuable insights. Practice and experimentation will further enhance your proficiency with Google Sheets formulas.

Part 2. Alternative to google sheets -WPS Spreadsheet

WPS Spreadsheet


WPS Spreadsheet serves as an excellent alternative to Google Sheets, offering a range of features and functionalities that enhance your productivity and data management. Here's a brief introduction to WPS Spreadsheet and its key functions:

  1. Free and Comprehensive Editing: WPS is a free software that allows you to edit Word, Excel, and PowerPoint files without any subscription fees. With WPS, you can seamlessly work on documents, spreadsheets, and presentations, providing a complete office suite solution.

  2. Convenient PDF Function: WPS goes beyond traditional spreadsheet software by offering a dedicated PDF function. Once you download and install WPS, you gain access to membership benefits, including the ability to convert various PDF documents effortlessly.

  3. Formula Mastery with Free Tutorials: WPS Spreadsheet understands the importance of formulas in data analysis. That's why it provides free tutorials that guide you in mastering formulas, enabling you to perform complex calculations and unlock deeper insights from your data.

Experience the power of WPS Spreadsheet as it combines the convenience of free editing, versatile PDF capabilities, and valuable formula tutorials. Embrace an alternative solution that empowers your data-driven endeavors.

With WPS Spreadsheet, you have access to a powerful and versatile toolset that enables seamless editing of different file formats, including PDFs. Additionally, the availability of free tutorials ensures that you can expand your knowledge and proficiency in using formulas within WPS Spreadsheet.

Discover the capabilities of WPS Spreadsheet and experience a user-friendly and feature-rich alternative to Google Sheets.

Trustpilotstars4.8
WPS Office- Free All-in-One Office Suite
  • Use Word, Excel, and PPT for FREE, No Ads.

  • Edit PDF files with the powerful PDF toolkit.

  • Microsoft-like interface. Easy to learn. 100% Compatibility.

  • Boost your productivity with WPS's abundant free Word, Excel, PPT, and CV templates.

5,820,008 User
avator
Algirdas Jasaitis

FAQs  About google sheets formulas

Q1: What are the main formulas of Google Sheets?

The main formulas of Google Sheets include SUM, AVERAGE, COUNT, MAX, MIN, VLOOKUP, IF, CONCATENATE, DATE, and TODAY. These formulas help perform calculations, search for data, combine text, and work with dates.

Q2: How do you use Google sheet functions?

To use Google Sheets functions, start with an equal sign (=) followed by the function name and its arguments. Provide the necessary inputs, such as cell references or values, within parentheses. Press Enter to get the result.

Q3: What is unique formula in Google Sheets?

The UNIQUE formula extracts unique values from a range or array in Google Sheets. Simply type "=UNIQUE(" followed by the range or array, close the parentheses, and press Enter. The cell will display the distinct values, removing any duplicates.

Google Sheets formulas are essential for data manipulation, analysis, and automation.

Conclusion

In conclusion, this article provided an overview of 13 essential Google Sheets formulas, equipping users with the knowledge to manipulate and analyze data effectively. Additionally, the article emphasized the benefits of using WPS Office as an alternative to Google Sheets, highlighting its free editing capabilities for Word, Excel, and PowerPoint files, as well as its PDF function and helpful tutorials. By incorporating these formulas and considering WPS Office, users can enhance their data management and productivity in various contexts.


15 years of office industry experience, tech lover and copywriter. Follow me for product reviews, comparisons, and recommendations for new apps and software.