Hello dear excel-lers,
I have a workbook that helps me to record people's phone attendance on weekly basis.
Each sheet is a list with names and timeslots. Users then are expected to choose from a drop-down menu 1 of 3 options (1-office, 2-home office, 3-formation).
There is also a formula that calculated a sum of slots that are "covered" by the employees: for example from 8 to 8.30 there are two users that chose 1 and two that chose 2 (option 3 is not calculated). So the total will be 4 people that cover 8-8.30 slot.
Once someone chooses an option from the dropdown list, the cell changes color according to the selection - conditional formatting again.
There also a rule that if the sum is, i.e., more or equal than 4, than the cell with the slot timing turns green color.
Anyways, eventually the sheet look very structured and colorful.
So, sometime users instead of choosing from the dropdown list they just change the cell color. In that case, obviously, the cell contains no value (office or home office) and therefore cannot be calculated by the formula and in turn slot cell color wont change.
Is there a way, probably VBA, to stop users from changing certain cell range color change, but still be able to choose the drop down items?
Did i already confuse everybody?
Thank you in advance,
I have a workbook that helps me to record people's phone attendance on weekly basis.
Each sheet is a list with names and timeslots. Users then are expected to choose from a drop-down menu 1 of 3 options (1-office, 2-home office, 3-formation).
There is also a formula that calculated a sum of slots that are "covered" by the employees: for example from 8 to 8.30 there are two users that chose 1 and two that chose 2 (option 3 is not calculated). So the total will be 4 people that cover 8-8.30 slot.
Once someone chooses an option from the dropdown list, the cell changes color according to the selection - conditional formatting again.
There also a rule that if the sum is, i.e., more or equal than 4, than the cell with the slot timing turns green color.
Anyways, eventually the sheet look very structured and colorful.
So, sometime users instead of choosing from the dropdown list they just change the cell color. In that case, obviously, the cell contains no value (office or home office) and therefore cannot be calculated by the formula and in turn slot cell color wont change.
Is there a way, probably VBA, to stop users from changing certain cell range color change, but still be able to choose the drop down items?
Did i already confuse everybody?
Thank you in advance,