Don’t forget to share this post

Google Sheets is not only a powerful spreadsheet tool, but it's completely free to use. With an increasingly impressive list of tools, features, and add-ons, you can use Google Sheets to do practically anything: performing basic calculations or lookups, creating complex dashboards, or building custom apps using the API and the Google Apps Script add-on.

In this post, you will learn what Google Sheets is and how to use it. You will start with the basics you need to get started, including how to get Google Sheets, how to create your first spreadsheet, how to navigate google sheets, how to format cells, and how to switch to and from Microsoft Excel. Finally, you will learn about some of the more advanced features to help you get the most out of your data.

What is Google Sheets?

Google Sheets is a spreadsheet program included in the Google Docs Editors Suite, along with other free, web-based software like Google Docs, Google Slides, Google Forms, and Google Sites. While it offers similar functionality to Microsoft Excel, there are differences between the two regarding multiple aspects. To learn more about this topic, check out our post on the differences between Google Sheets and Excel.

How to Use Google Sheets: The Basics

Whether you’re completely new to spreadsheet software or you’re switching from another program, like Microsoft Excel, there are some things you need to know to get started.

How to Get Google Sheets?

The first thing you need to do is access Google Sheets. Since the program is web-based, you can access it from practically any device or browser, though Google Chrome allows you to use extra features, like working offline.

How to Use Google Sheets Ultimate Guide Access Sheets
How to Use Google Sheets (Ultimate Guide) - Access Sheets

How to Create Your First Spreadsheet?

Now that you know how to access Google Sheets, it's time to create a spreadsheet. From the main page, you can create a blank spreadsheet, use a free Google Sheets template, or open an existing file.

How to Use Google Sheets Ultimate Guide Create a Blank Spreadsheet
How to Use Google Sheets (Ultimate Guide) - Create a Blank Spreadsheet

How to Navigate Google Sheets?

Let's take a look at what’s on the spreadsheet editor and how to move around in it.

How to Use Google Sheets Ultimate Guide Title Location
How to Use Google Sheets (Ultimate Guide) - Title & Location

Toolbar

The toolbar provides quick access to frequently used features, including formatting.

How to Use Google Sheets Ultimate Guide Toolbar
How to Use Google Sheets (Ultimate Guide) - Toolbar

Using the menus, you can access all of Google Sheets’ features. Below, you can see the ‘Insert’ menu, where you can add cells, charts, functions, or any of the available objects.

How to Use Google Sheets Ultimate Guide Insert Menu
How to Use Google Sheets (Ultimate Guide) - Insert Menu

How to Format Cells?

You can format cells by using the toolbar or by accessing the ‘Format’ menu. The screenshot below shows the wide range of number formats available.

How to Use Google Sheets Ultimate Guide Format Menu
How to Use Google Sheets (Ultimate Guide) - Format Menu

To learn how to use more advanced formatting tools, check out our guide on How to Use Conditional Formatting in Google Sheets.

How to Filter & Sort Data Cells?

To quickly filter and sort your data, select one of the headers and go to Data > Create a filter.

How to Use Google Sheets Ultimate Guide Create Filter
How to Use Google Sheets (Ultimate Guide) - Create Filter

Click on any of the filter symbols to quickly sort, filter, or search the column’s data.

How to Use Google Sheets Ultimate Guide Sort Filter Search
How to Use Google Sheets (Ultimate Guide) - Sort Filter Search

To learn more about filtering data without affecting other users, check out this article on How to Create and Use Google Sheets Filter View.

How to Switch to and from Microsoft Excel?

Fortunately, it's easy to convert Microsoft Excel files to the Google Sheets format and vice versa. For step-by-step instructions on how to do this, see the articles below:

How To Share Only One Tab in Google Sheets
How To Share Only One Tab in Google Sheets

When sharing a Google Sheets spreadsheet Google usually tries to share the entire document. Here’s how to share only one tab instead.

READ MORE

Google Sheets Formulas

Google Sheets offers many built-in functions in a variety of areas: time/date, engineering, filter, financial, Google functions, information, logical, lookup, math, operator, statistical, text, database, parser, array, and web. However, you can also create your own formulas by typing them in directly or using Google Apps Script to write complex functions in Javascript.

To learn more about formulas in Google Sheets, check out our guide on 23 Must-Know Google Sheets Formulas.

How to Use Google Sheets Ultimate Guide Function List
How to Use Google Sheets (Ultimate Guide) - Function List
  1. 1. Whether you use a built-in function or write your own formula, you always start with the equal sign.
How to Use Google Sheets Ultimate Guide Equal Sign
How to Use Google Sheets (Ultimate Guide) - Equal Sign
  1. 2. For example, say you simply want to add one value to another. You can type the values directly into the formula:
How to Use Google Sheets Ultimate Guide Type Values
How to Use Google Sheets (Ultimate Guide) - Type Values
  1. 3. Press ‘Enter’ to get the result.
How to Use Google Sheets Ultimate Guide Result
How to Use Google Sheets (Ultimate Guide) - Result
  1. 4. However, you can also select the cells containing the values instead of typing them. This reduces the chances of errors and allows you to select the values quickly and avoid mistakes
How to Use Google Sheets Ultimate Guide Use Cell References
How to Use Google Sheets (Ultimate Guide) - Use Cell References
  1. 5. However, by using built-in functions, you can easily perform calculations on multiple values at the same time. For example, you can use SUM to add a whole column of values, as shown below.
How to Use Google Sheets Ultimate Guide SUM Function
How to Use Google Sheets (Ultimate Guide) - SUM Function
  1. 6. You can perform other operations just as quickly, like finding the average for the values we previously summed.
How to Use Google Sheets Ultimate Guide AVERAGE Function
How to Use Google Sheets (Ultimate Guide) - AVERAGE Function
  1. 7. Finally, let’s get the count of values in our column.
How to Use Google Sheets Ultimate Guide COUNT Function
How to Use Google Sheets (Ultimate Guide) - COUNT Function
  1. 8. That’s it. In just a few seconds, you have the sum, average, and count of the values in that column.
How to Use Google Sheets Ultimate Guide Results
How to Use Google Sheets (Ultimate Guide) - Results
How to Password Protect a Google Sheet
How to Password-Protect a Google Sheet?

If you work with important data in Google Sheets, you probably want an extra layer of protection. Here's how you can password protect a Google Sheet

READ MORE

Google Sheets for Collaboration

One of the benefits of using a web-based spreadsheet like Google Sheets is improved collaboration and sharing. You can share the spreadsheet or parts of it, manage permissions, make and respond to comments, and view all changes and their authors for all versions of the Google Sheet.

How to Use Google Sheets Ultimate Guide Collaboration Quick Access
How to Use Google Sheets (Ultimate Guide) - Collaboration Quick Access

To learn more about collaboration and sharing in Google Sheets and protecting your spreadsheets by setting up the proper security permissions during the process, check out the guides below:

Google Sheets Sharing and Collaboration Guides

Google Sheets Security and Permissions Guides

Google Sheets Shortcuts

If you like to use shortcuts, you can access the list of Google Sheets keyboard shortcuts by going to Help > Keyboard shortcuts.

How to Use Google Sheets Ultimate Guide Keyboard Shortcuts
How to Use Google Sheets (Ultimate Guide) - Keyboard Shortcuts

Extend Google Sheets’ Functionality

Once you’ve mastered the basics, you may be interested in extending Google Sheets’ functionality. Fortunately, Google Sheets provides advanced tools that allow you to build on its basic functionality.

Macros

You can automate simple, repetitive tasks in Google Sheets by creating Macros. These macros record your actions within Google Sheets and automatically generate the JavaScript code required to repeat those actions. Therefore, you don’t need to know anything about JavaScript to record and run Macros. However, if you are familiar with JavaScript, you may want to consider using Google Apps Script.

How to Use Google Sheets Ultimate Guide Extensions Macros
How to Use Google Sheets (Ultimate Guide) - Extensions Macros

To learn more about using Macros in Google Sheets, check out this post on Google Sheets Macros: Enable, Create & Use Them.

Google Apps Script

If you’re familiar with JavaScript or open to learning it, Google Apps Script opens a whole new world of possibilities. You can easily create functions and apps using the many libraries available. These include all the elements of Google Sheets, as well as other Google apps and services. To learn more about Google Apps Script, check out our guide on Google Apps Script Tutorial with Google Sheets.

How to Use Google Sheets Ultimate Guide Google Apps Script
How to Use Google Sheets (Ultimate Guide) - Google Apps Script

Google Sheets API

The Google Sheets API allows you to manipulate Sheets data from outside Google Sheets. You can manipulate it programmatically using your preferred programming language or through any app or platform that lets you connect to an API. This allows you to use your Google Sheets spreadsheets as databases. To learn more about this topic, read this article on Google Sheets API: What It Is and How to Use It.

Google Sheets Add-Ons & Integrations

In addition to all the tools already mentioned, you can always extend functionality further by adding any of the numerous add-ons available for Google Sheets.

For the top add-ons and integrations, check out our list of the 11 Must-Have Google Sheets Add-ons. Also, below, you can find guides on how to use some of the most popular Google Sheets add-ons.

Conclusion

If you're looking for a spreadsheet program, Google Sheets is a great choice. It’s free, web-based for easier collaboration, features an increasingly long list of tools, features, functions, and add-ons, and it's easy to build on using Google Apps Script or the API. It's up to you whether you want to use it to perform simple calculations or build complex apps.

You now know what Google Sheets is and the basics to get you started: how to get Google Sheets, create a spreadsheet, navigate the interface, switch to and from Excel, format cells, and filter and sort data. You also know about some of its more advanced features like formulas, shortcuts, and collaboration.

You also know about features that can greatly extend the functionality of your spreadsheets, like the Google Sheets API, Google Apps Script, and numerous add-ons. To learn even more about Google Sheets, check out these in-depth guides below.

Google Sheets Data Import Guides

Google Sheets Data Editing Guides

Google Sheets Data Analysis Guides

Hady ElHady
Hady is Content Lead at Layer.

Hady has a passion for tech, marketing, and spreadsheets. Besides his Computer Science degree, he has vast experience in developing, launching, and scaling content marketing processes at SaaS startups.

Originally published Jan 18 2023, Updated Jun 26 2023