0
0
Excelspreadsheet~20 mins

Co-authoring in real time in Excel - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Co-authoring Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🎯 Scenario
intermediate
2:00remaining
Identify the best practice for real-time co-authoring

You and your team are editing the same Excel workbook simultaneously. Which practice helps avoid conflicts and data loss during co-authoring?

AWork offline and merge changes later manually
BSave the workbook only after everyone finishes editing
CUse comments and chat to communicate changes while editing
DDisable auto-save to control when changes are saved
Attempts:
2 left
💡 Hint

Think about how to keep everyone informed while working together.

📊 Formula Result
intermediate
2:00remaining
Result of concurrent edits in a shared cell

Two users edit the same cell in a shared Excel workbook at the same time. User 1 enters =SUM(A1:A3). User 2 enters =AVERAGE(A1:A3). After saving, what will the cell show?

AThe cell shows the formula <code>=AVERAGE(A1:A3)</code>
BThe cell shows the formula <code>=SUM(A1:A3)</code>
CThe cell shows an error <code>#CONFLICT!</code>
DThe cell shows the last saved value before editing
Attempts:
2 left
💡 Hint

Consider which user's change Excel saves last in real-time co-authoring.

Function Choice
advanced
2:00remaining
Choose the function to track changes in a shared workbook

You want to track who made changes to cells in a workbook shared for co-authoring. Which Excel feature or function helps you do this?

AUse the <code>TRACKCHANGES()</code> function in cells
BEnable the 'Track Changes' feature under Review tab
CUse the <code>HISTORY()</code> function in formulas
DInsert a <code>CHANGELOG()</code> worksheet manually
Attempts:
2 left
💡 Hint

Look for a built-in Excel feature that records edits by users.

data_analysis
advanced
2:00remaining
Analyze the impact of simultaneous edits on data integrity

In a shared Excel workbook, two users simultaneously update different rows in a large sales table. What is the expected impact on data integrity and workbook performance?

AData integrity and performance remain unaffected regardless of edits
BData integrity is lost, but performance improves due to parallel edits
CData integrity is compromised, and the workbook crashes often
DData integrity is maintained, but performance may slow slightly
Attempts:
2 left
💡 Hint

Think about how Excel handles multiple edits in different parts of the workbook.

🧠 Conceptual
expert
2:00remaining
Identify the cause of a #REF! error after co-authoring

After multiple users co-author a workbook, a formula that referenced a deleted row now shows #REF!. What is the most likely cause?

AOne user deleted the referenced row during co-authoring
BThe workbook was saved without auto-save enabled
CExcel does not support formulas in co-authored workbooks
DThe formula syntax is incorrect and needs fixing
Attempts:
2 left
💡 Hint

Consider what happens when referenced data is removed by another user.