Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Excel Functions

Total questions: 20

Worksheet time: 50mins

Name
Class
Date
1.

which of the following VLOOKUP formulas should be entered in cell B2 to show the result "8.2%"

a)

=VLOOKUP(B1,A5:C8,2,FALSE)

b)

=VLOOKUP(B1,A5:C8,2,TRUE)

c)

=VLOOKUP(B1,A5:C8,3,FALSE)

d)

=VLOOKUP(B1,A5:C8,3,TRUE)

2.

If you want to generate values for a target output by changing multiple inputs and setting multiple constraints on the inputs, you should use the ______ function in Excel.

a)

Solver

b)

Scenario

c)

Goal Seek

d)

Data Table

3.

You can activate a cell by

a)

Pressing the Tab key

b)

Clicking the cell

c)

Pressing an arrow key

d)

All of above

4.

When starting a formula what is the first thing you type in the cell?

a)

&

b)

=

c)

%

d)

+

5.

When number signs (#####) are displayed in the cell, it means: 

a)

The formula in the cell is wrong

b)

There are too many characters in the cell to be displayed with the current cell width

c)

The decimal point placement in the cell is wrong

6.

The function COUNTA is specific for _________________

a)

Counting text

b)

Counting cells

c)

Counting number

d)

Counting tables

7.

What is the result of this statement: IF(5>4 AND 4>5, 1, 2)?

a)

TRUE

b)

2

c)

1

d)

FALSE

8.

Use CONCATENATE to combine the text strings in cells A1, B2, and C3.

a)

CONCATENATE(A1:B2:C3)

b)

CONCATENATE(ALL)

c)

CONCATENATE(A1,B2,C3)

d)

CONCATENATE(A1B2C3)

9.

Which function returns the number of characters in cell T4?

a)

TEXTLENGTH(T4)

b)

EXACT(T4)

c)

LEN(T4)

d)

CHAR(T4)

10.

=RIGHT("COMFORTABLE",5)

a)

TABLE

b)

COMFO

11.

=LEFT("TECHNOLOGY",4)

a)

LOGY

b)

TECH

12.

=CONCATENATE("ICSE", "-","CURRICULUM")

a)

icse-curriculum

b)

ICSE-CURRICULUM

13.

=ROUND(7.1467,2)

a)

7.14

b)

7.15

14.

A_________ is a built in mathematical formula included in excel.

a)

Function

b)

Cell

c)

Formula

15.

=COUNT("apple",100,125,150,"orange")

a)

5

b)

2

c)

3

d)

null

16.

=INT(79.99) will return what value?

a)

79

b)

79.9

c)

80

d)

None of these

17.

What does the function TRIM do in Excel?

a)

Removes leading and trailing spaces from a text string

b)

Converts text to uppercase

c)

Counts the number of characters in a text string

d)

None of the above

18.

How can you freeze panes in Excel?

a)

Go to View tab and click on Freeze Panes

b)

Use the shortcut Alt + F4

c)

Right-click on the cell and select Freeze Panes

d)

Freezing panes is not possible in Excel

19.

What is the purpose of the CONCAT function in Excel?

a)

To concatenate two or more strings

b)

To count the number of characters in a cell

c)

To round off a number to the nearest integer

d)

To find the maximum value in a range of cells

20.

What does the function CONCATENATE do in Excel?

a)

Combines two or more strings

b)

Converts text to uppercase

c)

Counts the number of characters in a text string

d)

None of the above