Conditional Functions G11

Conditional Functions G11

11th Grade

9 Qs

quiz-placeholder

Similar activities

Component 2: Level 2 DIT: LA (B) Processing Methods 1

Component 2: Level 2 DIT: LA (B) Processing Methods 1

10th - 11th Grade

7 Qs

Test on Python Function

Test on Python Function

11th - 12th Grade

12 Qs

Value Methods Vocab

Value Methods Vocab

8th - 12th Grade

12 Qs

Python - Glossary - Functions - Think Python

Python - Glossary - Functions - Think Python

8th - 12th Grade

10 Qs

Computer Applications in Business Quiz 3

Computer Applications in Business Quiz 3

5th Grade - University

8 Qs

POST-TEST (X-8)

POST-TEST (X-8)

10th Grade - University

10 Qs

G7 Excel Quiz 1

G7 Excel Quiz 1

7th Grade - University

10 Qs

Microsoft Excel Advanced Features

Microsoft Excel Advanced Features

1st Grade - University

14 Qs

Conditional Functions G11

Conditional Functions G11

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Arwa Mustafa

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data type functions used to returns TRUE if a value is a number

ISNUMBER( )

ISTEXT( )

ISERROR( )

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data type functions used to returns TRUE if a value is a text

ISTEXT( )

ISNONTEXT( )

ISNUMBER( )

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Function will look up a value in a table and return another value in the same row or column

Power Function

Lookup functions

Index function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Function used to look for a value in a column and return a value from the same row

Vlookup

Hlookup

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Function used to look for a value in a row and return a value from the same column

Hlookup

Vlookup

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Function will be find a value based on it is position within a table.

MATCH FUNCTION

INDEX FUNCTION

POWER FUNCTION

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is one which can include more than one function or formula

Lookup functions

Nested formulas and functions

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In VLOOKUP function, If we want the exact value , we should add....

TRUE

FALSE

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

= .........................(Search Value, Lookup Table , Column, Match)

Vlookup

Hlookup