Learn Without Walls
← No previous module 🏠 Course Home Module 02: Formulas & Functions →
Module 01 of 08  |  Excel & Google Sheets for Data

💻 Getting Started with Google Sheets

Open Sheets for the first time, tour every part of the interface, understand how cell addresses work, format your data beautifully, and start using keyboard shortcuts like a pro.

⏰ ~30 minutes 🎓 Beginner 📋 No prior experience needed
📌 Before You Start
What you need

To open Google Sheets, go to sheets.google.com and sign in. You'll land on the Sheets home page where you can create a new spreadsheet or open an existing one.

💡 The Concept
What is a Spreadsheet?

A spreadsheet is a grid of cells organized into rows (horizontal, numbered 1, 2, 3…) and columns (vertical, labeled A, B, C…). Every cell has an address — the column letter followed by the row number.

AddressMeaning
A1Column A, Row 1 (top-left)
B3Column B, Row 3
C10Column C, Row 10
Z100Column Z, Row 100

You can put three types of content in a cell:

Google Sheets can have up to 10 million cells per spreadsheet — far more than you'll ever need for most projects.

🚀 Interface Tour
The Google Sheets Interface — What Everything Does

When you open a blank spreadsheet, here is what you see from top to bottom:

▲ Menu bar: File   Edit   View   Insert   Format   Data   Tools   Extensions   Help ▲ Toolbar: Font | Size | Bold | Italic | Underline | Fill Color | Text Color | Borders | Align | ... ▲ Formula bar: [ A1  ▼ ]   fx   (cell address on left, formula content on right) ▲ Column headers:   A    B    C    D    E    F    G    ... ▲ Row numbers + cells: 1 | [cell A1] [cell B1] [cell C1] ... ▲                    2 | [cell A2] [cell B2] [cell C2] ... ▲ Sheet tabs (bottom): +   Sheet1   Sheet2   (add and rename sheets here)

Key interface elements explained:

ElementWhat it does
Name BoxShows the address of the currently selected cell (e.g., A1). Click it and type any address to jump there instantly.
Formula BarShows the exact content of the selected cell. If it's a formula, you see the formula here — not just the result.
Column HeadersLetters A, B, C… up to Z, then AA, AB… Click to select an entire column.
Row NumbersNumbers 1, 2, 3… Click to select an entire row.
Select All buttonThe gray rectangle at the top-left corner (where row numbers and column headers meet). Click to select every cell.
Sheet TabsEach tab is a separate grid. Right-click a tab to rename, duplicate, or delete it.
ToolbarQuick-access buttons for the most common formatting: font, size, bold, italic, fill color, borders, alignment.
🔧 Step-by-Step
Basic Formatting: Make Your Data Look Good

Good formatting makes spreadsheets easier to read. Here are the most useful formatting tools:

  1. Bold: Select a cell or range, then press Ctrl+B (Windows) or Cmd+B (Mac). Use bold for headers — it visually separates labels from data.
  2. Fill Color: Select cells, then click the paint bucket icon (▦) in the toolbar. Choose a background color. Use a consistent color for your header row.
  3. Text Color: Select cells, click the A with a color bar beneath it. White text on a dark background looks great for headers.
  4. Column Width: Hover over the right edge of a column header until your cursor becomes a double arrow (↔). Drag to resize. Or double-click to auto-fit to the widest content.
  5. Borders: Select a range, click the borders icon (▤) in the toolbar. Choose "All Borders" to add lines around every cell in your selection.
  6. Merge Cells: Select cells you want to merge (e.g., A1:D1 for a title), then go to Format → Merge cells → Merge all. Great for centered titles spanning multiple columns.
  7. Number Formatting: Select number cells, go to Format → Number. Choose Currency ($ signs), Percentage, Date, or set decimal places.
📋 Sample Data
A Simple Student Grade Table

Here is a sample table to type into your spreadsheet. Start at cell A1. Each row below represents one student.

A — NameB — ScoreC — Grade
Alice Johnson92A
Bob Martinez85B
Chloe Kim78C
David Okafor95A
Emma Patel67D

Row 1 should be your header row (Name, Score, Grade). Rows 2–6 are the student data. The column letters A, B, C are just Sheets' column labels — they aren't in your spreadsheet.

☁️ Keyboard Shortcuts
Essential Shortcuts — Save Hours of Clicking

Learning even a handful of shortcuts will make you dramatically faster. Here are the most important ones:

ActionWindows / Chrome OSMac
CopyCtrl+CCmd+C
PasteCtrl+VCmd+V
CutCtrl+XCmd+X
UndoCtrl+ZCmd+Z
RedoCtrl+YCmd+Y
BoldCtrl+BCmd+B
Find & ReplaceCtrl+HCmd+H
Toggle FilterCtrl+Shift+LCmd+Shift+L
Select allCtrl+ACmd+A
Go to cellCtrl+GCmd+G
Insert row aboveCtrl+Alt+=Cmd+Alt+=
Jump to edge of dataCtrl+ArrowCmd+Arrow
Tip: Press Ctrl+/ inside Google Sheets to see a full list of all shortcuts.
🖐 Your Turn
Exercise: Build and Format a Student Table

Instructions:

  1. Open sheets.google.com and create a blank new spreadsheet. Name it "Module 01 Practice" (click on "Untitled spreadsheet" at the top to rename).
  2. In row 1, type these headers: Name in A1, Score in B1, Grade in C1.
  3. Enter data for 5 students of your choice (rows 2–6). Use real-looking names, scores between 60–100, and grades A/B/C/D.
  4. Select the header row (cells A1:C1). Make the text bold using Ctrl+B.
  5. Fill the header row with a dark green background (use the paint bucket icon). Change the text color to white.
  6. Auto-fit all column widths by selecting all columns (click the A header, shift-click C header), then double-click any column border.
  7. Add "All Borders" to your data range (A1:C6).
Hint: If you can't find a toolbar button, try the Format menu at the top — every formatting option lives there too.
Excel note: In Excel, the toolbar layout is slightly different, but all these formatting options exist in the Home tab of the ribbon. The keyboard shortcuts are identical.
🧠 Brain Break
Interesting Fact: The History of Spreadsheets

The very first electronic spreadsheet, VisiCalc, was released in 1979 for the Apple II computer. It was so useful that it's often credited with making personal computers a business essential — people bought Apple IIs just to run VisiCalc. Lotus 1-2-3 followed in 1983, then Microsoft Excel arrived in 1985. Google Sheets launched in 2006 and made spreadsheets collaborative and free for the first time.

Today, hundreds of millions of people use spreadsheets every day — from scientists tracking experiments to small business owners managing inventory. Knowing how to use them is one of the most versatile skills you can have.

✅ Wrap Up
Module 01 Key Takeaways

Next: Module 02 — Formulas & Functions →