Excel Test -3
Excel Test -3
1. A fast way to add up this column of numbers is to click in the cell below the
numbers and then:
2. Say that you want to paste a formula result — but not the underlying formula —
to another cell.You would copy the cell with the formula, then place the insertion
point in the cell you want to copy to. What next?
4. There are three worksheets with every new workbook. You can change that
automatic number if you want to.
A. True
B. False
5. ###### means:
A. You've entered a number wrong.
B. You've misspelled something.
C. The cell is not wide enough
6. To add a new row, click a cell in the row immediately above where you want the
new row.
A. True
B. False
7. Which key do you press to group two or more nonadjacent worksheets?
A.CTRL.
B.SHIFT
C.ALT
8. To copy an entire worksheet and all its data, you should click the worksheet tab
of the sheet that you want to copy, hold down SHIFT, and then drag the selected
sheet along the row of sheet tabs.
A. True
B. False
9. A user wishes to remove a spreadsheet from a workbook. Which is the correct sequence of
events that will do this ?
10. Which formula can add the all the numeric values in a range of cells, ignoring those
which are not numeric, and place the result in a different cell ?
A. Count
B. Average
C. Sum
12. Can an Excel spreadsheet be used as the "data source" for a Word Mail Merge ?
A. Yes
B. No
17. If cells:
A1=90
A2=85
A3=80
A4=75
A5=75
What will be your formula if you are going to get
the average?
=AVERAGE(A1:A5), =(A1+A2+A3+A4+A5)/5,
=average(a1:a5), =(a1+a2+a3+a4+a5)/5
18. If cells:
A1=90
A2=85
A3=80
A4=75
A5=75
What will be your formula if you are going to get
the total?
Correct answer:
=SUM(A1:A5), =A1+A2+A3+A4+A5, =sum(a1:a5),
=a1+a2+a3+a4+a5