Dashboard Mode - Workbook protection
Dashboard Goal
Show how to protect an Excel workbook to prevent unwanted changes to sheets and structure.
Show how to protect an Excel workbook to prevent unwanted changes to sheets and structure.
| Sheet Name | Purpose | Protected? |
|---|---|---|
| Sales Data | Stores monthly sales | No |
| Summary | Shows totals and charts | No |
| Settings | Contains formulas and parameters | No |
=IF(GET.WORKBOOK(19)=1,"Protected","Not Protected")=IF(CELL("protect",'Sales Data'!A1)=1,"Protected","Unprotected") (Note: Uses CELL("protect", ref) function; sheet protection set via Review > Protect Sheet.)+----------------------+-------------------------+ | Workbook Protection | Instruction Table | | Status (KPI Card) | | +----------------------+-------------------------+ | Sheet Protection Status Table | | | +-----------------------------------------------+
When the workbook is protected or unprotected, the Workbook Protection Status KPI updates automatically.
Users can follow the instruction table to protect the workbook structure.
Sheet protection status updates automatically via formula (protect sheets via Review > Protect Sheet).
Try protecting the workbook structure via the Review tab. Which dashboard component updates?
Answer: The Workbook Protection Status KPI card updates to show "Protected".