wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Mastering Excel Formulas

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What formula would you use to add two numbers in Excel?

a)

=A1 * B1

b)

=TOTAL(A1, B1)

c)

=SUM(A1, B1) or =A1 + B1

d)

=ADD(A1, B1)

2.

Which function calculates the total of a range of cells?

a)

COUNT

b)

MAX

c)

SUM

d)

AVERAGE

3.

If you have the numbers 10 and 5, what formula would you use to subtract them in Excel?

a)

=10/5

b)

=SUBTRACT(10, 5)

c)

=10-5

d)

=5-10

4.

What is the correct formula to divide 20 by 4 in Excel?

a)

=20-4

b)

=20/2

c)

=20/4

d)

=4/20

5.

Which operator is used for multiplication in Excel?

a)

*

b)

%

c)

-

d)

/

6.

What function would you use to find the average of a set of numbers in Excel?

a)

MAX

b)

AVERAGE

c)

SUM

d)

COUNT

7.

How do you rank a list of numbers in Excel?

a)

Apply conditional formatting to highlight numbers.

b)

Sort the numbers manually in a column.

c)

Use the RANK function in Excel.

d)

Use the SUM function in Excel.

8.

What is the purpose of the VLOOKUP function in Excel?

a)

To format cells with specific styles.

b)

To calculate the sum of a range of cells.

c)

To search for a value in a table and return a corresponding value from another column.

d)

To create a chart based on selected data.

9.

Which formula would you use to add the values in cells A1 and A2?

a)

=A1 * A2

b)

=SUM(A1,A2)

c)

=A1 - A2

d)

=A1 + A2

10.

If you want to subtract the value in cell B1 from A1, what formula would you use?

a)

=A1-B1

b)

=A1*B1

c)

=A1+B1

d)

=B1-A1

11.

What is the result of the formula =20/5 in Excel?

a)

4

b)

5

c)

2

d)

10

12.

How do you multiply the values in cells C1 and C2?

a)

=C1*C2

b)

=C1/C2

c)

=C1+C2

d)

=C1-C2

13.

What is the formula to calculate the average of cells D1 to D5?

a)

=SUM(D1:D5)

b)

=AVERAGE(D1:D5)

c)

=AVERAGEIF(D1:D5)

d)

=COUNT(D1:D5)

14.

How can you rank the values in a list from highest to lowest in Excel?

a)

Use the 'FILTER' function to isolate values.

b)

Manually rearrange the values in the list.

c)

Use the 'SORT' function or the 'Sort' feature in the Data tab.

d)

Apply conditional formatting to highlight the highest values.

15.

What does the VLOOKUP function require as its first argument?

a)

lookup_value

b)

col_index_num

c)

table_array

d)

range_lookup

16.

Which formula would you use to find the sum of cells E1 through E10?

a)

=ADD(E1:E10)

b)

=TOTAL(E1:E10)

c)

=SUMMATION(E1:E10)

d)

=SUM(E1:E10)

17.

If you want to divide the value in cell F1 by 2, what formula would you use?

a)

=F1*2

b)

=F1/2

c)

=2/F1

d)

=F1-2

18.

What is the result of the formula =A1*A2 if A1 is 3 and A2 is 4?

a)

7

b)

12

c)

15

d)

10

19.

How do you use VLOOKUP to find a value in a table?

a)

Utilize VLOOKUP(table_array, lookup_value, col_index_num, [range_lookup]) to retrieve data.

b)

Use HLOOKUP(lookup_value, table_array, col_index_num) to find a value in a table.

c)

Apply VLOOKUP(lookup_value, col_index_num, table_array, [range_lookup]) for searching values.

d)

Use VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]) to find a value in a table.

20.

What formula would you use to subtract 15 from 30 in Excel?

a)

=15-30

b)

=30/15

c)

=30-15

d)

=SUBTRACT(30, 15)