0
0
Google Sheetsspreadsheet~20 mins

Entering and editing data in Google Sheets - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Data Entry Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
2:00remaining
What is the result of this formula after editing cell A1?
You have a Google Sheet where cell A1 contains the number 10. Cell B1 contains the formula =A1 * 2. If you change the value in A1 to 15, what will be the value in B1?
A10
B15
C30
D20
Attempts:
2 left
💡 Hint
Remember that formulas update automatically when referenced cells change.
Function Choice
intermediate
2:00remaining
Which function helps you quickly fill a series of numbers?
You want to enter numbers 1 to 10 in cells A1 to A10 without typing each number manually. Which Google Sheets feature or function should you use?
AUse the Fill Handle by dragging the corner of the first cell
BUse the IF() function
CUse the CONCATENATE() function
DUse the SUM() function
Attempts:
2 left
💡 Hint
Look for a way to drag and fill cells automatically.
🎯 Scenario
advanced
2:00remaining
How to prevent accidental changes to important data?
You have a sheet with important data in cells A1 to D10. You want to allow users to view but not change these cells. What is the best way to protect this data in Google Sheets?
AProtect the range A1:D10 with a password and restrict editing
BUse Data Validation to restrict input
CDelete the cells so no one can edit them
DHide the rows containing the data
Attempts:
2 left
💡 Hint
Think about sheet protection features.
📊 Formula Result
advanced
2:00remaining
What happens when you paste data with different formatting?
You copy cells with red text and bold font from one sheet and paste them into another sheet that has default formatting. What will be the formatting of the pasted cells if you use 'Paste values only'?
AThe pasted cells keep red text and bold font
BThe pasted cells keep only the bold font
CThe pasted cells keep only the red text color
DThe pasted cells have default formatting with no color or bold
Attempts:
2 left
💡 Hint
Paste values only copies just the data, not formatting.
data_analysis
expert
2:00remaining
How many cells contain text after editing?
You have a range A1:A5 with these values: 100, "Hello", 200, "World", 300. You replace the value in A3 with "Test". How many cells in A1:A5 now contain text?
A2
B3
C4
D5
Attempts:
2 left
💡 Hint
Count cells with words, not numbers.