Google Sheet
Google Sheet
Here’s a detailed step-by-step guide to teach advanced Google Sheets topics, complete
with examples and instructions for each activity:
Conditional Formatting
Lookup Functions
Logical Functions
Data Validation
Text Functions
Keyboard Shortcuts
1. Conditional Formatting
Objective:
Automatically format cells based on their content.
Set Condition
Open Conditional
Formatting
Choose Formatting
Style
Open Choose
Set Apply
Select Range Conditional Formatting
Condition Formatting
Formatting Style
2. Lookup Functions
A. VLOOKUP
Objective:
Search for a value in a vertical table and return corresponding data.
Retrieve Use
Corresponding Retrieved
Search in Data Data
Identify Value
Vertical
Value Found?
Table End Process
Locate Value in
Table
Search for the value
within the vertical
table
Identify Search
Value
Determine the value
to search for in the
table
Product Performance
Product A
Product B
Product C
Steps:
1. Write the Formula: In a blank cell, type:
Write VLOOKUP
Formula Display Result
Press Enter
B. HLOOKUP
Example: Search for a value in a horizontal table.
• Similar to VLOOKUP but searches horizontally.
3. Logical Functions
A. IF Statement
Objective:
Perform conditional checks and return a value based on the result.
Example: Determine if students passed or failed based on scores.
Dataset Example:
NameScore
Alice45
Bob70
Steps:
1. Write the Formula: In a blank cell, type:
4. Data Validation
Objective:
Restrict inputs or create dropdown menus.
Example: Create a dropdown for department names.
Steps:
1. Select the Range: Highlight the cells (e.g., D2:D20).
2. Open Data Validation:
• Go to Data → Data Validation.
3. Set Criteria:
• Under Criteria, choose List of items.
• Enter options (e.g., Sales, HR, IT).
4. Save: Click Save.
• A dropdown menu will appear in the selected cells.
Set Criteria
Save Settings
5. Text Functions
A. CONCATENATE
Objective:
Combine text from multiple cells into one.
Example: Combine first and last names.
Steps:
1. Dataset:
1. First NameLast Name
1. JohnDoe
2. Write the Formula:
Identify Text
Cell Write SPLIT
Formula
Press Enter
View Results
Select the cell
containing the Enter the
text "John Doe formula Execute the
=SPLIT(A2, " ") formula by Observe the
in the formula pressing the text split into
bar Enter key separate cells
Fill Down
Ctrl + D
Wrap-Up Activity
1. Provide a small dataset with names, scores, and departments.
2. Ask students to:
• Highlight scores greater than 75.
• Use a VLOOKUP to find a specific student's department.
• Combine first and last names.
• Add a dropdown for department options.
Would you like me to prepare a downloadable example dataset for this?