Movie Quiz in Excel

G

Guest

Guest
Hiya!
I'm compiling a movie quiz where people have to identify a film and type it in. They get awarded one point for each correct answer. At the moment I'm using the IF function to award the point (e.g. =IF(A1="The Terminator",1,IF(A1="Terminator 2",1,0)). Obviously I don't want people to see these formulas but when I hide the formulas and then protect the sheet they can't type in their answers. How can I get around this? All help very gratefully received!
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Before protecting the sheet, unlock the cells that they will enter the answers in (In this case, A1). Then protect the sheet. They'll be able to enter data and won't see the formulas either.
 
Upvote 0
To unlock the cells as Juan has said, select the cells, hit Format-Cells-Protection and uncheck the Locked checkbox.
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,259
Members
449,075
Latest member
staticfluids

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