![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
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! |
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
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.
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,510
|
To unlock the cells as Juan has said, select the cells, hit Format-Cells-Protection and uncheck the Locked checkbox.
__________________
~Anne Troy |
|
|
|
|
|
#4 |
|
Guest
Posts: n/a
|
Legend.
Thank you ever so much. Anna. |
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|