Insert Checkboxes and Lock Cells
Process Flow to Insert Checkboxes and Lock Cells Using Data Validation in Excel
This process allows you to insert checkboxes for evaluation criteria (Punctuality, Job Knowledge, etc.) and lock cells using Data Validation with the formula =$G3<>1
.
🔹 Step 1: Insert Checkboxes
Enable Developer Tab:
- Open Excel → Go to File → Options → Customize Ribbon → Check Developer → Click OK.
Insert Checkboxes:
- Go to Developer Tab → Click Insert → Select Checkbox (Form Control).
- Click on the cell where you want the first checkbox (e.g., B2).
- Resize and adjust the position.
- Right-click → Edit Text → Delete text (optional).
- Copy and paste checkboxes into other cells under Punctuality, Job Knowledge, etc.
🔹 Step 2: Link Checkboxes to Cells
- Right-click on each checkbox → Select Format Control.
- Go to the Control tab → Set Cell Link to the adjacent cell (e.g., H2 for B2 checkbox).
- Repeat for all checkboxes under the relevant columns.
- When checked, the linked cell will show TRUE; otherwise, it will show FALSE.
🔹 Step 3: Apply Data Validation to Lock Cells Based on Status
- Select the range where checkboxes are inserted (e.g., B2:F10).
- Go to Data → Data Validation → Custom. Enter the formula:
- This formula prevents users from making changes if the Status (Column G) is 100%.
- Click OK → Now, when a row's Status = 100%, checkboxes cannot be unchecked.
🔹 Step 4: Conditional Formatting (Optional)
- Select the entire table (B2:G10).
- Go to Home → Conditional Formatting → New Rule.
- Select Use a formula to determine which cells to format. Enter the formula:
- This highlights rows where Status = 100%.
- Click Format → Choose a color → Click OK.
🔹 Summary
✔ Insert Checkboxes → Link to Cells
✔ Use Data Validation Formula =$G3<>1
to Lock Cells
✔ Use Conditional Formatting for Better Visibility
Comments
Post a Comment