0
0
Excelspreadsheet~20 mins

Track changes and comments in Excel - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Track Changes & Comments Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2: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?
AExcel records all edits made by users, showing who changed what and when.
BExcel automatically saves a backup copy of the workbook every 5 minutes.
CExcel locks the workbook so no one else can edit it until Track Changes is turned off.
DExcel highlights cells with formulas that have errors.
Attempts:
2 left
💡 Hint
Think about what 'tracking changes' means in a shared document.
📊 Formula Result
intermediate
2: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?
A0
B#NAME? error
C5
DThe text of the first comment
Attempts:
2 left
💡 Hint
Is COMMENTS() a valid Excel function?
Function Choice
advanced
2: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?
AGo to Review tab and click 'Show All Comments'.
BUse the formula =SHOWCOMMENTS() in a cell.
CEnable Track Changes to display comments automatically.
DRight-click a cell and select 'View Comment History'.
Attempts:
2 left
💡 Hint
Look for a Review feature that manages comments.
🎯 Scenario
advanced
2: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?
ADelete all comments manually to accept changes.
BSave the workbook with a new name to accept changes.
CTurn off Track Changes to accept all changes automatically.
DGo to Review tab, click 'Accept/Reject Changes', then choose to accept all changes.
Attempts:
2 left
💡 Hint
Look for a Review option that manages changes.
data_analysis
expert
3: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?
A0
B5
C3
D10
Attempts:
2 left
💡 Hint
Filtering by user shows only that user's changes.