wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Google Sheets Basics Quiz

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

What symbol do all formulas in Google Sheets begin with?

a)

$

b)

+

c)

=

d)

@

2.

What is a cell reference?

a)

A way to name text

b)

A way to name a cell using its column and row

c)

A formula

d)

A math function

3.

What is the reference for the top-left cell in a Google Sheet?

a)

A0

b)

A1

c)

1A

d)

Cell A

4.

What is a range in Google Sheets?

a)

A cell’s name

b)

A function

c)

A group of adjacent cells

d)

A math operator

5.

How is a range written?

a)

A1,A2,A3

b)

A1:A2

c)

Range(A1-A2)

d)

A1::A2

6.

What is the range for the rectangle from cell A1 to B2?

a)

A1:B2

b)

A1-A2-B1-B2

c)

A1, B2

d)

A1:B1

7.

What function adds up numbers or ranges?

a)

=ADD

b)

=TOTAL

c)

=SUM

d)

=PLUS

8.

What is the result of =SUM(2, 3, 4)?

a)

7

b)

8

c)

9

d)

10

9.

What happens if you type A1,A2,A3 without a function?

a)

It works

b)

It adds them

c)

It gives a #VALUE! error

d)

It gives a #ERROR!

10.

What data type is TRUE or FALSE?

a)

Text

b)

Logic

c)

Boolean

d)

Numeric

11.

Which of these is considered text?

a)

"123"

b)

123

c)

=123

d)

1 + 2

12.

How are numbers aligned in a default cell?

a)

Left

b)

Center

c)

Right

d)

Bold

13.

Which of these is NOT a valid mathematical operator in Sheets?

a)

+

b)

-

c)

^

d)

#

14.

What does =4^2 return?

a)

6

b)

8

c)

16

d)

32

15.

What operator is used to join two text strings?

a)

+

b)

&

c)

^

d)

~

16.

What does ="Hello"&"World" display?

a)

Hello World

b)

HelloWorld

c)

"HelloWorld"

d)

Error

17.

What logic operator means “not equal to”?

a)

!=

b)

NOT

c)

<>

d)

^=

18.

What will =IF(1=2, "Yes", "No") display?

a)

Yes

b)

No

c)

TRUE

d)

FALSE

19.

What will =IFS(A1>A2, "Greater", A1=A2, "Equal", A1

a)

Greater

b)

Equal

c)

Less

d)

Error

20.

What does =COUNTIF(A1:A10, ">100") do?

a)

Counts cells with values over 100

b)

Counts cells with values under 100

c)

Adds all numbers

d)

Averages A1:A10

21.

Which formula joins first and last names with a space?

a)

=A1+B1

b)

=JOIN(" ",A1,B1)

c)

=A1&" "&B1

d)

=MERGE(A1,B1)

22.

What function checks if two cells are equal and returns “Match” or “No Match”?

a)

=EQUALS

b)

=IF

c)

=CHECK

d)

=COMPARE

23.

What is the default alignment for text in a cell?

a)

Left

b)

Right

c)

Center

d)

Top

24.

What does =AVERAGEIF(B1:B10, "<1500") do?

a)

Finds average of numbers under 1500

b)

Finds the largest number

c)

Averages all numbers

d)

Sums numbers under 1500

25.

What does =SUM(B2:D6) do?

a)

Sums B2 and D6 only

b)

Gives an error

c)

Sums everything in the B2 to D6 block

d)

Multiplies cells