Hi,
To make cells uneditable based on specific dates and times, you can use a combination of conditional formatting and data validation in Excel. Here's how you can do it-
- Select the cells in row 1 (3 cells) that you want to restrict editing for.
- Go to the "Home" tab in the Excel ribbon and click on "Conditional Formatting" in the "Styles" group.
- Select "New Rule" from the dropdown menu. The "New Formatting Rule" dialog box will appear.
- Choose the option "Use a formula to determine which cells to format."
- In the "Format values where this formula is true" field, enter the following formula:
=NOW() > DATE(2023,8,24)+TIME(18,0,0)
- Click on the "Format" button and go to the "Protection" tab. Check the box for "Locked" to lock the cells.
- Click "OK" to close the "Format Cells" dialog box, and then click "OK" again in the "New Formatting Rule" dialog box.
- Now, the selected cells in row 1 will be locked and uneditable after August 24, 2023, at 18:00.
Repeat the above steps for each row, changing the formula to match the specific date and time for each row.
Best Regards.