Drop down tables

G

Guest

Guest
I need to create a worksheet where
1) There is a question with a drop box where you select the answer
2) Can't do validation,etc because the list must not be seen on the worksheet.Could hide it but then I would need to protect the worksheet
3) Can I then add an if operation based on the selection made on the drop box to award numerical points to answers?

HELP
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
On the control toolbar click on combo box. Draw a rectangle on the spreadsheet with your mouse. Right click on the box and click properties. Fill in the ListFillRange and LinkedCell properties.
The linked cell contains what you select in the combo box. You could have a formula elsewhere that will determine points scored. This and the listfillrange can be on another sheet, which you can hide (and password protect by going into the VB editor, changing the sheet's property to Very Hidden, then assigning a password to the project). You can then have a cell on the first sheet which echoes the score determined on the hidden sheet. You can then password protect the cell, and voila, you're done.
 
Upvote 0

Forum statistics

Threads
1,214,426
Messages
6,119,417
Members
448,895
Latest member
omarahmed1

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