
Learn to collaborate in Google Sheets within Google Workspace, save and share data, export and import content, and apply best practices for version recovery and data protection.
Get started with Google Sheets by logging in and creating new sheets via Drive or Sheets.new. Edit cells, navigate ranges, resize, and explore templates, help, and shortcuts for faster work.
Explore how to collaborate in Google Sheets by sharing with others, publishing to web, and managing permissions from viewers to editors, including link sharing and embed options.
Organize your drive with folders, rename sheets clearly, and use type-specific search to locate spreadsheets fast. Save sheet data by enabling offline access, managing versions, and restoring changes when needed.
Learn how Google Sheets compares to Excel, highlighting real-time collaboration, sharing, version history, offline access, and Excel-like formulas, macros, filters, pivot tables, and charts.
Explore how to create, import, rename, move, and download Google Sheets files in Drive. Open and edit Excel files in Google Sheets and manage versions, trash, and sharing options.
Edit and master Google Sheets: update cell content, rename cells, use find and replace, add notes and comments, apply formulas, paste special, and manage cells (insert, delete, resize, history).
Learn to freeze top rows and columns, highlight headings, group and protect ranges, hide or show columns, resize to fit data, and sort with header aware options.
Explore how to format cells in Google Sheets, including number formats, fonts, colors, borders, alignment, wrapping, and rotation, plus merge, theme, and conditional formatting to highlight data.
Apply filters in Google Sheets to remove empty rows, create and manage filter views, and sort or filter by color or condition for precise data analysis.
Learn to secure Google Sheets by protecting sheets and ranges, setting edit permissions, adding editors, and using warnings, while hiding and revealing sheets as needed.
Explore Google Sheets sheet options to delete, duplicate, rename, and copy sheets across spreadsheets, color-code sheets, protect sheets, and rearrange or add new sheets with the plus button.
Create and manage named ranges in Google Sheets using the data tab, then reference them in formulas, update ranges dynamically, and work with multiple named ranges.
Explore view options in Google Sheets, including toggling the formula bar and grid lines, showing formulas, managing protected ranges, and using the side panel, zoom, and full-screen for cleaner workspace.
Learn to insert cells, rows, columns, and sheets in Google Sheets, manage protected ranges, add people chips and checkboxes, create links, and insert formulas for interactive spreadsheets.
Learn to insert and customize charts and images in Google Sheets, including pie charts, pivot tables, and drawing tools. Edit, publish, embed, and resize visuals for dynamic spreadsheets.
Learn how to insert and manage comments and notes in Google Sheets, including assigning comments to users, using shortcuts, viewing history, and configuring email notifications.
Learn to use slicers in Google Sheets to filter chart data and create interactive visuals, adjusting data ranges, chart types, and slicer customization to update views automatically.
Explore data tab options to view column statistics, frequencies, total rows, and data validation with cleanup and split text to columns for clean, structured sheets.
Use the Google Sheets tools menu to create, edit, and manage Google Forms linked to Sheets. Share or embed forms for responses, and monitor submissions.
Explore google sheets add-ons and extensions, manage and search add-ons, and use macros with app script for automated actions; discover app sheet templates to build apps from spreadsheet data.
Explore the Google Sheets explorer to generate content suggestions by filtering and analyzing data with smart questions, and create pie and bar charts with formatting options.
Explore practical google sheets functions and formulas to organize data and boost productivity. Learn examples like count, date, find, index, match, round, and vlookup to analyze and retrieve information efficiently.
Create a dynamic invoice in Google Sheets using simple operators and functions to calculate subtotals, 13 percent tax, shipping, and a final total that updates with cost and quantity.
Learn to use absolute and relative references in google sheets by locking the tax rate with dollar signs, creating dynamic subtotal, tax, and total calculations that update with changes.
Master common Google Sheets functions such as sum, average, count, maximum, and minimum, learn to insert them, specify arguments, and use autofill across ranges.
Explore date functions in Google Sheets, using today and now, calculating days between dates, extracting day values, and computing workdays with optional holidays.
Explore Google Sheets text functions to extract, left, right, and mid substrings; split, concatenate, length; and use replace, substitute, lower, upper, trim, and Roman numerals.
Learn to filter and sort sheet data with cell formulas, using conditions and boolean tests. Explore sorting options, and extracting unique values with the unique function.
Explore how to use Google Sheets info functions to check blank cells, dates, emails, formulas, booleans, numbers, and text; retrieve cell type, address, column, row, contents, and width.
master lookup options in google sheets, including vlookup and hlookup, address, index, and match, to retrieve rows or columns and view formulas as text.
Explore common google sheets math functions, including is even and is odd, rounding up and down, random numbers and between, sum and sumif, and pi.
Learn quick help options in Google Sheets, including the top menu help, popup help, and the option key search, plus training and forums for troubleshooting.
Publish your Google Sheets to the web to create a shareable URL and choose formats like web page, csv, pdf, or excel, then share via Gmail, Facebook, or Twitter.
Enable offline access for Google Sheets by installing the Google Docs offline extension from the Chrome Web Store, then enable offline for sheets and Drive files stored locally.
Learn to share Google Sheets securely by using the share button or file menu, assign viewer, commenter, or editor permissions, and control access with link restrictions and ownership transfers.
Learn how Google Sheets automatically saves version history, shows changes, and lets you revert to versions, name a version, and make a copy to create a brand-new spreadsheet for collaboration.
Learn to build a Google Sheets investment calculator by setting up a spreadsheet, entering current value, rate of return, and payment details, and calculating future value using the FV function.
Learn to build a Google Sheets mortgage calculator with the PMT function to compute monthly payments and balances, showing how price, down payment, rate, and term shape the schedule.
Set up a loan calculator in Google Sheets and compute monthly payments using the pmt function for a 50,000 principal over 60 months at 2.25%, with optional future value.
Explore essential Google Sheets functions like concatenate, left, mid, right, uppercase, split, and sum; build full names, parse accounts, and apply autofill patterns.
Learn to apply if, or, and in Google Sheets to decide pro or beginner from points, generate bonuses with rand between 0 and 4000, and fix references with dollar signs.
Create a Google Apps Script function to sum squares in a range by converting the range to a string, splitting into an array, and summing each value squared in Sheets.
Create a Google Apps Script custom formula to generate a random number between a minimum and maximum, using Math.floor and Math.random to return inclusive results.
Convert a decimal to binary and hex using Google Apps Script by creating custom formulas in sheets that output binary (base 2) and hex (base 16).
Create a Google Apps Script function to calculate a person’s current age from birth date in Google Sheets, converting to milliseconds and using Unix time to derive age.
Learn to check if a string is a palindrome in Google Sheets using Apps Script, cleaning input, normalizing to lowercase, and comparing characters from both ends.
Calculate the distance between two points on a sphere using latitude and longitude with the Haversine formula, implemented as a custom function in Sheets using Apps Script.
Learn how to count occurrences of a specific value in a range using a custom Google Sheets script, convert ranges to arrays, trim whitespace, and iterate with forEach.
Create a custom Google Apps Script function to calculate factorials in Google Sheets using a callback function that calls itself, returning n! for inputs, with test logging.
Learn to concatenate two strings and capitalize the first letter using built-in JavaScript functions in Google Apps Script, and apply the result in a Google Sheets formula.
Learn to build a Google Sheets formula and Apps Script that average values above a threshold, converting the range to an array, summing and dividing by count.
Create a custom weighted average function in Google Sheets with Apps Script to compute a weighted mean from a range of values and their weights.
Create a custom Google Sheets formula called average above threshold to compute the average of a range while excluding values below a threshold, using Apps Script in a bound spreadsheet.
Calculate per-row totals in Google Sheets with a custom Apps Script that applies discount using quantity, price, and discount, and optionally return an array of totals with one formula.
Develop a custom Google Apps Script function to calculate price times quantity, apply per-item tax rate, and return subtotals plus a total for multiple items.
Calculate subtotals by multiplying quantity by price, then build a customized total cost formula across a range in Google Sheets using Apps Script and dynamic output strings.
Build a custom Apps Script function to pull tax rates from a separate tax table, match categories, and compute the total cost from two sheets in Google Sheets.
Google Sheets is a spreadsheet app which is powerful and easy to use. Sheets has a familiar layout so you can get started quickly.....
Learn how to power up with Google Sheets with the power to Share and collaborate with others!
Increase your productivity bring it to the max, with auto saves, and the ability to access from any device, its loaded with amazing smart functionality.
Its a web based spreadsheet that you can use store and access your files from your Google drive using your Google Account.
It works across any device, mobile or desktop you choose whichever you prefer.
Google Sheets comes with your Google Account as well more powerful organization workspaces are also available.
Works seamlessly across Google Workspace Suite of apps including Google Drive, Docs, and Slides
Interface is familiar just like Excel and other similar spreadsheet products.
Lots of useful add-ons you can download to really supercharge your Google Sheets.
This course is Perfect to become more familiar with Google Sheets - helpful tips and resources also included.
Learn about Google Sheets version control - How do I manage version history in Google Sheets?
Learn about Google Sheets formulas - How do I create a formula in Google Sheets?
Google Sheets Getting Started with Sheets for Beginners
Course lessons are designed to be a step by step lesson structure to help you learn everything about Google Sheets
Getting Started with Google Sheets - How to start using Google Sheets
Sheets Collaboration Sharing benefits of web based workspace working with others
How to save sheet data Saving your Sheet updates and best practices to recover
How Google Sheets compares to other spreadsheet apps Sheets vs Excel comparison
Google Sheets other files and formats Create and Import Files to Sheets
Edit and update content in sheets Editing Google Sheets
How to use Sheets tips and helpful ideas about content Sheet Content Option
Update the cell formats Format Cells in Sheets and options for cell data
How to apply filters within Google Sheets Google Sheets Filters.
How to protect your Sheet data apply Protected Sheets and Ranges to cell content
Do more with Sheets Google Spreadsheet Sheet Options
How to setup Named Ranges within your Google Sheets documents
Setting view options within Google Sheets View options Sheets settings
How to insert into your Google Sheets Insert Options Sheet content
How to Insert Charts and Images into Sheets with helpful tips and tricks
How to use Comments and Notes Insert in Google Sheets
New features like Slicers in Sheets Filter how to use new features
Explore your Google Sheet Data Options
Google Sheets how to use Tools menu Sheets Tool Options
More about Google Addons and what you can do with Sheets Addons
Explore the Google Sheet Explore Sheets option for your content suggestions
Google Sheets FUNCTIONS allow you to do more easily with prebuilt functions
Google Sheets working with common functions
Google Sheets Functions Sheets Formula Simple Operators and Functions
Selecting Cells and settings selected cell Relative vs Absolute Cells
Common functions within Google Sheets Helpful Google Sheet Functions
Sheets Functions Date Options within Google Sheets Using Date Functions
How to use Text Functions Sheets String Functions
How to use Sheets Filter Functions for Sheet Data in Cell formulas
Most commonly used Sheets Info Functions examples of Info Functions
How to use Lookup in Sheets Google Sheets LookUp Functions examples
Examples of Common Sheets Math Functions
Benefits of using Google Sheets - Accessing Sheets from any device - Easy to Navigate Sheet Columns and Rows - How to Create and name sheet - Features of Sheets Automatically save your work - How you can select and open you can also open templates - Saving Sheets files all automatically stored in drive - How to create new Sheets duplicate Sheets content to other Sheets - Explore selecting of rows and column- range selection to get cell data - How to make changes right away
Taught by a Google Developer Expert for Google Workspace - ready to help you learn more about Google Sheets
What are you waiting for join now and become more productive with Google Sheets Today.