Challenge - 5 Problems
Data Entry Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate2: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?Attempts:
2 left
💡 Hint
Remember that formulas update automatically when referenced cells change.
✗ Incorrect
The formula in B1 multiplies the value in A1 by 2. Changing A1 to 15 makes B1 equal to 15 * 2 = 30.
❓ Function Choice
intermediate2: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?
Attempts:
2 left
💡 Hint
Look for a way to drag and fill cells automatically.
✗ Incorrect
The Fill Handle lets you drag the corner of a cell to fill a series like numbers or dates automatically.
🎯 Scenario
advanced2: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?
Attempts:
2 left
💡 Hint
Think about sheet protection features.
✗ Incorrect
Protecting a range lets you restrict who can edit those cells, preventing accidental changes.
📊 Formula Result
advanced2: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'?
Attempts:
2 left
💡 Hint
Paste values only copies just the data, not formatting.
✗ Incorrect
Using 'Paste values only' inserts only the raw data, so formatting like color and bold is lost.
❓ data_analysis
expert2: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?
Attempts:
2 left
💡 Hint
Count cells with words, not numbers.
✗ Incorrect
Initially, cells A2 and A4 contain text. After changing A3 to "Test", cells A2, A3, and A4 contain text, totaling 3.