Google Sheet Complete Course

 Google Sheets Beginner to Advanced Tutorial

Introduction

Google Sheets is a free online spreadsheet application provided by Google. It helps users organize data, perform calculations, create charts, manage projects, and autom

ate tasks.

This tutorial covers Google Sheets from beginner to advanced level with visual guidance suggestions.


Chapter 1: Getting Started with Google Sheets

What is Google Sheets?

Google Sheets is an online spreadsheet tool similar to Microsoft Excel that allows users to:

  • Create spreadsheets
  • Perform calculations
  • Share files online
  • Work collaboratively
  • Analyze data
  • Create charts and dashboards

How to Open Google Sheets

Steps:

  1. Open your browser
  2. Sign in with your Google account
  3. Then Open Google Sheets
Step 1:                                                            Step 2:

3.      Click on Google Apps Icon   

4.      Click the Blank Spreadsheet option



 Chapter 2: Understanding the Interface

Main Parts of Google Sheets

1. Rows

Horizontal lines numbered 1, 2, 3,..to 8 and selected Cell E8

2. Columns

Vertical lines labeled  E

3. Cell

Intersection of row and column.

Row number "8"

Column number "E"
Example: E8

Row and Column 1:


Row and Column 2:

4. Formula Bar (Highlight with Yellow Color)



Chapter 3: Entering Data

How to Enter Data

  1. Click any cell
  2. Type text or numbers
  3. Press Enter

Types of Data

  • Text
  • Numbers
  • Dates
  • Currency
  • Percentages

Picture for the above Data


Chapter 4: Basic Formatting

Formatting Options

Bold Text

Shortcut: Ctrl + B

Italic Text

Shortcut: Ctrl + I

Change Font Size

Use toolbar font-size option.

Cell Color

Use Fill Color tool.

Borders

Apply borders for tables.

  • Toolbar screenshot showing formatting tool

Picture for formatting 1:




Chapter 5: Basic Formulas

Formula Basics

All formulas start with = sign.

Addition

Example:

=A1+B1

Subtraction

=A1-B1

Multiplication

=A1*B1

Division

=A1/B1



Chapter 6: Important Functions

SUM Function

=SUM(B2:B11)

Adds numbers = F2 + F3 + F4 .... F11

Adds numbers = F2 + F3 + F4 .... F11

AVERAGE Function

=AVERAGE(B2:B11)

Calculates average.

MAX Function

=MAX(D2:D11)

Returns highest value.

MIN Function

=MIN(F2:F11)

Returns lowest value.

COUNT Function

=COUNT(H2:H11)

Counts numbers.



Chapter 7: Sorting and Filtering

Sorting Data

Steps:

  1. Select table
  2. Click Data
  3. Choose Sort Range

Filtering Data

Steps:

  1. Select data
  2. Click Data
  3. Create Filter
Sort Range

Create Filter


Remove Filter
Filter data

Chapter 8: Creating Charts

Types of Charts

  • Pie Chart
  • Bar Chart
  • Line Chart
  • Column Chart

How to Insert Chart

  1. Select data
  2. Click Insert
  3. Select Chart
  • Chart Screen Short
  • https://youtu.be/Nn2MiaItaro ( Bar Chart and pie Chart)

Chapter 9: Conditional Formatting

What is Conditional Formatting?

Automatically changes cell colors based on conditions.

Example

Highlight sales above 5000.

Steps:

  1. Select cells
  2. Click Format
  3. Conditional Formatting
  4. Set rules
Picture 1:

Conditional Formatting Value less then 500


Chapter 10: Data Validation

Create Dropdown List

Steps:

  1. Select cells
  2. Click Data
  3. Data Validation
  4. Add dropdown items

Dropdown menu Screen Short PNG 1:


Dropdown menu Screen Short PNG 2:



Chapter 11: Freeze Rows and Columns

Freeze Header Row

Steps:

  1. Click View
  2. Freeze
  3. Select 1 Row


Chapter 12: Collaboration Features

Share Spreadsheet

Steps:

  1. Click Share button
  2. Enter email address
  3. Set permissions
  4. Send invite

Permission Types

  • Viewer
  • Commenter
  • Editor



Chapter 13: Intermediate Functions

IF Function

=IF(G3>50,"Pass","Fail")

VLOOKUP Function

=VLOOKUP(A2,D1:F10,2,FALSE)

COUNTIF Function

=COUNTIF(A1:A10,">50")

CONCATENATE Function

=A1&" "&B1



Chapter 14: Pivot Tables

What is a Pivot Table?

Used for summarizing and analyzing large data.

Discover how Pivot Tables in Google Sheets can help you analyze large datasets quickly and efficiently. This tutorial covers creating Pivot Tables, customizing rows and columns, filtering data, and generating useful reports for better decision-making.

Steps:

  1. Select data
  2. Click Insert
  3. Pivot Table
  4. Choose Rows and Values
Screenshot 1:
Screenshot 2 :
https://acesse.one/pivot-table-practice-file

Chapter 15: Advanced Charts and Dashboards



Dashboard Components

  • Charts
  • KPIs
  • Summary tables
  • Slicers

Best Practices

  • Use clean colors
  • Keep layout simple
  • Add clear titles

Picture

  • Professional dashboard example

Chapter 16: Google Sheets Shortcuts

Shortcut

Function

Ctrl + C

Copy

Ctrl + V

Paste

Ctrl + Z

Undo

Ctrl + B

Bold

Ctrl + Shift + V

Paste Values

Ctrl + /

Show shortcuts


Chapter 17: Importing and Exporting Files

Import Excel File

  1. Click File
  2. Import
  3. Upload Excel file

Export as PDF

  1. Click File
  2. Download
  3. PDF Document

Picture 

  • File menu screenshot

Chapter 18: Protecting Data

Protect Sheet

Steps:

  1. Right-click sheet
  2. Protect Sheet
  3. Set permissions

Picture

  • Protection settings example

Chapter 19: Automation with Google Sheets

Google Apps Script

Used for automation.

Example:

function helloWorld() {

  SpreadsheetApp.getActiveSpreadsheet()

  .getActiveSheet()

  .getRange('A1')

  .setValue('Hello World');

}

Picture Uploading

  • Apps Script editor screenshot

Chapter 20: Real-World Practice Projects

Project Ideas

1. Sales Report

Track monthly sales.

2. Attendance Sheet

Manage employee attendance.

3. Budget Planner

Track income and expenses.

4. Inventory System

Manage stock quantities.

5. CCTV Installation Tracker

Track camera locations and IP addresses.

Picture

  • Example project templates

Tips for Beginners

  • Practice daily
  • Learn formulas step-by-step
  • Use templates
  • Watch tutorials regularly
  • Experiment with charts and formatting

Conclusion

Google Sheets is a powerful tool for students, businesses, technicians, and professionals. By mastering beginner to advanced features, you can improve productivity, analyze data efficiently, and automate many daily tasks.

Keep practicing and exploring new features regularly.

Post a Comment

0 Comments

WhatsApp .whatsapp-float{ position:fixed; bottom:20px; right:20px; background:#25D366; color:#fff; padding:14px 18px; border-radius:50px; text-decoration:none; font-weight:bold; z-index:999; }