Help with checkboxes
Hello.
I have two columns with checkboxes, one is "Hold" the other is "Full", and then a third column with a number value.
If "Hold" is checked, the amount of "5" gets returned to the third column, if "Full" is checked, "10" gets returned.
I want to set it up so that another value gets returned (Like "FIX IT!!") if both checkboxes are checked. Nothing I have tried works. The formula that is in there now is:
IF(B2,5(IF (C2,10,0))
This works a little bit, but doesn't account for both B2 AND C2 being checked.
Any thoughts?