wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SpreadSheets

Total questions: 60

Worksheet time: 42mins

Name
Class
Date
1.
In this diagram what does the selected area represent?
a)
a Row
b)
a Cell
c)
a Column
d)
a Chart
2.
Let's say you're trying to find your average grade in this spreadsheet. What's wrong with the formula in cell C11?
a)
It should use the COUNT function instead.
b)
There is nothing wrong with the formula.
c)
It should have an equals sign (=) at the beginning.
d)
It's referencing the wrong cell range.
3.
What are we doing in the example below?
a)
Filtering the Type column by number
b)
Filtering the Type column to show only Laptops and Projectors
c)
Filtering the Type column to show everything except Laptops and Projectors
d)
Filtering the Type column by date
4.
Which is the correct formula to add cells A1 to A5?
a)
=SUM(A1+A5)
b)
=SUM(A1:A5)
c)
=A1+A2+A3
d)
=SUM(A1:A4)
5.
Select ______________ from the functions drop-down menu to add a set of numbers together. 
a)
average
b)
count
c)
max
d)
sum
6.
Columns are labeled by ______________.
a)
numbers
b)
letters
c)
symbols
d)
colors
7.
Rows are labeled by __________.
a)
numbers
b)
letters
c)
symbols
d)
colors
8.

To select a block of cells, hold down the ________ key or drag.

a)

Shift

b)

Command

c)

Option

d)

Delete

9.

Filtering in a spreadsheet hides the data you do not want to see.

a)

True

b)

False

10.

When you want to apply total sales in dollars to a cell which number format would you choose?

a)

Percentage

b)

Date

c)

Currency

11.

What does it mean to merge cells?

a)

apply a border around a set of cells

b)

center the text content in the center of the cell

c)

combine cells into a single cell

d)

split a single cell into multiple cells

12.

Which of the following functions returns the largest number from the range of cells?

a)

SUM

b)

AVERAGE

c)

MIN

d)

MAX

13.

What set of data is in descending order?

a)

4, 3, 1, 2

b)

7/1/2017, 6/2/2017, 5/3/2018, 4/2/2016

c)

grapes, pineapples, bananas, oranges

d)

sheep, rabbits, ponies, ostriches

14.

Where would you click on the Tool bar to add a border around a cell?

a)

A

b)

B

c)

C

d)

D

e)

E

15.

What function should be entered into B7 to calculate the total budget?

a)

=CALCULATE(B3:B6)

b)

=AVERAGE(B3:B6)

c)

=SUM(B3:B6)

d)

=SUM(B3-B6)

16.

Where would you click to select a row?

a)

A

b)

B

c)

C

d)

D

17.

Where is the Formula Bar?

a)

A

b)

B

c)

C

d)

D

18.

Which formula contains a cell reference?

a)

“=F6/3”

b)

“=10+13”

c)

“=21-6”

d)

“=G10”

19.

A cell has a very long formula that you must edit. What would be the best way to edit the formula.

a)

“Select the cell and edit the formula in the Formula Bar.”

b)

“Double-click on the cell and edit the formula in the cell.”

20.

Which function would return the number 45.1?

a)

“=MIN(A2:B5)”

b)

“=AVERAGE(A2:B5)”

c)

“=MAX(A2:B5)”

d)

“=SUM(A2:B5)”

21.

What number would the function =COUNT(A2:A7) return?

a)

“=3”

b)

“=4”

c)

“=5”

d)

“=6”

22.

Define the following operator: /

a)

“Division”

b)

“Addition”

c)

“Subtraction”

d)

“Multiplication”

23.
What number should be in E1 (based on the formula)?
a)
1
b)
2
c)
5
d)
9
24.
Select ___________________ from the functions menu to find the smallest value in a group.
a)
max
b)
min
c)
sum
d)
average
25.
Which is the correct formula to add cells A1 to A5?
a)
=SUM(A1+A5)
b)
=SUM(A1:A5)
c)
=A1+A2+A3
d)
=SUM(A1:A4)
26.

What does this formula do : =COUNTIF(B2:B15, “<10”)

a)

Displays number of values from B2 to B15

b)

Displays the total for values less than 10

c)

Display how many values are less than 10

d)

Displays values that are equal to 10

27.

What does the function =AVERAGE(B2:B10) calculate?

a)

The sum of values in cells B2 to B10

b)

The maximum value in cells B2 to B10

c)

The average of values in cells B2 to B10

d)

The minimum value in cells B2 to B10

28.

Which function should be used to count the number of cells in a range that meet a specific condition?

a)

COUNT

b)

SUM

c)

AVERAGE

d)

COUNTIF

29.

What is the purpose of the function =MAX(C2:C15)?

a)

To find the average of values in cells C2 to C15

b)

To find the highest value in cells C2 to C15

c)

To find the minimum value in cells C2 to C15

d)

To find the sum of values in cells C2 to C15

30.

What function would you use to count the number of cells that contain numbers in a range?

a)

AVERAGE

b)

SUM

c)

COUNTA

d)

COUNT

31.

What does the formula =IF(A1>10, "Yes", "No") do?

a)

Checks if A1 is equal to 10

b)

Calculates the sum of A1 and 10

c)

Returns 'No' if A1 is greater than 10, otherwise returns 'Yes'

d)

Returns 'Yes' if A1 is greater than 10, otherwise returns 'No'

32.

Which formula would correctly calculate the total of cells B1 through B5?

a)

=B1+B2+B3+B4+B5

b)

=TOTAL(B1:B5)

c)

=SUM(B1:B5)

d)

=ADD(B1:B5)

33.

What does the formula =IF(B2<100, "Under Budget", "Over Budget") do?

a)

Checks if B2 is less than 100 and returns 'Under Budget' or 'Over Budget'

b)

Calculates the difference between B2 and 100

c)

Returns 'Over Budget' if B2 is less than 100

d)

Returns 'Under Budget' if B2 is greater than 100

34.

What does the formula =IF(C3="Yes", "Approved", "Denied") do?

a)

Returns 'Approved' if C3 is not equal to 'Yes'

b)

Returns 'Denied' if C3 is equal to 'Yes'

c)

Calculates the total of C3

d)

Checks if C3 is equal to 'Yes' and returns 'Approved' or 'Denied'

35.

What does the formula =COUNTIF(A1:A10, "Yes") do?

a)

Counts all cells in A1:A10

b)

Counts cells in A1:A10 that contain 'Yes'

c)

Counts cells in A1:A10 that are empty

d)

Counts unique values in A1:A10

36.

What is the result of the formula =IF(D1="No", "Rejected", "Accepted")?

a)

Returns 'Accepted' if D1 is 'No'

b)

Returns 'No' if D1 is 'Yes'

c)

Returns 'Rejected' if D1 is 'No'

d)

Returns 'Yes' if D1 is 'No'

37.

Which function would you use to find the total number of entries in a range?

a)

AVERAGE

b)

COUNT

c)

MAX

d)

SUM

38.

What does the formula =SUMIF(A1:A10, ">=50", B1:B10) do?

a)

Calculates the total of A1:A10 if they are greater than or equal to 50

b)

Returns the average of B1:B10 if A1:A10 is greater than or equal to 50

c)

Counts the number of cells in A1:A10 that are greater than or equal to 50

d)

Calculates the sum of all values in B1:B10 where the corresponding A1:A10 values are greater than or equal to 50

39.

Which function would you use to find the highest value in a range of cells?

a)

MAX

b)

COUNT

c)

MIN

d)

AVERAGE

40.

What does the function =IF(A1>100, "High", "Low") do?

a)

Returns 'High' if A1 is greater than 100

b)

Returns 'Low' if A1 is greater than 100

c)

Calculates the total of A1

d)

Checks if A1 is equal to 100 and returns 'High' or 'Low'

41.

Which of the following is a practical real-world use of spreadsheets?

a)

Writing a novel

b)

Tracking business expenses and income

c)

Editing videos

d)

Designing logos

42.

A business buys products for £20 each (cell A2) and sells them for £35 (cell B2).
Which formula calculates the profit per item?

a)

=A2+B2

b)

=B2-A2

c)

=A2-B2

d)

=B2/A2

43.

If a company sells 50 items (cell C2) and profit per item is in D2, which formula calculates total profit?

a)

=C2+D2

b)

=C2-D2

c)

=C2*D2

d)

=SUM(C2:D2)

44.

A business must pay 10% tax on profit (profit in E2).
Which formula calculates the tax amount?

a)

=E2+10%

b)

=E2*10%

c)

=E2-10%

d)

=10/E2

45.

If tax amount is in F2 and profit is in E2, which formula calculates profit after tax?

a)

=E2+F2

b)

=F2-E2

c)

=E2-F2

d)

=E2*F2

46.

A shop wants to know if they made more than £1000 profit.
Which formula would check this?

a)

=IF(E2>1000,"Good","Bad")

b)

=E2+1000

c)

=COUNT(E2)

d)

=SUM(E2,1000)

47.

A school is tracking student attendance percentages.
Which function would calculate the average attendance?

a)

COUNT

b)

SUMIF

c)

MAX

d)

AVERAGE

48.

A business wants to highlight any losses (negative numbers).
Which feature should they use?

a)

Sorting

b)

Filtering

c)

Conditional formatting

d)

Merge cells

49.

A business increases prices by 5%.
If the original price is in cell A2, which formula gives the new price?


a)

=A25%

b)

=A2+5

c)

=A2*1.05

d)

=A2-5%

50.

If a product costs £80 and VAT is 20%, what formula calculates the total price including VAT?

a)

=80*0.2

b)

=80+0.2

c)

=80*1.2

d)

=80-0.2

51.

A company wants to count how many products sold more than 100 units. Which function should they use?

a)

=COUNT(A2:A20)

b)

=COUNTIF(A2:A20,">100")

c)

=SUM(A2:A20)

d)

=MAX(A2:A20)

52.

A budget spreadsheet shows expenses in column B and income in column C. Which formula calculates net profit?

a)

=B2+C2

b)

=C2-B2

c)

=B2-C2

d)

=SUM(B2:C2)

53.

A manager wants to see only sales from January. Which tool should they use?

a)

Sort

b)

Filter

c)

Merge

d)

Freeze

54.

Why do businesses use spreadsheets instead of calculators?

a)

They look better

b)

They automatically update when data changes

c)

hey are harder to use

d)

They have more colours

55.

A gym tracks monthly membership payments. Which function would calculate total monthly income? (PAYMENTS ARE B2-B20)

a)

=SUM(B2:B20)

b)

=COUNT(B2:B20)

c)

=MIN(B2:B20)

d)

=IF(B2>0)

56.

If cell A2 contains 200 units sold and B2 contains £15 per unit, which formula calculates total revenue?

a)

=SUM(A2:B2)

b)

=A2+B2

c)

=A2*B2

d)

=A2-B2

57.

A business wants to check if stock levels fall below 10 items. Which formula would work?

a)

=IF(A2<10,"Reorder","OK")

b)

=A2+10

c)

=COUNT(A2)

d)

=SUM(A2)

58.

A company wants to compare monthly sales visually. Which chart would be most suitable?

a)

Pie chart

b)

Bar chart

c)

Scatter chart

d)

Line chart

59.

If expenses are £400 and revenue is £1000, what formula calculates profit?

a)

=1000-400

b)

=1000+400

c)

=400-1000

d)

=1000/400

60.

Why is it important to use formulas instead of typing answers manually?

a)

It looks more professional

b)

It saves electricity

c)

It automatically updates when values change

d)

It makes the sheet colourful