Google Sheets A Basic Guide
Google Sheets A Basic Guide
In essence, the purpose of Google Sheets extends far beyond basic spreadsheet functionality. It empowers users
to organize data effectively, collaborate seamlessly, analyze information comprehensively, and automate work-
flows efficiently. Whether it’s managing finances, planning projects, or conducting data-driven research, Google
Sheets continues to be a versatile and indispensable tool in the digital age.
Hotkeys:
Hotkeys, or keyboard shortcuts, are keystroke combinations that provide quick access to various functions with-
in Google Sheets. They enable users to perform tasks efficiently without relying on menus or mouse clicks. We
will go over the common hotkeys in this guide.
Templates:
Google Sheets provides a variety of pre-designed templates to simplify the creation of common spreadsheet doc-
uments. These templates cover a wide range of use cases, including budgeting, project management, inventory
tracking, and financial analysis. Users can access templates directly from the Google Sheets template gallery or
via the Google Sheets homepage. Templates save time and effort by providing layouts, formulas, and formatting
options. This allows users to focus on inputting their data rather than designing their spreadsheet from nothing.
We will go over how to use some of the template gallery templates in this guide.
Table of Contents - 3
III. Google Sheets Templates
A. Introduction to Templates...................................................................................................................... 16
B. Accessing Templates............................................................................................................................. 16
C. Popular Templates................................................................................................................................. 17,18
I. Budget Templates........................................................................................................................... 17
II. Project Management Templates.................................................................................................... 17
III. Schedule Templates..................................................................................................................... 18
IV. Inventory Templates.................................................................................................................... 18
D. Customizing Templates........................................................................................................................ 19.20
I. Modifying Columns/Rows............................................................................................................. 19
II. Changing Formatting.................................................................................................................... 19
III. Adding Custom Functions........................................................................................................... 20
IV. Collaborating on Templates......................................................................................................... 20
Conclusion
A. Recap of Google Sheets Functions, Hotkeys, and Templates.............................................................. 21
B. Encouragement for Further Exploration and Learning........................................................................ 22
Glossary........................................................................................................................................................ 24,25
Table of Contents - 4
I. Functions
A. Basic Functions
I. SUM
The SUM function in Google Sheets is a powerful tool used to quickly add up a range of numbers within a
spreadsheet. It allows users to calculate the total of multiple cells by simply specifying the range of cells to be
summed. For example, typing “=SUM(A1:A5)” will add up the values in cells A1 through A5 and display the
result in the cell where the formula is entered. Additionally, the SUM function can handle a mix of numbers,
cell references, and even other functions, making it versatile for various calculation needs.
II. AVERAGE
The AVERAGE function in Google Sheets calculates the mean of a range of numbers. It adds up all the num-
bers in the specified range and then divides the sum by the count of numbers in that range. This function is com-
monly used to find the average value of a dataset, making it useful for tasks such as analyzing grades, tracking
expenses, or summarizing survey responses. Typing “=AVERAGE(A1:A5)” will add up the values in cells A1
through A5, divide by 5, and display the result in the cell where the formula is entered.
IV. COUNT/COUNTA
The COUNT and COUNTA functions in Google Sheets are used to count the number of cells containing data
within a specified range. The COUNT function counts the number of cells within a range that contain numeri-
cal values, not including blank, text, or error cells. The COUNTA function counts the number of cells within a
range that are not empty, including text, number, logical value, and error cells. Both functions are valuable for
quickly obtaining counts of data entries in a range, specifically for data analysis and spreadsheet organization.
II. ABS
The ABS function in Google Sheets stands for “absolute.” Its purpose is to return the positive value of any giv-
en number, regardless of its original sign. This function is useful for scenarios where you need to disregard the
negative sign of a number and focus only on its magnitude. For example, if you have a cell containing the value
-5, applying the ABS function to it would return 5. It’s a simple yet handy tool for various calculations and data
manipulations within Google Sheets.
IV. RAND
The RAND function in Google Sheets generates a random number between 0 and 1. It’s a useful tool for scenar-
ios where you need to simulate randomness or create random data sets. By typing “=RAND()” into a cell, you
can produce a new random number each time the sheet recalculates. This function can be particularly handy in
tasks like statistical analysis, simulations, or simply for generating random values for testing purposes.
II. LEFT/RIGHT
The LEFT and RIGHT functions in Google Sheets are used to extract a specific number of characters from the
beginning (LEFT) or end (RIGHT) of a text string. For the LEFT function, specify the text string and the num-
ber of characters you want to extract from the left side. For example, “=LEFT(A1, 5)” would extract the first 5
characters from cell A1. For the RIGHT function, you specify the text string and the number of characters you
want to extract from the right side. For example, “=RIGHT(A1, 5)” would extract the last 5 characters from cell
A1.These functions are useful for parsing data or extracting specific information from text strings in Google
Sheets.
IV. SUBSTITUTE
The SUBSTITUTE function in Google Sheets is a tool for replacing specific instances of text within a cell. It
allows users to find a particular substring within a larger text and replace it with another substring. Users can
specify which occurrence of the substring they want to replace, or they can replace all occurrences within the
text. SUBSTITUTE is helpful for cleaning up data, formatting text, or making specific changes to strings within
a spreadsheet. Its syntax is straightforward, requiring the text to be replaced, the text to replace it with, and the
cell or range where the substitution should occur.
II. TODAY/NOW
The TODAY function returns the current date in the selected cell. It doesn’t require any arguments, simply
typing “=TODAY()” will populate the cell with today’s date, which updates automatically every time the sheet
is recalculated or opened on a new day. The NOW function, on the other hand, returns the current date and
time. Like TODAY, it also doesn’t require any arguments and will update the cell with the current date and time
whenever the sheet recalculates or opens. These functions are handy for tracking dates and times in spread-
sheets, especially for tasks like scheduling, tracking deadlines, or creating timestamps.
IV. TIME
The TIME function is a tool for manipulating and working with time values. It allows users to create a time
value by specifying the hour, minute, and second components. The syntax for the TIME function is TIME(hour,
minute, second). This function is useful calculating time differences, adding or subtracting time from a given
value, or formatting time values for display purposes. Additionally, it can be combined with other functions
like SUM or AVERAGE to perform more complex calculations involving time. The TIME function in Google
Sheets simplifies time-related operations, making it easier for users to manage and analyze time data within
their spreadsheets.
III. Ctrl + X
To utilize Ctrl + X in Google Sheets, simply highlight the content you wish to cut from your spreadsheet. This
could be a cell, a range of cells, or even an entire row or column. Once selected, press Ctrl + X on your key-
board. This action will remove the selected content from its original location and store it in the clipboard. You
can then paste it elsewhere in your spreadsheet or in a different document using Ctrl + V. Ctrl + X is a conve-
nient shortcut for quickly moving data within Google Sheets, allowing for efficient organization and rearrange-
ment of information.
IV. Ctrl + Z
Using Ctrl + Z in Google Sheets is a simple yet powerful way to undo recent actions. Whether you’ve acciden-
tally deleted data, formatted cells incorrectly, or made any other mistakes, Ctrl + Z comes to the rescue. Simply
press Ctrl + Z on your keyboard, and Google Sheets will promptly reverse your most recent action, restoring
your spreadsheet to its previous state. This handy shortcut can save you time and frustration by quickly correct-
ing errors without the need for manual adjustments.
II. Ctrl + R
To use Ctrl + R in Google Sheets, simply select the cell or range of cells containing the data you want to fill,
then press Ctrl + R. This keyboard shortcut is a quick way to replicate the content of the cell or cells to the right.
It’s especially handy when you have a series of data or formulas that you want to extend across adjacent cells.
By using Ctrl + R, you can efficiently populate cells with consistent data without the need for manual copying
and pasting. This feature streamlines the process of data entry and formatting, saving you time and effort while
working on spreadsheets in Google Sheets.
B. Accessing Templates
Accessing templates in Google Sheets is a breeze, offering a shortcut to professional and pre-designed spread-
sheets for various purposes. To find these templates, first, open Google Sheets and navigate to the “Template
Gallery” by clicking on the “Template Gallery” button located in the upper-right corner of the main screen.
Alternatively, you can access it through the “File” menu by selecting “New” and then “From template.” Once
there, you’ll discover a plethora of templates ranging from budget planners to project trackers and beyond.
Browse through the categories or use the search bar to find a template tailored to your needs. Click on the
desired template to preview it and then select “Use template” to make a copy and start customizing it with your
own data. It’s a hassle-free way to kickstart your projects with professionally designed layouts.
Functions:
Google Sheets has a vast array of functions to manipulate and analyze data. From simple arithmetic functions
like SUM and AVERAGE to more complex functions like VLOOKUP and QUERY, there’s a function for nearly
every task. These functions enable users to perform calculations, manipulate text, generate random numbers,
and much more. Additionally, Google Sheets supports custom functions, allowing users to create their own for-
mulas using Google Apps Script.
Hotkeys:
Mastering keyboard shortcuts can significantly boost productivity in Google Sheets. Some essential hotkeys
include Ctrl + C for copying, Ctrl + V for pasting, and Ctrl + Z for undoing actions. For navigating within a
spreadsheet, hotkeys like Ctrl + Arrow keys can quickly move to the edge of data ranges, while Ctrl + Shift +
Arrow keys can select entire ranges of data. These hotkeys streamline workflow, reducing reliance on the mouse
and saving valuable time.
Templates:
Google Sheets offers a wide range of templates to kickstart various projects and workflows. Whether it’s bud-
get trackers, project management tools, or inventory systems, there’s a template to suit every need. Accessing
templates is simple: users can browse the Template Gallery directly within Google Sheets or through the “File”
menu. Once a template is selected, users can customize it to fit their specific requirements, saving time and ef-
fort in creating from scratch. Moreover, users can create their own templates and share them with others, foster-
ing collaboration and knowledge-sharing within teams.
Google Sheets provides a comprehensive toolkit for managing data, boosting productivity, and collaborating
with others. Its extensive range of functions helps users to perform complex calculations and analyses with ease.
Hotkeys streamline workflow, allowing users to navigate and manipulate data quickly. Meanwhile, templates of-
fer ready-made solutions for various tasks, accelerating project initiation and simplifying collaboration. Whether
you’re a beginner or an advanced user, Google Sheets offers a lot of features to streamline your work.
The journey of learning and exploration in Google Sheets is both exciting and rewarding. Embrace curiosity,
don’t fear experimentation, and be persistent in your pursuit of knowledge. With each new skill you acquire and
each challenge you overcome, you’ll become more proficient and confident in using Google Sheets to its fullest
potential. Happy exploring!
C Common Hotkeys:
Frequently used keyboard shortcuts in Google Sheets for basic editing and navigation
tasks. Examples include Ctrl + C for copying, Ctrl + V for pasting, Ctrl + X for cutting,
and Ctrl + Z for undoing actions.
E Editing Hotkeys:
Keyboard shortcuts in Google Sheets used for editing and manipulating data. Exam-
ples include Ctrl + D for filling down data, Ctrl + R for filling right, Ctrl + Shift + → for
selecting a range to the right, and Ctrl + Shift + ← for selecting a range to the left.
F Functions:
A comprehensive set of built-in formulas and operations designed to perform various
tasks within Google Sheets. These functions range from basic arithmetic operations
like SUM and AVERAGE to more advanced functions like VLOOKUP and QUERY,
enabling users to manipulate data, perform calculations, and analyze information effi-
ciently.
H
Hotkeys:
Keyboard shortcuts that provide quick access to various commands and functions with-
in Google Sheets. These hotkeys help users navigate, edit, and perform actions more
efficiently, reducing reliance on the mouse and streamlining workflow.
M
Mathematical Functions:
Functions in Google Sheets used for performing mathematical operations and calcu-
lations. Examples include ROUND for rounding numbers to a specified number of
decimal places, ABS for finding the absolute value of a number, SQRT for calculating
the square root of a number, and RAND for generating random numbers.
N Navigation Hotkeys:
Keyboard shortcuts in Google Sheets used for navigating within a spreadsheet. Exam-
ples include Ctrl + [Up Arrow] for jumping to the top of a sheet, Ctrl + [Down Arrow]
for jumping to the bottom, Ctrl + ←/→ for moving to the previous or next sheet, and
Ctrl + Home/End for jumping to the first or last cell.
Glossary | A-N - 23
T Templates:
Pre-designed spreadsheet layouts available in Google Sheets for various tasks and
projects. Templates provide users with a starting point for creating new spreadsheets,
covering a wide range of use cases such as budgeting, project management, scheduling,
and inventory tracking. Users can customize templates to fit their specific needs, saving
time and effort in creating from scratch.
Text Functions:
Functions in Google Sheets used for manipulating and analyzing text data. Examples
include CONCATENATE for combining text strings, LEFT/RIGHT for extracting char-
acters from the left or right side of a text string, LEN for calculating the length of a text
string, and SUBSTITUTE for replacing text within a string.
Glossary | N-Z - 24