wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Intro to Computing Excel

Total questions: 80

Worksheet time: 50mins

Name
Class
Date
1.

What is the correct formula to add the values in cells A1 and A2?

a)

=A1 + A2

b)

=SUM(A1, A2)

c)

=ADD(A1:A2)

d)

=A1:A2

2.

Which function calculates the average of a range of cells, such as B1:B5?

a)

=MEAN(B1:B5)

b)

=AVERAGE(B1:B5)

c)

=AVG(B1:B5)

d)

=SUM(B1:B5)/5

3.

What does the SUM function do in Excel?

a)

Multiplies all numbers in a range

b)

Adds all numbers in a range

c)

Finds the highest value in a range

d)

Counts the number of cells with values

4.

Which formula checks if A1 is greater than 10 and returns "Yes" if true, otherwise "No"?

a)

=IF(A1>10, "Yes", "No")

b)

=IF(A110, "No", "Yes")

5.

In VLOOKUP, what does the last argument (range_lookup) control?

a)

The column to return

b)

Whether to perform an exact or approximate match

c)

The range to search

d)

The value to look up

6.

What is the result of =SUM(A1:A3) if A1=5, A2=10, A3=15?

a)

20

b)

30

c)

25

d)

15

7.

Which formula multiplies the values in cells C1 and D1?

a)

=C1 * D1

b)

=MULT(C1, D1)

c)

=PRODUCT(C1:D1)

d)

=C1 x D1

8.

What does the formula =AVERAGE(10, 20, 30) return?

a)

60

b)

20

c)

30

d)

15

9.

Which formula returns "Pass" if B1 is at least 70, otherwise "Fail"?

a)

=IF(B1>=70, "Pass", "Fail")

b)

=IF(B170, "Fail", "Pass")

10.

What is the correct syntax for a basic VLOOKUP to find a value in A1 from a table in B1:C10?

a)

=VLOOKUP(A1, B1:C10, 2, FALSE)

b)

=VLOOKUP(A1, B1:C10, 1, TRUE)

c)

=VLOOKUP(B1:C10, A1, 2, FALSE)

d)

=VLOOKUP(A1, B1:C10, 2, TRUE)

11.

What does =A1-B1 calculate?

a)

The sum of A1 and B1

b)

The difference between A1 and B1

c)

The product of A1 and B1

d)

The average of A1 and B1

12.

Which function would you use to add all values in a range A1:A10?

a)

=ADD(A1:A10)

b)

=SUM(A1:A10)

c)

=TOTAL(A1:A10)

d)

=PLUS(A1:A10)

13.

What is the result of =IF(A1=100, "Perfect", "Not Perfect") if A1=100?

a)

Not Perfect

b)

Perfect

c)

Error

d)

100

14.

In VLOOKUP, what does the second argument (table_array) represent?

a)

The value to look up

b)

The range containing the lookup and return values

c)

The column number to return

d)

The match type

15.

What is the result of =AVERAGE(A1:A4) if A1=10, A2=20, A3=30, A4=40?

a)

25

b)

100

c)

30

d)

20

16.

Which formula divides the value in A1 by the value in B1?

a)

=A1 / B1

b)

=DIVIDE(A1, B1)

c)

=A1 ÷ B1

d)

=QUOTIENT(A1:B1)

17.

What does =SUM(B1:B5) do if B1:B5 contains 2, 4, 6, 8, 10?

a)

30

b)

20

c)

10

d)

5

18.

Which formula checks if C1 is less than 50 and returns "Low" if true, otherwise "High"?

a)

=IF(C150, "Low", "High")

b)

=IF(C1=50, "Low", "High")

c)

=IF(C1100, "Above", "Below")

19.

returns "Above" if A1 is (a)   100.

20.

In =VLOOKUP(D1, A1:B10, 2, FALSE), the value in D1 is looked up in the (a)   column of the range A1:B10.

21.

To subtract cell B1 from cell A1, use the formula: (a)  

22.

The formula =SUM(C1:C3) adds the values in cells (a)   .

23.

To check if E1 equals 0 and return "Zero" or "Non-Zero", use the formula: ________

4 lines
24.

The formula =AVERAGE(10, 20, 30, 40) returns (a)   .

25.

In =VLOOKUP(A1, B1:C100, 2, TRUE), the TRUE argument allows an (a)   match.

26.

What does the formula =COUNT(A1:A10) do?

a)

Counts the total of values in A1:A10

b)

Counts the number of non-empty cells in A1:A10

c)

Counts the unique values in A1:A10

d)

Counts the number of cells in A1:A10

27.

Which formula would you use to find the maximum value in the range B1:B10?

a)

=MAXIMUM(B1:B10)

b)

=MAX(B1:B10)

c)

=HIGHEST(B1:B10)

d)

=B1:B10.MAX()

28.

What is the result of =IF(D1<50, "Fail", "Pass") if D1=45?

a)

Pass

b)

Fail

c)

45

d)

Error

29.

What is the result of =IF(E1>100, "Exceeds", "Within Limits") if E1=90?

a)

Exceeds

b)

Within Limits

c)

90

d)

Error

30.

Which formula would you use to find the minimum value in the range C1:C10?

a)

=MINIMUM(C1:C10)

b)

=C1:C10.MIN()

c)

=MIN(C1:C10)

d)

=LOWEST(C1:C10)

31.

What does the formula =COUNTIF(D1:D10, ">50") do?

a)

Counts cells in D1:D10 that are less than 50

b)

Counts all cells in D1:D10

c)

Counts cells in D1:D10 that are greater than 50

d)

Counts unique values in D1:D10

32.

What is in cell A6?

a)

Monday

b)

Tuesday

c)

Wednesday

d)

Thursday

33.

Which of the following cursor allows you to select a range of cells

a)

b)

c)

d)

34.

Drag to widen or narrow the width of a column.

a)

b)

c)

d)

35.

How would you write a formula for cell A1 subtracted by Cell C3?

a)

A1-C3

b)

A1-C3=

c)

=A1-C3

d)

=C3-A1

36.

Identify the numbered #4 part of MS Excel window

a)

Column Header

b)

Row Header

c)

Name box

d)

Sheet Tabs

37.

Identify the numbered #5 part of MS Excel window

a)

Column Header

b)

Row Header

c)

Name box

d)

Sheet Tabs

38.

Identify the numbered #6 part of MS Excel window

a)

Formula bar

b)

Ribbon

c)

Sheet tabs

d)

Worksheet Window

39.

If I wanted to know the total amount of bonuses given to the employees I would write the following formula in cell D12:

a)

=sum(C2:C11)

b)

=sum(D2,D3,D4,D5,D7,D8,D9,D10,D11)

c)

=sum(D2:D11)

d)

$13,442.90

40.
What would be a correct formula for SUM in excel?
a)
=SUM(B3:B9)
b)
=SUMB3+B9
c)
SUM(B3:B9)
d)
=ADD(B3:B9)
41.
_____ are vertical. 
a)
Rows
b)
Columns
42.
________ are horizontal
a)
Rows
b)
Columns
43.

What is the "Active Cell" in Excel?

a)

The Bottom cell in a worksheet. It is indicated by a dark border onscreen.

b)

The current cell in a worksheet. It is indicated by a dark border onscreen.

c)

The top cell in a worksheet. It is indicated by a dark border onscreen.

d)

The past cell in a worksheet. It is indicated by a dark border onscreen.

44.

What is a spreadsheet?

a)

An electronic file that contains a grid of columns and rows to organize related data and to display results of calculations.

b)

An electronic file that contains a grid of negatives and positives to organize related data and to display results of calculations.

c)

An electronic file that contains a grid of numbers and data to organize related data and to display results of calculations.

d)

An electronic file that contains a grid of pages and sheets to organize related data and to display results of calculations.

45.

What is the Sum formula?

a)

Sum( )

b)

Sum( )=

c)

=Sum( )

d)

=( )Sum

46.

When starting a formula what is the first thing you type in the cell?

a)

+

b)

-

c)

%

d)

=

47.

The letters in Excel represent the _______?

a)

columns

b)

rows

c)

data

d)

functions

48.

The numbers in Excel represent the _____?

a)

columns

b)

rows

c)

data

d)

functions

49.

Where is the zoom function located in Excel?

a)

Bottom right of spreadsheet document

b)

Bottom left of spreadsheet document

c)

Top right of spreadsheet document

d)

Top left of spreadsheet document

50.
Excel is part of?
a)
Power Point
b)
Microsoft Office Suite
c)
Access
d)
Google
51.
What do you call the rectangles on a spreadsheet?
a)
Cell
b)
Button
c)
Sentence
52.
True or False: Spreadsheets can be used in everyday life by analyzing sports stats, grades, and creating a budget for expenses?
a)
false
b)
true
53.
How do you make a cell the active cell?
a)
Click the ACTIVE button
b)
Click INSERT CELL
c)
Click on the cell
d)
Cells are always active
54.
What is the name of this cell?
a)
B10
b)
5B
c)
B5
d)
A5
55.
Where rows and columns meet are referred to as
a)
Blocks
b)
Cells
c)
Boxes
56.

In Excel, what symbol do you use for division?

a)

x

b)

\

c)

/

d)

*

57.

What cell is red?

a)

A1

b)

C1

c)

C4

d)

C5

58.

What cell is red?

a)

A1

b)

C1

c)

C4

d)

C5

59.

What cell is red?

a)

A1

b)

C1

c)

C4

d)

C5

60.

Which formula returns "Pass" if B1 is at least 70, otherwise "Fail"?

a)

=IF(B1>=70, "Pass", "Fail")

b)

=IF(B1<70, "Pass", "Fail")

c)

=IF(B1=70, "Pass", "Fail")

d)

=IF(B1>70, "Fail", "Pass")

61.

What does =A1-B1 calculate?

a)

The sum of A1 and B1

b)

The difference between A1 and B1

c)

The product of A1 and B1

d)

The average of A1 and B1

62.

Which function would you use to add all values in a range A1:A10?

a)

=ADD(A1:A10)

b)

=SUM(A1:A10)

c)

=TOTAL(A1:A10)

d)

=PLUS(A1:A10)

63.

Which formula divides the value in A1 by the value in B1?

a)

=A1 / B1

b)

=DIVIDE(A1, B1)

c)

=A1 ÷ B1

d)

=QUOTIENT(A1:B1)

64.

To add the values in cells A1 through A5, use the formula: (a)  

65.

The formula to calculate the average of cells B1 to B10 is: ________

4 lines
66.

To multiply cell C1 by 5, the formula is: (a)  

67.

The formula =IF(A1>100, "Above", "Below") returns "Above" if A1 is (a)   100.

68.

In =VLOOKUP(D1, A1:B10, 2, FALSE), the value in D1 is looked up in the (a)   column of the range A1:B10.

69.

To subtract cell B1 from cell A1, use the formula: (a)  

70.

The formula =SUM(C1:C3) adds the values in cells (a)   .

71.

The formula =AVERAGE(10, 20, 30, 40) returns (a)   .

72.

  1. In a grocery receipt, items cost $5, $3, $4.50 in cells A1:A3. The formula to total them is: (a)  

73.

  1. In a customer database, names in A1:A20, emails in B1:B20. To get the email for a name in C1, the VLOOKUP formula is: (a)  

74.

  1. For a car loan, principal in K1: $15000, annual rate in K2: 4%, term in years in K3: 3. The formula for simple annual interest is: (a)  

75.

  1. A bakery tracks weekly ingredient costs in J1:J3: $50, $75, $100. The formula for average weekly cost is: (a)  

76.

  1. A bakery tracks weekly ingredient costs in J1:J3: $50, $75, $100. The formula for average weekly cost is: (a)  

77.

  1. In a time-off tracker, if hours requested in I1: 8, formula returns "Approved" if <=8, else "Review": (a)  

78.

  1. For a fitness challenge, daily calories burned in H1:H4: 300, 400, 350, 500. The formula to sum total calories burned is: (a)  

79.

  1. A delivery company tracks fuel costs: miles driven in G1: 150, cost per mile in G2: $0.75. The formula for total fuel cost is: (a)  

80.

  1. For a savings tracker, monthly deposits in C1: $500 and interest rate in C2: 2%. The formula to calculate simple monthly interest is: (a)