Looking up a multiple choice answer?

sobeitjedi

Board Regular
Joined
Mar 13, 2006
Messages
235
Office Version
  1. 365
Hi.

On sheet2, I have a load of questions & answers from a survey. Row 90, Columns D and E contain Yes and No respectively as the answer options, with a tickbox in each cell, one of which is ticked for each question.

On sheet1, I want to enter in cell b2 a formula which will return the result (yes or no) depending upon which was ticked in D90 or E90.

How do I do this? What is the correct formula?
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
If these two "tickboxes" are option controls, you have to look at what their LinkedCell property is, then write a formula like:
=IF(YesLinkedCell=0,"No,"Yes")
 
Upvote 0
Thanks for the reply, the plot thickens....

I have now found the linked cells, but for each question where Yes or No has been ticked, the linked cell property could be True or False (sometimes No is ticked and = True, sometimes No=False). All I want to know is which tick box has been ticked, but how?
 
Last edited:
Upvote 0
Is it possible that both Yes and No are checked, or that neither Yes nor No is checked? If not (which should be the case), then either Yes's linked cell is True or No's linked cell is True, never both.
 
Upvote 0

Forum statistics

Threads
1,215,273
Messages
6,123,985
Members
449,137
Latest member
abdahsankhan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top