wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Google Sheets Midterm Quiz - 21/10/2024

Total questions: 25

Worksheet time: 25mins

Name
Class
Date
1.

Which GS formula would you use to add up values in cells A1 through A10?

a)

=SUM(A1:A10)

b)

=ADD(A1:A10)

c)

=TOTAL(A1:A10)

d)

=SUMIF(A1:A10)

2.

What will happen if you use =A1+A2 in a cell and A1 contains "5" while A2 contains "3"?

a)

It will concatenate the values to "53"

b)

It will add the values to get 8

c)

It will return an error

d)

It will return the value of A2

3.

What does the =IF(A1>10, "High", "Low") function do?

a)

Checks if A1 is less than 10

b)

Returns "High" if A1 is greater than 10, otherwise "Low"

c)

Returns "Low" if A1 is greater than 10

d)

Checks if A1 equals 10

4.

Which of the following is the correct way to multiply values in A1 and A2 in GS?

a)

=A1 x A2

b)

=MULTIPLY(A1, A2)

c)

=A1 * A2

d)

=A1 / A2

5.

What does =SUM(A1:A10)/COUNT(A1:A10) calculate?

a)

The sum of A1 to A10

b)

The median of A1 to A10

c)

The average of A1 to A10

d)

The mode of A1 to A10

6.

What will be the output of =IF(OR(A1>10, AND(B1<5, C1>3)), "Pass", "Fail") if A1 is 8, B1 is 4, and C1 is 4?

a)

Pass

b)

Fail

c)

Error

d)

No output

7.

What will be the result of =IF(A1=10, A1*2, A1+2) if A1 contains 8?

a)

12

b)

16

c)

8

d)

10

8.

How does =COUNTA(A1:A10) function differ from =COUNT(A1:A10)?

a)

COUNTA counts only numbers while COUNT counts all values

b)

COUNTA counts all non-blank cells, while COUNT counts only numbers

c)

Both count only numbers

d)

Both count all cells

9.

What will =IF(AND(A1=10, OR(B1=5,C1=3)), "Match", "No Match") return if A1 is 10, B1 is 4, and C1 is 3?

a)

Match

b)

No Match

c)

Error

d)

10

10.

Which function is used in Google Sheets to check if all arguments are TRUE?

a)

=IF()

b)

=ISALL()

c)

=AND()

d)

=OR()

11.

What will be the result of =IF(AND(A1>5, A110, A1/2, A1*2) return if A1 is 12?

a)

24

b)

6

c)

12

d)

0

12.

In Google Sheets, which feature allows you to copy the formatting of one cell to another cell?

a)

Fill Down

b)

Conditional Formatting

c)

Format Painter

d)

Data Validation

13.

Which function should be used to automatically adjust cell formatting based on specific conditions, like highlighting all values greater than 100?

a)

=IF

b)

=CONDITIONALFORMATTING

c)

Conditional Formatting menu option

d)

=FORMATIF

14.

You want to add all the numbers in cells A1 but only include those greater than 5. Which formula should you use?

a)

=SUM(A1:A10)

b)

=SUMIF(A1:A10, ">5")

c)

=SUMIF(A1:A10, "5")

d)

=SUMIF(A1:A10,"<5")

15.

What will =MEDIAN(A1:A10) calculate in Google Sheets?

a)

The sum of values in A1

b)

The average of values in A1

c)

The middle value of A1 when sorted

d)

The range of values in A1

16.

How does =AVERAGEIFS(A1:A10, B1:B10, ">5") function?

a)

Averages values in A1 that are greater than 5

b)

Averages values in B1 that are greater than 5

c)

Averages values in A1 where corresponding B1 values are greater than 5

d)

Sums values in A1

17.

Which function would you use to determine if a cell contains text in GS?

a)

=IF(A1="TEXT", TRUE, FALSE)

b)

=ISTEXT(A1)

c)

=IF(TEXT(A1))

d)

=ISNUMBER(A1)

18.

Which Google Sheets formula can be used to determine if the formula =AND(A1 > 5, A1 < 10) will return TRUE or FALSE when A1 is 7?

a)

TRUE

b)

FALSE

c)

ERROR

d)

NULL

19.

How would you find out the number of cells that contain numerical values in the range A1?

a)

=COUNTIF(A1:A10, "isnumber")

b)

=COUNTA(A1:A10)

c)

=COUNT(A1:A10)

d)

=SUMIF(A1:A10)

20.

Which of the following is the correct syntax for the SUMIFS function?

a)

=SUMIFS(range, criteria_range, criteria)

b)

=SUMIF(range, criteria, criteria_range)

c)

=SUM(range, criteria)

d)

=SUMIF(range, criteria)

21.

What is the outcome of =IF(OR(A1="Yes", B1="Yes"), "Approved", "Rejected") when A1 contains "No" and B1 contains "Yes"?

a)

Approved

b)

Rejected

c)

Error

d)

NULL

22.

How would you return the number of cells with a value greater than 50 in A1?

a)

=COUNTIF(A1:A10, "50")

b)

=COUNTIF(A1:A10, ">50")

c)

=COUNTIF(A1:A10, ">=50")

d)

=SUMIF(A1:A10, ">50")

23.

Which of the following formulas can be used to round a value in A1 to the nearest integer?

a)

=ROUNDUP(A1)

b)

=ROUNDDOWN(A1)

c)

=ROUND(A1)

d)

=RND(A1)

24.

What is the purpose of the =OR(A1>5, B1 5, A1 < 10) will return TRUE or FALSE when A1 is 7?

a)

TRUE

b)

FALSE

c)

ERROR

d)

NULL

25.

In Google Sheets, which feature allows you to copy the formatting of one cell to another cell?

a)

Fill Down

b)

Conditional Formatting

c)

Format Painter

d)

Data Validation