0
0
Google Sheetsspreadsheet~20 mins

Template gallery usage in Google Sheets - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
πŸŽ–οΈ
Template Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🎯 Scenario
intermediate
2:00remaining
Choosing the right template for a monthly budget

You want to track your monthly expenses and income using Google Sheets. Which template from the Template Gallery should you select to get started quickly?

AAnnual financial report template
BMonthly budget template
CEvent guest list template
DProject timeline template
Attempts:
2 left
πŸ’‘ Hint

Think about which template is designed specifically for tracking money each month.

πŸ“Š Formula Result
intermediate
1:30remaining
Output of a formula in a template sheet

You open a Google Sheets template for a sales report. Cell B5 contains the formula =SUM(B2:B4). If cells B2, B3, and B4 contain 100, 200, and 150 respectively, what is the value shown in B5?

A150
B350
C100
D450
Attempts:
2 left
πŸ’‘ Hint

SUM adds all numbers in the range.

❓ Function Choice
advanced
1:30remaining
Best function to calculate average in a template

You are using a Google Sheets template for student grades. You want to calculate the average score of students listed in cells C2 to C10. Which function should you use?

A=AVERAGE(C2:C10)
B=SUM(C2:C10)
C=COUNT(C2:C10)
D=MAX(C2:C10)
Attempts:
2 left
πŸ’‘ Hint

Think about which function finds the middle value of a group of numbers.

❓ data_analysis
advanced
2:00remaining
Identifying template features for project tracking

You open a project management template in Google Sheets. It includes columns for task name, start date, end date, and status. Which feature helps you quickly see which tasks are overdue?

AUsing the SUM function to add task durations
BSorting tasks alphabetically by name
CConditional formatting highlighting tasks past their end date
DInserting a pie chart of task statuses
Attempts:
2 left
πŸ’‘ Hint

Think about how colors can help you spot important information fast.

🧠 Conceptual
expert
2:30remaining
Understanding template data protection features

When you use a Google Sheets template shared with you, which feature helps prevent accidental changes to important formulas or headers?

AProtected ranges that restrict editing to certain users
BFreezing rows to keep headers visible
CUsing filters to sort data
DConditional formatting to color cells
Attempts:
2 left
πŸ’‘ Hint

Think about how to stop others from changing specific cells.