Appearance
How to Use Google Sheets: The Basics
Applies to: Google Sheets, Google Workspace
Article Type: How-To
Last Updated: 2026-07-10
Summary
Google Sheets is a powerful, cloud-based alternative to Microsoft Excel. While power users might notice the absence of complex VBA macros, Google Sheets handles 99% of daily business math with ease. Plus, multiple people can edit the exact same spreadsheet simultaneously without locking each other out. This guide covers the essentials of getting started.
Prerequisites
- You must be signed into your company Google account.
- You must have an active internet connection to create a new sheet.
Instructions
1. Creating a New Sheet
- Open your web browser (Google Chrome is recommended).
- Go to
sheets.google.com. - Click the large + (Blank) button at the top to start a new spreadsheet.
- Pro Shortcut: Open a new browser tab and type
sheet.newto instantly generate a blank spreadsheet. - Click Untitled spreadsheet in the top-left corner and type a name for your file. It saves automatically to Google Drive.
2. Freezing Rows and Columns
If you have a massive list of data, you want the "Header" row (e.g., Name, Date, Amount) to stay visible as you scroll down.
- Click on View in the top menu.
- Hover over Freeze.
- Select 1 row (to freeze the top row) or 1 column (to freeze the far-left column).
- Visual Shortcut: Look at the empty gray square in the very top-left corner of the grid (above row 1 and left of column A). It has thick gray borders. You can click and drag that thick gray border down to instantly freeze rows.
3. Basic Formulas (Autosum)
Formulas in Google Sheets work exactly the same way they do in Microsoft Excel.
- Click on the empty cell directly below a column of numbers.
- Type
=SUM( - Click and drag your mouse over the numbers you want to add together.
- Press Enter.
- Smart Fill: Google Sheets has built-in AI. Often, when you start typing a formula, a gray box will appear predicting what you are trying to calculate. You can press Tab to accept the suggestion.
4. Sorting and Filtering Data
If you want to sort a list alphabetically without messing up the data, you should use a Filter.
- Click any single cell inside your data set.
- Click Data in the top menu.
- Select Create a filter.
- Small green funnel icons will appear at the top of every column.
- Click the funnel icon on the "Last Name" column, and select Sort A → Z. The entire spreadsheet will reorganize itself safely.
5. Sharing the Sheet
- Click the large green Share button in the top-right corner.
- Type the name of a coworker.
- Choose if they should be a Viewer (read-only) or an Editor (can change data).
- Click Send.
Troubleshooting
| Symptom / Error | Potential Cause | Solution |
|---|---|---|
Formula shows #ERROR! or #NAME? | Typo | Check the formula bar at the top. You likely misspelled the formula (e.g., typing =SUUM instead of =SUM) |
| I need to open an Excel (.xlsx) file | Compatibility | You can upload an Excel file directly to Google Drive and double-click it. Google Sheets will open and edit it natively |
| Coworker accidentally deleted my data | Collaboration | Click File > Version history > See version history. You can restore the spreadsheet to exactly how it looked 5 minutes ago |