wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Mastering Spreadsheet Formulas Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What formula would you use to add the values in cells A1 and B1?

a)

=A1-B1

b)

=A1+B1

c)

=SUM(A1:B1)

d)

=ADD(A1,B1)

2.

If you wanted to calculate the average of the numbers in cells A1 through A5, which formula would you use?

a)

=AVERAGE(A1:A5)

b)

=AVG(A1:A5)

c)

=MEAN(A1:A5)

d)

=SUM(A1:A5)/5

3.

How would you write a formula to subtract the value in cell B2 from the value in cell A2?

a)

=A2-B2

b)

=SUBTRACT(A2,B2)

c)

=A2+B2

d)

=DIFF(A2,B2)

4.

Which formula correctly multiplies the values in cells A1 and B1?

a)

=A1*B1

b)

=MULTIPLY(A1,B1)

c)

=A1xB1

d)

=PRODUCT(A1,B1)

5.

To divide the value in cell A1 by the value in cell B1, which formula should you use?

a)

=A1/B1

b)

=DIVIDE(A1,B1)

c)

=A1÷B1

d)

=RATIO(A1,B1)

6.

What function would you use to find the square root of a number in cell A1?

a)

=SQRT(A1)

b)

=SQR(A1)

c)

=ROOT(A1)

d)

=^0.5(A1)

7.

If you want to raise the number in cell A1 to the power of 3, which formula is correct?

a)

=A1^3

b)

=POWER(A1,3)

c)

Both A) and B)

d)

=A1**3

8.

Which formula correctly calculates the modulus (remainder after division) of A1 divided by B1?

a)

=MOD(A1,B1)

b)

=A1 % B1

c)

=REMAINDER(A1,B1)

d)

Both A) and B)

9.

To find the absolute value of a number in cell A1, which function would you use?

a)

=ABS(A1)

b)

=ABSOLUTE(A1)

c)

=|A1|

d)

=ABSVAL(A1)

10.

What function calculates the natural logarithm of the number in cell A1?

a)

=LN(A1)

b)

=LOG(A1)

c)

=LOGN(A1)

d)

=NLOG(A1)