On my spreadsheet I set up a series of (form control) option buttons, six per row, each row answers one question. Each row was supposed to be linked to the same cell, but I was having problems with the links changing arbitrarily.
I read that I should enclose each row of buttons in a Group Box, and I'm trying that. But since most of the buttons worked correctly before, I can't be sure I'm doing this right. The rows of buttons are close together; I could accidentally group two rows in the same box.
Is there a way to tell which buttons are in a given group?
Also, can you assign the group box to the linked cell, or do you have to assign the buttons individually?