Afro_Cookie
Board Regular
- Joined
- Mar 17, 2020
- Messages
- 103
- Office Version
- 365
- Platform
- Windows
I have 2 sheets, first is a basic table that will help establish priority of work, that is where the check boxes come in. On the second sheet, when the work is completed, a date is put into B:B.
I want to change the value of the reference cell from TRUE to FALSE based on the value on sheet 2. This is what I've tried so far and it works, but when the check box is used manually on sheet 1, it overwrites the code in the check box reference cell.
Any ideas would be helpful.
I want to change the value of the reference cell from TRUE to FALSE based on the value on sheet 2. This is what I've tried so far and it works, but when the check box is used manually on sheet 1, it overwrites the code in the check box reference cell.
=IF(B2="",TRUE,FALSE)
Any ideas would be helpful.