How to Use Google Sheets - Beginner's Guide

Also in:Adulting

By ShowMeStepByStepPublished

Based on a video by Howfinity.

Google Sheets is the spreadsheet that comes with every Google account. There's nothing to install, you don't need an Excel license, and your work saves to your Google Drive automatically as you type. If you've used Microsoft Excel before, the grid will feel familiar - the menus are just in a browser tab instead of a desktop app.

Two things make Sheets different from Excel. One is auto-save, so you never lose work to a crashed computer or a forgotten Ctrl+S. The other is real-time sharing, where two or three or ten people can edit the same spreadsheet at once. That combination is why families use it for budgets, small businesses use it for inventory, and groups use it for shared schedules.

This guide walks through the parts of Google Sheets you'll actually use the first month. Opening it, building a simple budget, formatting the numbers, sorting the rows, using the =SUM formula, drag-filling a calculation down a column, and sharing the file with the right permission level. Howfinity recorded the source video on a Mac, but every step works the same way on Windows and on a Chromebook.

Already comfortable with Sheets? Pair it with our guide on how to use Google Docs for the word processor side of Workspace. If you're setting up a fresh machine first, how to factory reset a Chromebook gets you a clean device, and how to take a screenshot on Dell covers grabbing screenshots you can drop into a sheet.

Step-by-Step Guide

1

Open Google Sheets From Your Browser

0:32
Step 1: Open Google Sheets From Your Browser

Open any web browser and type drive.google.com into the address bar. Sign in with your Google account. If you don't have one yet, click Create Account and walk through the free signup - it takes about two minutes.

Sheets lives inside Google Drive. There's nothing to download, no Microsoft license to buy, and no install screen to click through. Your Chromebook, an old laptop, and a brand new PC all behave the same way because the whole spreadsheet runs in the browser tab.

Tip

Bookmark drive.google.com once you're signed in. Saves typing it every time you want a new sheet.

2

Create a New Spreadsheet - Blank or From a Template

1:15
Step 2: Create a New Spreadsheet - Blank or From a Template

Click the colored plus sign on the top-left of Google Drive labeled New. From the dropdown pick Google Sheets to open a blank spreadsheet right away.

If you don't want to start from scratch, click the small arrow next to Google Sheets to open the template gallery. There are ready-made layouts for budgets, invoices, schedules, expense reports, and to-do lists. Templates save time when the structure already exists and you just need to plug in your own data.

Tip

The budget templates are surprisingly good. Open one before you build your own from a blank sheet - you might save half an hour.

3

Name Your Sheet and Move It Into a Folder

2:02
Step 3: Name Your Sheet and Move It Into a Folder

Your new sheet opens with the title Untitled spreadsheet at the top-left. Click that text, type a real name like Annual Budget, and press Enter.

Right next to the title is a small folder icon. Click it to file the spreadsheet inside a specific Drive folder so you can find it later. You can pick an existing folder or click the new folder icon at the bottom of the panel to create one. There is no Save button anywhere - Google Sheets writes every keystroke to your Drive in the background. The line under the menu reads All changes saved in Drive.

Tip

Auto-save is the single biggest reason to use Sheets over Excel on a flaky laptop. No more lost work after a crash.

4

Understand the Grid - Rows, Columns, and Cells

3:50
Step 4: Understand the Grid - Rows, Columns, and Cells

The letters A, B, C running across the top are columns. The numbers 1, 2, 3 down the left side are rows. Each little box where a column and row meet is a cell, and every cell has an address built from its column letter and row number - the cell highlighted at column B, row 9 is called B9.

Click any cell and start typing. Press Enter to drop one row down, or press Tab to move one column to the right. Cell addresses become important the moment you start writing formulas, because that's how you tell Sheets which numbers to work with.

Tip

To widen a column so long text fits, double-click the line between the column letters at the top. Sheets auto-resizes to the longest entry.

5

Enter Data and Format Cells

8:02
Step 5: Enter Data and Format Cells

Type your column headers in row 2 - in the demo: Expenses, Monthly Cost, Yearly Cost. Then fill the rows below with your data. Tab moves you across the row, Enter drops to the next row.

To format, drag across the cells you want to style. The toolbar at the top has bold, italic, font size, text color, fill color, alignment, and Merge cells (which turns three side-by-side cells into one big title bar). To display a column as money, click the column letter to select the whole column, click the 123 menu, and pick Currency. Sheets adds the dollar sign and two decimal places for you.

Tip

Color-code a header row green or yellow. Even one strip of color makes a sheet ten times easier to scan a month from now.

Products used in this step

6

Sort Your Data Without Scrambling It

11:58
Step 6: Sort Your Data Without Scrambling It

Sorting in Sheets is on the Data menu. The trick is to highlight only the rows you want sorted before you do it - leave the title row and any header row alone, or they'll get sorted in with the data.

Click and drag across just the rows of real data, including both the label column and the number column so each row's pieces stay together. Open the Data menu, pick Sort range, and choose A to Z for alphabetical or sort by column for numbers. The selected block reorders, the rest of the sheet stays in place.

Tip

If a sort scrambles your data, hit Ctrl+Z (or Cmd+Z on a Mac) right away. Sheets undoes the sort cleanly.

Products used in this step

7

Add Numbers With the =SUM Formula

13:03
Step 7: Add Numbers With the =SUM Formula

Formulas are why spreadsheets exist. The simplest one is =SUM, which adds a range of cells for you. Click the cell where you want the total to appear. Type an equals sign, then SUM, then an open parenthesis: =SUM(

Now click the first number cell and drag across all the cells you want to include. Sheets fills in the cell range for you (something like B3:B12). Close the parenthesis and press Enter. The total shows up. Change any number in the source cells later, and the total updates by itself. That live recalculation is the real reason to use a formula instead of a calculator.

Tip

=SUM is the gateway formula. Once you get it, =AVERAGE, =MIN, and =MAX work the exact same way - try them next.

8

Write One Formula, Then Drag-Fill It Down a Column

15:35
Step 8: Write One Formula, Then Drag-Fill It Down a Column

Click the first cell in your Yearly Cost column. Type =B3*12 and press Enter - Sheets multiplies the monthly cost in B3 by 12 to give you the yearly figure.

Now select that cell again. In the bottom-right corner is a small blue square. Click and drag it down the column over the rows you want to fill. Sheets copies the formula and adjusts the row number for each row: B4*12, B5*12, and so on. One formula fills the whole column. If the monthly cost in any row changes, the yearly cost for that row recalculates automatically.

Tip

The drag-fill handle also works for dates. Type 1/1/2026 in a cell, drag the blue square down, and Sheets generates the next dates for you.

9

Share the Sheet With Editor, Commenter, or Viewer Access

18:10
Step 9: Share the Sheet With Editor, Commenter, or Viewer Access

Click the green Share button at the top-right. A panel opens called Share with people and groups. Type the person's email address into the People field.

Now pick what they can do. Click the dropdown next to their name and choose one of three levels: Editor lets them change anything in the sheet, Commenter lets them leave comments without editing the data, Viewer is read-only. Tick Notify people, write a short message so they know what they're looking at, and click Send. They get an email and can open the sheet right away. To download a copy outside Drive, go to File then Download and pick Excel (.xlsx) or PDF.

Tip

For sharing with a big group, click Get shareable link instead. Anyone with the link gets the permission you set, no email needed.

Products Used

☐ The Checklist

How to Use Google Sheets - Beginner's Guide

Tools
2
Steps
9
Video
20 min

Your Guide

Howfinity

As an Amazon Associate we earn from qualifying purchases. Links on this page may be affiliate links - clicking them and buying doesn't change your price, but helps support ShowMeStepByStep.

Tags

Test your knowledge

Did the lesson stick? Find out in 2 minutes.

5 quick questions covering what you just read. No signup, no score saved — just a gut check.

Quick reference

Key takeaways from How to Use Google Sheets - Beginner's Guide

5 questions, answers, and one-line explanations. Tap to expand.

  1. 1.How does Sheets save your work?

    Answer: Auto-save to Drive

    Writes every keystroke to Drive in the background. No Save button anywhere. 'Saved to Drive' status next to the title.

  2. 2.Cell address B9 means...

    Answer: Column B, row 9

    Letters across top = columns. Numbers down side = rows. Every cell = column letter + row number.

  3. 3.Right way to sort without scrambling headers?

    Answer: Highlight data rows only

    Highlight only the data rows - leave title/header row alone or they sort in with data. Then Data > Sort range.

  4. 4.Formula syntax to total a range?

    Answer: =SUM(B3:B12)

    = sign + SUM + range in parentheses. Change any source cell later and the total updates by itself.

  5. 5.Drag-fill grabs which corner of a cell?

    Answer: Bottom-right blue square

    Small blue square in bottom-right. Drag down and Sheets copies the formula, adjusting row numbers automatically.

What's next

Related collections

Curated theme pages that include this tutorial.

Weekly Digest

Liked this tech tutorial?

Pick the categories you want to hear about. Weekly digest of new step-by-step tutorials. No spam, easy unsubscribe.

Send me tutorials about

We only email about new tutorials. Easy unsubscribe anytime.