📊ExcelQuickGuide
  • Home
  • Introduction
  • Functions
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Google Sheets Tutorials Search

📊 Guide Navigation

  • 1.1 📌 Introduction to Google Sheets
  • 1.2 🔍 Getting started
  • 1.3 🧪 Define Ranges
  • 1.4 🔍 Define Fill
  • 1.5 🧪 Move Cells
  • 1.6 🔍 Add Cells
  • 1.7 📌 Delete Cells
  • 1.8 🔍 Undo Redo
  • 1.9 🧪 Formulas in Google Sheets
  • 1.10 🔍 Relative Reference
  • 1.11 🧪 Absolute Reference
  • 1.12 📌 Arithmetic Operators
  • 1.13 🧪 Parentheses
  • 1.14 🔍 Functions
  • 1.15 🧪Location settings
  • 1.16 🔍 Google Sheets Formating
  • 1.17 📌 Google Sheets Format Painter
  • 1.18 🔍 GS Format Colors
  • 1.19 🧪 GS Format Fonts
  • 1.20 🔍 GS Format Borders
  • 1.21 🧪 GS Format Numbers
  • 1.20 🔍 GS Format Grids
  • 1.21 🧪 GS Format Clear

1.1 📌 Introduction to Google Sheets

Google Sheets is a free, web-based spreadsheet tool provided by Google. It allows users to create, edit, and share spreadsheets online while collaborating in real time. It is part of Google Workspace (formerly G Suite).

Key Features:

  • Cloud-based, accessible from any device with internet access.
  • Auto-save functionality — no need to manually save files.
  • Collaboration tools — multiple people can edit the same file simultaneously.

1.2 🔍 Getting started

To begin using Google Sheets:

  1. Go to sheets.google.com.
  2. Sign in with your Google account.
  3. Click on the blank template or choose one from the Template Gallery.

You'll see a grid of cells arranged in rows and columns. This is your workspace.


1.3 🧪 Define Ranges

A range is a group of selected cells. You define a range when applying formulas, formatting, or data validation.

How to Select a Range:

  1. Click and drag across the cells you want to include.
  2. Note the notation: A1:A5 means column A, rows 1 through 5.

Named ranges: You can assign a name to a range for easy reference in formulas.

Go to Data > Named ranges and give your selection a name like "Sales2025".


1.4 🔍 Define Fill

Fill is used to quickly duplicate content or apply a pattern in cells.

Using Fill:

  1. Type a value in a cell.
  2. Click the small square at the bottom-right corner of the cell (fill handle).
  3. Drag it across the range you want to fill.

Tip: Use Fill Series (under Edit > Fill) to auto-fill dates, numbers, or patterns.


1.5 🧪 Move Cells

You can move cells to reorganize your data.

Steps:

  1. Select the cell or range.
  2. Hover until the cursor becomes a hand.
  3. Click and drag to the new location.

Alternative: Use cut (Ctrl + X) and paste (Ctrl + V).


1.6 🔍 Add Cells

Adding cells means inserting new rows, columns, or individual cells.

Add a New Row:

  1. Right-click the row number.
  2. Select "Insert 1 above" or "Insert 1 below".

Add a New Column:

  1. Right-click the column letter.
  2. Select "Insert 1 left" or "Insert 1 right".

Insert a Cell:

  1. Right-click on a cell and choose "Insert cell".
  2. Select "Shift right" or "Shift down".

Keyboard Shortcut: Ctrl + Shift + = (Windows) or ⌘ + Shift + = (Mac)

Warning: Inserting cells can affect formulas. Use Undo (Ctrl + Z) if needed.


1.7 📌 Delete Cells

Deleting cells removes data and optionally shifts other cells to fill the space.

  1. Right-click the cell or selected range you want to delete.
  2. Select "Delete cells" from the menu.
  3. Choose whether to shift cells left or up.

Tip: Deleting entire rows or columns can be done by right-clicking the row number or column letter and selecting "Delete".


1.8 🔍 Undo Redo

The Undo and Redo functions help you correct or revisit actions.

  • Undo: Ctrl + Z (Windows) / ⌘ + Z (Mac)
  • Redo: Ctrl + Y (Windows) / ⌘ + Y (Mac)

These buttons also appear in the top toolbar as curved arrows. Use them to move back or forward through your last edits.


1.9 🧪 Formulas in Google Sheets

Formulas perform calculations using cell data. All formulas start with =.

Examples:

  • =A1+B1 adds two cells
  • =SUM(A1:A5) adds a range of numbers
  • =AVERAGE(B2:B10) calculates the mean

Google Sheets will automatically suggest formulas as you type.


1.10 🔍 Relative Reference

Relative references change when copied across cells.

Example: If =A1+B1 is in C1 and you copy it to C2, it becomes =A2+B2.

This is helpful when applying the same logic to multiple rows or columns.


1.11 🧪 Absolute Reference

Absolute references stay fixed when copied. Use $ to lock rows/columns.

  • $A$1 locks both column and row
  • A$1 locks only the row
  • $A1 locks only the column

Useful for constants like tax rates or conversion factors.


1.12 📌 Arithmetic Operators

Operators let you perform basic calculations:

  • + for addition
  • - for subtraction
  • * for multiplication
  • / for division
  • ^ for exponentiation

1.13 🧪 Parentheses

Parentheses control the order of operations in formulas.

Example: =(A1+B1)*C1 ensures addition happens before multiplication.


1.14 🔍 Functions

Functions are built-in operations that simplify tasks.

  • SUM() — totals values
  • AVERAGE() — finds the mean
  • IF() — conditional logic
  • COUNT() — counts numeric entries

Start with = and type the function name.


1.15 🧪 Location settings

Google Sheets formats numbers, dates, and currencies based on your locale.

  1. Click File > Settings.
  2. Go to the General tab.
  3. Set your Locale and Time Zone.

1.16 🔍 Google Sheets Formatting

Formatting makes your data readable and professional.

  • Bold/Italic/Underline
  • Font size and style
  • Text alignment
  • Cell background color

Use the toolbar or Format menu for quick styling.


1.17 📌 Google Sheets Format Painter

Format Painter copies formatting from one cell to another.

  1. Select a formatted cell.
  2. Click the Paint Format button (paint roller icon).
  3. Click on the destination cell to apply the format.

1.18 🔍 GS Format Colors

Use colors to highlight data.

  • Select a cell or range.
  • Click the Fill color or Text color buttons on the toolbar.

1.19 🧪 GS Format Fonts

Fonts help structure and beautify data.

  • Change font style: Arial, Roboto, etc.
  • Adjust font size and emphasis (bold, italic).

1.20 🔍 GS Format Borders

Add borders to separate or emphasize cells.

  1. Select cells.
  2. Click the Border icon in the toolbar.
  3. Choose border styles (inside, outside, thick, dotted).

1.21 🧪 GS Format Numbers

Change how numbers display.

  • Currency
  • Percent
  • Decimal places
  • Date formats

Use the Format > Number menu or toolbar buttons.


1.22 🔍 GS Format Grids

Gridlines improve data visibility but can be hidden for design.

  1. Click View > Show.
  2. Toggle Gridlines on or off.

1.23 🧪 GS Format Clear

To reset formatting or remove content:

  1. Select the cells.
  2. Click Edit > Clear or use the right-click menu.
  3. Choose to clear Format, Contents, or All.

ExcelQuickGuide.com

Advertise

Boost your business with targeted ads. Reach the right audience.

© 2025 ExcelQuickGuide.com • Time To Rise