I have checkboxes in use for scoring to identify priority of a project. Any combination of the first four checks is fine, but checking a box in the fifth column would indicate that nothing should be checked in the first 4 columns. Currently I just have a helper column that turns red and bold if there are certain entries in the total scoring column that don't make sense, but I'd like to prevent the defect of having an inappropriate combination of checks instead of alerting after the decisions have been made.
Is there a way to just disable the click-ability of the "Evaluated but No Scoring Obtained" if any of the other boxes are checked?