How do I update a checkbox as true when another has been updated

F

fishy

I have a series of checkboxes but some are dependant on previous responses.
I want to update a checkbox with a true response if one previous has been
selected.

Can anyone assist - in simpler terms if possible.
 
B

Bob Phillips

You could link the dependent ones to the same cell.

Presuming they are forms checkboxes, right click them, and then select
Format Control>Control, and link those checkboxes to the same cell.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top