wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Excel Quiz-IF, AND, OR

Total questions: 11

Worksheet time: 12mins

Name
Class
Date
1.

Full Name

4 lines
2.

Email ID

4 lines
3.

Student ID (ID No)

4 lines
4.

What formula should be used to return "Good" if all the values are >30?

a)

=If(A2>30, "Good", "Bad")

b)

=If(AND(A2>30, B2>30), "Good","Bad")

c)

=If(OR(A2>30, B2>30), "Good","Bad")

d)

=IF(A2<30, B2<30, "Good", "Bad")

5.

Which formula should be used such that if at least one number is greater than 30, the result returned should be "Good" else "Bad"?

a)

=If(OR(A2>30, B2>30), "Good", "Bad")

b)

=If(A2>30, B2<30), "Good", "Bad")

c)

=If(OR(A2>30, B2<30), "Good", "Bad")

d)

=If(OR(A2<30, B2<30), "Good", "Bad")

6.

Which formula should be used to extract the year from the date mentioned

a)

=date(A1)

b)

=year(A1)

c)

=2019

d)

=DATE(2019)

7.

What formula should be used to find the last date of the month after a period of 5 months from the date 02/04/2022?

a)

=EOMONTH(02/04/2022, 5)

b)

=MONTH(02/04/2022)

c)

=MONTH(02/04/2022,5)

d)

=EOMONTH(02/04/2022)

8.

The result of an IF function is

a)

Cell Range

b)

Specific Text

c)

Additional Formula

d)

All of the above

9.

In Database Functions every condition in a row is connected with an _____ logic and every row is connected with an _____ logic

a)

AND, OR

b)

OR, OR

c)

OR, AND

d)

AND, AND

10.

When does a #VALUE! error pop up?

a)

Undefined range

b)

Blank spaces

c)

Incorrect function

d)

Invalid numeric data

11.

An error value in a cell can be masked with the help of ____ function

a)

IF ELSE

b)

IFERROR

c)

IF

d)

ERRORIF