WorksheetsExcel Functions Quiz
Total questions: 50
Worksheet time: 30mins
Which function returns TRUE only if all conditions are TRUE?
IF
AND
OR
NOT
Which function returns TRUE if at least one condition is TRUE?
AND
OR
IF
NOT
Which function reverses TRUE to FALSE?
AND
OR
NOT
IF
Which function converts text to uppercase?
LOWER
PROPER
UPPER
TEXT
Which function converts text to lowercase?
LOWER
UPPER
PROPER
TEXT
Which function capitalizes the first letter of each word?
UPPER
LOWER
PROPER
CAPITAL
Which function joins text from multiple cells?
JOIN
MERGE
CONCATENATE
LINK
What does ISNUMBER return if a cell contains a number?
TRUE
FALSE
TEXT
ERROR
Which function checks if a cell contains text?
ISNUMBER
ISTEXT
TEXT
CHECK
Which function returns TRUE for even numbers?
ISODD
ISEVEN
MOD
ROUND
Which function returns TRUE for odd numbers?
ISEVEN
ISODD
MOD
INT
IF(A1>50,"Pass","Fail") returns Pass when:
A150
A1 is text
AND(TRUE,FALSE) returns:
TRUE
FALSE
0
1
OR(FALSE,FALSE) returns:
TRUE
FALSE
0
ERROR
NOT(TRUE) returns:
TRUE
FALSE
1
0
UPPER("excel") returns:
Excel
EXCEL
excel
ExCeL
LOWER("Excel") returns:
EXCEL
excel
ExCeL
ERROR
PROPER("data science") returns:
Data science
Data Science
DATA SCIENCE
data Science
ISNUMBER("100") returns:
TRUE
FALSE
ERROR
TEXT
ISTEXT(100) returns:
TRUE
FALSE
ERROR
0
Which function returns TRUE only if all conditions are TRUE?
IF
AND
OR
NOT
Which function returns TRUE if at least one condition is TRUE?
AND
OR
IF
NOT
Which function reverses TRUE to FALSE?
AND
OR
NOT
IF
Which function converts text to uppercase?
LOWER
PROPER
UPPER
TEXT
Which function converts text to lowercase?
LOWER
UPPER
PROPER
TEXT
Which function capitalizes the first letter of each word?
UPPER
LOWER
PROPER
CAPITAL
Which function joins text from multiple cells?
JOIN
MERGE
CONCATENATE
LINK
What does ISNUMBER return if a cell contains a number?
TRUE
FALSE
TEXT
ERROR
Which function checks if a cell contains text?
ISNUMBER
ISTEXT
TEXT
CHECK
Which function returns TRUE for even numbers?
ISODD
ISEVEN
MOD
ROUND
Which function returns TRUE for odd numbers?
ISEVEN
ISODD
MOD
INT
IF(A1>50,"Pass","Fail") returns Pass when:
A150
A1 is text
AND(TRUE,FALSE) returns:
TRUE
FALSE
0
1
OR(FALSE,FALSE) returns:
TRUE
FALSE
0
ERROR
NOT(TRUE) returns:
TRUE
FALSE
1
0
UPPER("excel") returns:
Excel
EXCEL
excel
ExCeL
LOWER("Excel") returns:
EXCEL
excel
ExCeL
ERROR
PROPER("data science") returns:
Data science
Data Science
DATA SCIENCE
data Science
ISNUMBER("100") returns:
TRUE
FALSE
ERROR
TEXT
ISTEXT(100) returns:
TRUE
FALSE
ERROR
0
Write an Excel function that returns TRUE if A1 > 100, otherwise FALSE.
Complete the function to check if A1 > 50 AND B1 < 20.
Complete the function to convert the text in A1 to uppercase.
Complete the function to convert the text in A1 to lowercase.
Complete the function to capitalize the first letter of each word in A1.
Complete the function to join text in A1 and B1.
Complete the function to check if the value in A1 is a number.
Complete the function to check if the value in A1 is text.
Complete the function to check if the value in A1 is an even number.
Complete the function to check if the value in A1 is an odd number.
