- You can add another
if statement at the beginning of the formula to hide the response column
until the student inputs the answer.
- Be sure to close with an
additional parentheses. The D3 refers to any blank cell.
Original Formula
=IF(B2="answer","Super!","Sorry")
To Hide Response Column
=IF(B2=D3," ",IF(B2="answer","Super!","Sorry"))
- You can use
the function argument by selecting fx.
- Choose If in the select a function
window and select OK. A gray dialog box will appear in which you must
fill in the correct infomation as shown in the example below. Do
not use any spaces!
- Click OK.
- Now use the absolute reference feature. Highlight
cell and drag a copy of cell C2 to the end of your exercise. You
will get a + sign on the bottom right corner of the cell which you
wish to drag and copy. This will copy the if-then formula into
all the cells. You will need to go back to each individual cell
and insert your cursor to delete and change the answer to reflect the
question on each row. If correct answers are numbers
you will not need to use quotation marks around the answer in the first
field.
- Double click between column C and D on the gray
row to widen the column.
|