1. Standardized Status Tracking
Project ManagerBackground
A project tracking sheet requires team members to update task statuses, but manual typing leads to inconsistent data.
Problem
Need to restrict input to 'Open', 'Pending', or 'Closed' and provide a helpful prompt for users.
How to use
Upload the tracker file and define a list-type rule for the status column.
[{"type": "list", "sheetName": "Tasks", "target": "B2:B500", "values": ["Open", "Pending", "Closed"], "promptTitle": "Status", "prompt": "Select the current task status"}]Outcome
All cells in the status column now feature a dropdown menu and a helpful prompt, ensuring clean, consistent data.