This sheet shows names and their scores. Multiple users can edit these cells at the same time, and changes appear instantly for everyone.
| Cell | Value |
|---|---|
| A1 | Name |
| B1 | Score |
| A2 | Alice |
| B2 | 85 |
| A3 | Bob |
| B3 | 90 |
| A4 | Carol |
| B4 | 78 |
Jump into concepts and practice - no test required
This sheet shows names and their scores. Multiple users can edit these cells at the same time, and changes appear instantly for everyone.
| Cell | Value |
|---|---|
| A1 | Name |
| B1 | Score |
| A2 | Alice |
| B2 | 85 |
| A3 | Bob |
| B3 | 90 |
| A4 | Carol |
| B4 | 78 |
=SUM(B2:B4)A B +-------+-------+ 1 | Name | Score | +-------+-------+ 2 | Alice | 85 | <-- referenced +-------+-------+ 3 | Bob | 90 | <-- referenced +-------+-------+ 4 | Carol | 78 | <-- referenced +-------+-------+
A B C +-------+-------+-------+ 1 | Name | Score | Total | +-------+-------+-------+ 2 | Alice | 85 | | +-------+-------+-------+ 3 | Bob | 90 | | +-------+-------+-------+ 4 | Carol | 78 | 253 | <-- Result of =SUM(B2:B4) +-------+-------+-------+
What does real-time co-editing in Google Sheets allow you to do?
Which of the following is the correct way to share a Google Sheet for real-time co-editing?
File > Share > Enter email addresses > Set permissions > Send
Two users are editing a Google Sheet simultaneously. User 1 types 100 in cell A1, and User 2 types 200 in the same cell at the same time. What will happen?
While co-editing a Google Sheet, a user reports their changes are not visible to others immediately. What is the most likely cause?
You are managing a team project using a shared Google Sheet. You want to track who made each change in real-time. Which feature should you use?