Dashboard Mode - Sheet protection
Dashboard Goal
Protect the sales data sheet to prevent accidental changes while allowing users to enter sales in specific cells.
Protect the sales data sheet to prevent accidental changes while allowing users to enter sales in specific cells.
| Product | Jan Sales | Feb Sales | Mar Sales | Total Sales |
|---|---|---|---|---|
| Apples | 100 | 120 | 130 | =SUM(B2:D2) |
| Bananas | 90 | 110 | 115 | =SUM(B3:D3) |
| Cherries | 80 | 95 | 100 | =SUM(B4:D4) |
| Dates | 70 | 85 | 90 | =SUM(B5:D5) |
| Elderberries | 60 | 75 | 80 | =SUM(B6:D6) |
=SUM(B2:D2) and similar for other rows.+-------------------------------+ | Sales Data Table | | (Products, Monthly Sales, | | Total Sales with formulas) | +-------------------------------+ | Sheet Protection | | (Locked cells and password) | +-------------------------------+
Users can enter or update sales numbers only in the unlocked cells (Jan, Feb, Mar sales columns). The sheet protection prevents editing of product names and total sales formulas. This keeps data safe while allowing updates.
If you try to edit a total sales cell (column E), what happens?
Answer: Excel will prevent editing because the sheet is protected and those cells are locked.
If you enter new sales numbers in January sales (column B), what updates?
Answer: The total sales in column E will automatically update because of the SUM formula.