Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Google Workspace Course – Sheets, Docs, Slide and Forms
Rating: 4.3 out of 5(47 ratings)
253 students

Google Workspace Course – Sheets, Docs, Slide and Forms

Master Google Sheets, Docs, Slides & Forms with practical tasks, formulas, formatting, charts, and data handling
Created byHimanshu Dhar
Last updated 8/2025
English
English [Auto],

What you'll learn

  • Mastering Google Sheets at MIS level
  • Expertise in Text, Logical, Math, Financial, Lookup and Reference Functions
  • Understanding Date and Time Format and Functions
  • Mastery in Pivot Table and Chart Preparation
  • Learning Data Validation, Filter, Conditional Formatting, Named Ranges, Link and Record Macro
  • Sharing and Protection of data
  • Have a solid understanding of Google Docs functionality and how to use the program effectively
  • Learn to create professional looking presentations, as well as share and present them
  • Create Google Forms and surveys, as well as collect and analyze data from them
  • Understand how to use Google Drive to increase efficiency and productivity

Course content

4 sections71 lectures9h 0m total length
  • Understanding Google Sheets9:29

    Learn how Google Sheets differs from Excel, create and save blank sheets, organize them in Google Drive folders, and enable offline access while importing Excel files.

  • Autofill and Smartfill option8:27
  • Operators Based Equation5:03

    Master writing formulas in Google Sheets using operators like brackets, division, multiplication, addition, and subtraction, start with =, and apply BODMAS to calculate profit from sales and cost.

  • Math Functions in Google sheet13:31

    Learn how to use Google Sheets math functions like sum, average, count, max, min, large, and small, including nested formulas and handling of text and blanks.

  • Advance Math Function12:43

    Explore advanced math functions in Google Sheets, including sumif, averageif, countif and multi-criteria variants, with examples using sales above 100 across regions, cities, and employment.

  • Using of Wild Card in Math Function7:37

    Learn how wildcards work in Google Sheets, using the asterisk and question mark to shape countif criteria; count Gmail versus Yahoo emails and starting-name patterns.

  • Logical Function - IF()7:05

    Learn how to use logical operators and the IF function in Sheets, apply tests like greater than, less than, and equals, and return true/false or pass/fail outcomes.

  • Nested IF Function5:11

    Master nesting if functions in Google Sheets by building multiple logical tests to classify scores: below 40 yields fail, 40 to 60 yields compartment, and above 60 yields bus.

  • IF Function related Task2:05

    Apply the if function to determine scholarship eligibility from scores, compute scholarship amounts by multiplying scores above 70 by 1000, and flag highest and lowest scorers with pass/fail criteria.

  • IF Function Task Solution9:08

    Learn the if function in Google Sheets: if score is over 70, (score-70)*1000; else not eligible, and use max and min with absolute references to identify topper and lowest.

  • AND and OR Function4:57

    Learn how to use the and and or functions in Google Sheets to evaluate multiple conditions and produce true or false results, including a pass or fail example.

  • Upper, Lower, Proper and Trim Function5:48

    Master the upper, lower, proper case, sentence case, doggle case, and trim text functions in Google Sheets to format cell text, including nesting outputs and removing extra spaces.

  • Left, Right and Find Function10:33

    Master left, right, and find functions in Google Sheets to extract characters from the left or right and locate starting positions of substrings, including case sensitivity and offset tricks.

  • Left, Right and Find Nesting Methodology7:15

    Explore left, right, and find nesting techniques in Google Sheets to dynamically extract names and mobile numbers from sentences using text functions.

  • Mid Function3:15

    discover how to extract a mobile number from text in Google Sheets using the mid function with find to locate the hyphen anchor and a 10-character length.

  • Concatenate Function3:57

    Learn how to use the concatenate function to join text and format phone numbers by combining left, mid, and right substrings with hyphens in the desired 3-3-3 pattern.

  • Replace Function4:36

    Learn how to use the replace function in Google Sheets, with find and right, to convert six-character pin codes into a common pin code and replace with a new value.

  • Substitute and Len Function9:34

    Learn how to use substitute to replace text in Google Sheets, compare it with the replace function, and count occurrences using length and the occurrence option.

  • Split Text to Column4:39

    Learn to split a single column into multiple columns in Google Sheets using the split text to column tool, with automatic detection and separators like comma, space, and hyphen.

  • Filter in Google Sheets17:00

    Learn to apply and customize filters in Google Sheets to isolate data by qualification and location, using text and number conditions, custom formulas, and filter views.

  • Slicer, Sort and Column Stat5:41

    Learn how to use slicers to filter data by a specific column, apply sorting with proper header handling, and view column statistics to summarize data in Google Sheets.

  • Conditional Formatting in Google Sheets10:37

    Master conditional formatting in Google Sheets to color data by conditions, including not empty, text contains or starts with, value thresholds, and color scales.

  • Named Ranges in Google Sheets4:26

    Learn how to create, name, and manage named ranges in Google Sheets, use underscores, navigate quickly, and reference ranges in formulas and hyperlinks.

  • Creating Link in Google Sheets5:33

    Learn to create links in Google Sheets using insert link or right-click, covering four to five link types: named ranges, cells, other sheets, external sites, and another Google sheet.

  • Data Validation in Google Sheets16:48

    Learn how to apply data validation in Google Sheets to enforce correct entries, using rules for text, dates, lists, emails, checkboxes, and custom formulas with examples.

  • Pivot Table in Google Sheet13:20

    Learn to create pivot tables in Google Sheets, arranging data with rows, columns, values, and filters to produce quick, insightful reports.

  • Chart Preparation in Google Sheets24:45
  • Vlookup Function10:47

    Learn to use the vlookup function to find a name's contact number in a master sheet, handling vertical and horizontal lookups, and exact matches with false.

  • Iferror with Vloookup Function7:03

    Learn to use iferror with vlookup in sheets to handle missing matches across multiple sheets, defaulting to no data found and retrieving data from master data.

  • Hlookup Function5:21

    Learn to apply hlookup for horizontal data by selecting a search key and master range, using an index, false sort order, transpose steps, and dragging results to the right.

  • Match and Index Function5:31

    Use the match function to locate names in a master data set and find their positions. Combine index with match to retrieve the corresponding name by contact number.

  • Match and Index Function Nested5:35

    Learn how to nest match and index functions in Google Sheets to retrieve names and qualification from a dataset based on a phone number, and compare with vlookup.

  • Vlookup With Match - Advance8:47

    Discover how to use vlookup with match to pull contacts and locations from a master data sheet, using absolute references to fix columns.

  • Vlookup TRUE - Amazing Technique3:23

    Master vlookup with true for approximate matches by using the is_sorted argument. Map score ranges like 0–39.99, 40–59.99, 60–89.99, and 90+ to grades such as pass and distinction.

  • Array Function - Vlookup4:40

    Master vlookup in array form to fetch multiple columns at once by selecting the output range, using exact match, and entering with ctrl-shift-enter to create an array formula.

  • Managing Date and Time in Google Sheets11:33

    Apply date and time concepts in Google Sheets, mastering date formats, safe typing, and core functions such as year, month, day, date, today, now, and time.

  • Datedif and Networkdays Function9:36

    Learn to calculate exact age and date components with datedif in Google Sheets, including years, months, and days, and master workday calculations with networkdays and networkdays.intl, including weekends and holidays.

  • Financial Function - PMT, PPMT, IPMT and PV10:01

    Learn to calculate emi and analyze loan details in sheets using pmt, ppmt, ipmt, and pv, including monthly rate, periods, present value, total payable, and principal vs interest breakdown.

  • Record Macro in Google Sheets8:18

    Learn how to record macros in Google Sheets to automate formatting tasks, choose relative references, save with a name and shortcut, and run via a button or the tools menu.

  • Sharing and Protection in Google Sheets10:16

    Explore how to share and protect Google Sheets, setting access by editors or viewers, and applying sheet and range protections to control who can edit or view.

  • Practice Test Part 1

Requirements

  • Basic Computer Knowledge

Description

Master Google Sheets, Docs, Slides & Forms – Complete 9-Hour Course

Unlock the full power of Google Workspace with this all-in-one practical training. From advanced spreadsheet formulas to professional document formatting, dynamic presentations, and effective form creation — this course teaches you everything you need to work smarter and faster.

Course Overview:

This complete course covers Google Sheets, Google Docs, Google Slides, and Google Forms in one structured 9-hour program. Whether you're a student, teacher, business professional, or freelancer, you'll gain job-ready skills to use these tools efficiently in real-life scenarios.

What You'll Learn

Google Sheets:

  • Essential and advanced formulas: Math, Logical, Text, Date

  • IF, Nested IF, VLOOKUP, HLOOKUP, INDEX, MATCH

  • Conditional formatting, Pivot Tables, Charts

  • Data validation, slicers, named ranges, filters

  • Financial calculations: PMT, IPMT, PV

  • Automate tasks using macros and manage protection settings

Google Docs:

  • Professional formatting, headings, bullets, styles

  • Tables, footnotes, bookmarks, citations, table of contents

  • Voice typing, translation, print and page setup

  • Add-ons, mail merge, comments, and citations

Google Slides:

  • Slide design, transitions, and media integration

  • Format and layout tools, diagrams, and content arrangement

  • Presentation settings and slide navigation

Google Forms:

  • Create and customize forms for surveys, quizzes, feedback

  • Configure input types, manage responses, share forms

Course Features

  1. 9 Hours of step-by-step video content

  2. 70+ focused lectures, divided by tool

  3. Practical, task-based learning

  4. Lifetime access and certificate of completion

Start today and become confident and efficient with Google’s most powerful productivity tools. This course will help you save time, improve accuracy, and boost your digital skills.

Who this course is for:

  • Office professionals and executives
  • Teachers, trainers, and students
  • Entrepreneurs, freelancers, and content creators
  • Anyone who wants to fully utilize Google Workspace tools