Option button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am currently using 4 option buttons. These 4 buttons are not wanting to
work independantly from each other.

I am wanting 2 for example to select 1 & 2, and the others to select A & B.
These buttons when I link them to a specific cell all change to that cell
and not only the selected ones.

WHAT DO I DO?
 
Hi guys
I have been trying to do like Bob wrote, but I can't seem to get it right.
When I link a pair to a cell the other cells automatically link to the same
cell.
WHY?????? Please help.
 
If the option buttons are from the control toolbox toolbar, give each pair a
single groupname in their properties. It doesn't make any difference what
name you choose. Then link them to the cell underneath the option button.

Use a third cell (visible) which uses a formula to produce the results

=if(A1,1,if(A2,2,""))

=if(A6,"A",if(A7,"B",""))

If from the forms toolbar, you need to put groupboxes around each pair. If
you link one to a cell, the otherone will automatically be linked to that
cell. It will return a numeric result, so you would still need another cell
to produce A and B.
 
Chris,

Use the grouping control from the forms toolbar to group the pairs.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top