Challenge - 5 Problems
Comments and Suggestions Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🎯 Scenario
intermediate1:30remaining
Adding a comment to a cell
You want to add a comment to cell B2 in Google Sheets to remind yourself about a deadline. Which method will correctly add a comment visible when hovering over the cell?
Attempts:
2 left
💡 Hint
Think about how comments are usually added to cells for notes or reminders.
✗ Incorrect
To add a comment in Google Sheets, you right-click the cell and choose 'Insert comment'. This lets you add a note that appears when you hover over the cell.
📊 Formula Result
intermediate1:00remaining
Effect of a comment on formula calculation
If cell A1 contains the number 10 and you add a comment to A1, what will be the result of the formula =A1*2 in cell B1?
Google Sheets
=A1*2Attempts:
2 left
💡 Hint
Think about whether comments affect the actual cell value used in formulas.
✗ Incorrect
Comments do not change the cell's value. The formula uses the cell's value (10), so the result is 20.
❓ Function Choice
advanced1:30remaining
Suggesting a change with a note
You want to suggest a change in cell C3 without changing its value. Which feature should you use in Google Sheets to add your suggestion?
Attempts:
2 left
💡 Hint
Consider which feature is designed for adding visible text notes without implying a conversation.
✗ Incorrect
Notes are simple text attached to a cell for suggestions or explanations. Comments are for conversations and collaboration.
❓ data_analysis
advanced2:00remaining
Identifying cells with comments
You have a large sheet and want to find all cells that have comments. Which method will help you locate these cells quickly?
Attempts:
2 left
💡 Hint
Think about built-in features that show comments visually.
✗ Incorrect
Clicking the Comments button opens the sidebar listing all comments, making it easy to locate the cells by navigating to them.
🧠 Conceptual
expert2:00remaining
Difference between comments and notes
Which statement correctly describes the difference between comments and notes in Google Sheets?
Attempts:
2 left
💡 Hint
Think about how collaboration features differ from simple annotations.
✗ Incorrect
Comments support conversations and replies, useful for teamwork. Notes are static text for personal reminders or explanations.