wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Creating Formulas and Functions

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Multiply H3 times C4

a)

=H3xC4

b)

H3XC4

c)

H3*C4

d)

=H3*C4

2.

Add C2 and C3

a)

C2+C3

b)

C3+C2

c)

=C2+C3

d)

=SUM(C2+C3)

3.

Subtract D4 from D3

a)

=D4-D3

b)

=D3-D4

c)

=SUBTRACT(D4-D3)

d)

D3-D4

4.

Divide E3 by C1

a)

=C1/E3

b)

=E3/C1

5.

Add the range B2-B10

a)

=B2+B10

b)

=SUM(B2,B10)

c)

=SUM(B2-B10)

d)

=SUM(B2:B10)

6.

Add C6 through C10 then subtract C5

a)

=SUM(C6:C10)-C5

b)

=C6+C7+C8+C9+C10-C5

c)

=SUM(C6-C10)/C5

7.

Add A3 and A4 then divide by C10

a)

=A3+A4/C10

b)

=(A3+A4)/C10

c)

=C10/A3+A4

d)

=C10/(A3+A4)

8.

Find the average of D1 through D10

a)

=AVERAGE(D1:D10)

b)

=AVERAGE(D1-D10)

c)

=AVERAGE(D1,D10)

d)

=AVERAGE(D1;D10)

9.

Find the net income of the income amounts that are located in B2 through B4 and the expenses that are in B7 through B12.

a)

=SUM(B2:B4)+SUM(B7:B12)

b)

=(B2:B4)+(B7:B12)

c)

=B2+B3+B4+B8+B9+B10+B11+B12

d)

=SUM(B2:B12)

10.

Find the sales tax if Total Sale amount is in E12 and tax rate is in B4

a)

=E12*B4

b)

=E12XB4

c)

=E12/B4

d)

=SUM(E12*B4)