Challenge - 5 Problems
Track Changes & Comments Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate2:00remaining
What happens when you enable Track Changes in Excel?
When you turn on Track Changes in Excel, what is the main effect on the workbook?
Attempts:
2 left
💡 Hint
Think about what 'tracking changes' means in a shared document.
✗ Incorrect
Track Changes lets Excel record edits made by different users, showing details like who made the change and when. It helps in reviewing and accepting or rejecting changes.
📊 Formula Result
intermediate2:00remaining
What is the output of the comment count formula?
You have a worksheet with 5 cells containing comments. You use the formula
=COUNTA(COMMENTS()) (assuming COMMENTS() returns all comments). What will this formula return?Attempts:
2 left
💡 Hint
Is COMMENTS() a valid Excel function?
✗ Incorrect
COMMENTS() is not a built-in Excel function, so using it causes a #NAME? error.
❓ Function Choice
advanced2:00remaining
Which method lets you view all comments in a worksheet at once?
You want to see all comments in your Excel worksheet without clicking each cell. Which option lets you do this?
Attempts:
2 left
💡 Hint
Look for a Review feature that manages comments.
✗ Incorrect
The Review tab has a 'Show All Comments' button that displays all comments on the sheet at once.
🎯 Scenario
advanced2:00remaining
You want to accept all tracked changes in a shared workbook. What should you do?
In a shared Excel workbook with Track Changes enabled, you want to accept all changes made by others. Which step correctly accomplishes this?
Attempts:
2 left
💡 Hint
Look for a Review option that manages changes.
✗ Incorrect
The 'Accept/Reject Changes' feature in the Review tab lets you review and accept or reject tracked changes.
❓ data_analysis
expert3:00remaining
How many changes will be shown after filtering by user 'Alice'?
You have tracked changes from three users: Alice (3 changes), Bob (5 changes), and Carol (2 changes). You filter the change history to show only changes made by Alice. How many changes will be visible?
Attempts:
2 left
💡 Hint
Filtering by user shows only that user's changes.
✗ Incorrect
Filtering by Alice shows only her 3 changes, hiding others.