wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Excel Functions

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

When tracing the dependence on a cell in a worksheet, how can you tell whether a dependency for that cell exists in another worksheet?

a)

A dotted blue line appears.

b)

A dotted black line points to an icon for a Sheet.

c)

A solid blue line appears.

d)

A blue arrow appears.

2.

Which sequence will add 5 to each number in cells A1, A2, and A3?

a)

Enter 5 in cell A4. Select A4, select Ctrl+C, highlight cells A1-A3, select Ctrl+Alt+V, and then select OK.

b)

Enter 5 in cell A4. Select A4, select Ctrl+C, highlight cells A1-A3, select Ctrl+V, select Add, and then select OK.

c)

Enter 5 in cell A4. Select A4, select Ctrl+X, highlight cells A1-A3, select Ctrl+Alt+V, select Add, and then select OK.

d)

Enter 5 in cell A4. Select A4, select Ctrl+C, highlight cells A1-A3, select Ctrl+Alt+V, select Add, and then select OK.

3.

What is the third argument in an IF statement?

a)

the return value if TRUE

b)

the logical test

c)

the return value if FALSE

d)

the variable

4.

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

a)

TRUE

b)

2

c)

1

d)

FALSE

5.

A project starts on Jan 15, and this date is in cell A1. Which Excel formula will calculate the end date if the project lasts 100 days, and weekends are not counted as working days?

a)

DAY(A1,100)

b)

WORKDAY(A1,100)

c)

NETWORKDAYS(A1,100)

d)

A1+100

6.

the structure of sumif is:

a)

sumif(range of cells to be sdded,criteria, range of cells to be tested)

b)

sumif(criteria,range of cells to be tested)

c)

sumif(range of cells to be tested,criteria,range of cells to be added)

7.

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)

8.

Which function returns the number of characters in cell T4?

a)

TEXTLENGTH(T4)

b)

EXACT(T4)

c)

LEN(T4)

d)

CHAR(T4)

9.

Cell G5 contains the text string FOOTBALL. Which function will return the text BALL?

a)

SEARCH(G5,5,4)

b)

MID(G5,5,4)

c)

FIND(G5,5,4)

d)

LAST(G5,4)

10.

A box that holds data

a)

Spreadsheet

b)

Cell

c)

Row

d)

Data

11.

if statement structure is:

a)

if(value-if-true,logical-test,value-if-false)

b)

if(logical-test,value-if-false-value-if-true)

c)

if(logical-test,value-if-true,value-if-false)

12.

A combination of numbers and symbols used to express a calculation. Always begins with an = sign.

a)

Cell address

b)

Range

c)

Formula

d)

Work sheet

13.

In Excel, columns are labeled by?

a)

Index

b)

Letter

c)

Numbers

14.

to count any fields containing numbers we use:

a)

countIF function

b)

countIFS function

c)

COUNT

d)

COUNTA

15.

the structure of countif is:

a)

contif(criteria,range of cells)

b)

countif(range of cells, criteria, range of cells)

c)

countif(range of cells, criteria)