wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Excel Formula

Total questions: 15

Worksheet time: 10mins

Name
Class
Date
1.

What symbol must be at the beginning of every formula you write in a spreadsheet?

(a)  

2.

=SUM(A1,A3,A4)

What is the purpose of this formula?

a)

To add up the values referenced inside the brackets.

b)

To multiply the values referenced inside the brackets

c)

To compare the values referenced inside the brackets.

d)

To find a value in the cells referenced inside the brackets.

3.

=ROUND(AVERAGE(B2:B7), 0)

Select all statements that apply.

[Maximum: 3]

a)

This formula includes cell referencing

b)

This formula will find the mean number in the range selected.

c)

This formula will round the answer to 2 decimal places.

d)

The formula will produce a whole number as an answer. 

4.

Which formulas below will count the number of items with a cost above £1.50?

a)

=COUNT(IF(B2>1.5))

b)

COUNTIF(B2-B7, >1.5)

c)

=COUNTIF(B2:B7, ">1.5")

d)

COUNTIF(B2:B7, ">1.5")

5.

=ROUND(A1*$C$3, 2)

Select all that apply.

[Maximum: 2]

a)

This formula includes absolute referencing

b)

This formula will add the values in the two cells.

c)

This formula will round the answer to 2 decimal places.

d)

The formula will produce a whole number as an answer. 

6.

Write a formula to find calculate the total stock level in the bakery for all of its products combined.

Your formula MUST include cell references.

(a)  

7.

Which mathematical function does the symbol below represent?

*

a)

To the Power of

b)

Multiplication

c)

Division

8.

Which mathematical function does the symbol below represent?

/

a)

To the Power of

b)

Multiplication

c)

Division

9.

Which mathematical function does the symbol below represent?

^

a)

To the Power of

b)

Multiplication

c)

Division

10.

Which of the formula's would correctly output Yes/No in column D.

a)

=IF(D2 < 10) "Yes", "No"

b)

=IF(D2 < 10, "Yes", "No")

c)

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

d)

IF(D2 > 10, "Yes", "No")

11.

Which of the formula's would output the price of the cheapest item in the bakery?

a)

=MIN(B2:B7)

b)

=LOW(B2:B7)

c)

=SML(B2:B7)

d)

=BOTTOM(B2:B7)

12.

A teacher is creating a formula to calculate the value to convert the scores from a recent test to percentage to look like the image.

Select all options that apply.

a)

=(B2/35*100)

b)

=(Results[@[Score]]/$D$2)

c)

Change number format to Percentage

13.

Select all statements that apply to a cell.

[Maximum: 2]

a)

A single block in a table/spreadsheet where we enter data.

b)

Can be referenced in a formula by using the column and row id (e.g. A2)

c)

Does not allow text to be entered.

d)

Can be used to trigger macros.

14.

Which of the formula's would output the price of the cheapest item in the bakery?

a)

=MAX(B2:B7)

b)

=HIGH(B2:B7)

c)

=LRG(B2:B7)

d)

=TOP(B2:B7)

15.

Which of the formulas below are conditional formulas.

Select all that apply. [Maximum: 2]

a)

=SUM()

b)

=IF()

c)

=COUNTIF()

d)

=AVERAGE()