wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Google Sheet Chapter 4

Total questions: 15

Worksheet time: 10mins

Name
Class
Date
1.

In a spreadsheet table, the formula "=IF(A1>5, B1+C1, D1-E1)" is an example of:

a)

If-Then-Else function

b)

Nested If function

c)

Countlf function

d)

Averagelf function

2.

In a spreadsheet table, the formula "=IF(A1>10, "High", IF(A1>5, "Medium", "Low"))" is an example of:

a)

If-Then-Else function

b)

Nested If function

c)

Countlf function

d)

Averagelf function

3.

In a spreadsheet table, the formula "=IF(A2>10, "Yes", "No")" will output "Yes" if the value in cell A2 is:

a)

Greater than 10

b)

Less than 10

c)

Equal to 10

d)

Any value

4.

In a spreadsheet table, which function allows you to evaluate multiple conditions in a single formula?

a)

If-Then-Else

b)

Nested If

c)

Countlf

d)

Averagelf

5.

In a spreadsheet table, the function "=COUNTIF(A1:A10, ">5")" will count the number of cells in range A1 to A10 that are:

a)

Equal to 5

b)

Less than 5

c)

Greater than 5

d)

Any value

6.

In a spreadsheet table, the function " =COUNTIF(A1:A10, "<>0") " will count the number of cells that is not equal to zero in cell:

a)

A1 and A10

b)

A1 or A10

c)

A1 to A10

7.

In a spreadsheet table, the formula " =IF(A1>10, B1, IF(A1>5, C1, D1)) " will output the content of C1 if A1 equals

a)

11.

b)

4.

c)

6.

d)

5.

8.

In a spreadsheet table, the function "=COUNTIF(A1:A5, ">=50")" will output 2 if the content of A1 to A5 are

a)

50,49,48,47,46

b)

51,50,49,48,47

c)

52,51,50,49,48

d)

53,52,51,50,49

9.

In a spreadsheet table, the formula " =IF(OR(A1="Apple", A1="Banana"), "Fruit", "Not a Fruit") " will output "Fruit" if A1 =

a)

Pineapple

b)

Apple

c)

Banana

d)

Avocado

10.
  1. Which formula would you use to display "Pass" in the corresponding cell if the value in cell B2 is greater than or equal to 60?

a)

=IF(B2<60, "Pass", "Fail")

b)

=IF(A3>=60, "Pass", "Fail")

c)

=IF(A2>=60, "Pass", "Fail")

d)

=IF(B1>=60, "Pass", "Fail")

11.
  1. Which formula would you use to count the number of cells in column B that are greater than 20?

a)

=COUNTIF(B2:B3, ">20")

b)

=COUNTIF(B1:B3, ">20")

c)

=COUNTIF(B1:B3, "<20")

d)

=COUNTIF(A1:A3, ">20")

12.
  1. Which formula would you use to display "High" in the corresponding cell if the value in cell A1 is greater than 80, "Medium" if it is between 60 and 80 (inclusive), and "Low" otherwise?

a)

=IF(A3>80, "High", IF(A2>=60, "Medium", "Low"))

b)

=IF(A1>80, "High", IF(A2>=60, "Medium", "Low"))

c)

=IF(A1>80, "High", IF(A1>=60, "Medium", "Low"))

d)

=IF(A2>80, "High", IF(A3>60, "Medium", "Low"))

13.
  1. Which formula would you use to display "Yes" in the corresponding cell if both the values in cell A1 and B1 are greater than 5?

a)

=IF(A3>5 OR B3>5, "Yes", "No")

b)

=IF(A1>5 OR B1>5, "Yes", "No")

c)

=IF(A2>5 AND B2>5, "Yes", "No")

d)

=IF(A1>5 AND B1>5, "Yes", "No")

14.
  1. Which formula would you use to count the number of cells in column A that are not empty?

a)

=COUNTIF(A1:A4, "<>")

b)

=COUNTIF(A1:A4, "")

c)

=COUNTIF(A1:A4, " ")

d)

=COUNTIF(A2:A4, "<>")

15.

In a spreadsheet table, which function allows you to perform different calculations based on a specified condition?

a)

If-Then-Else

b)

Nested If

c)

Countlf

d)

Sumlf