wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Google Sheet Chapter 5

Total questions: 18

Worksheet time: 17mins

Name
Class
Date
1.

XLOOKUP can look up values anywhere in a spreadsheet.

a)

True

b)

False

2.

Is this the correct syntax for XLOOKUP(lookup_value, col_index_num, table_array)?

a)

True

b)

False

3.

XLOOKUP finds a value and returns a result from another column.

a)
True
b)
False
4.

Identify the formula for

XLOOKUP

a)
  • =XLOOKUP(lookup_value, return_array, lookup_array, [if_not_found])

b)
  • =XLOOKUP(lookup_value, lookup_array, [if_not_found])

c)
  • =XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found])

d)

=XLOOKUP(lookup_array, lookup_value, return_array, [if_not_found]

5.

What formula is used to find East_01?

a)

=XLOOKUP(A11, B1:B9, TRUE)

b)

=XLOOKUP(A11, A1:B9,B11)

c)

=XLOOKUP(A11, A1:A9,A11)

d)

=XLOOKUP(A11, A1:A9,B1:B9)

6.

What is the correct formula for B4 aims at finding the given entity in A4?

a)

=XLOOKUP(A4, B1:F1,B2:F2)

b)

=XLOOKUP(B4, A1:F1,2)

c)

=XLOOKUP(A4, B2:F2,B1:12)

d)

=XLOOKUP(A4, A1:F2, A1:F2)

7.

What is the correct formula in B8?

a)

=XLOOKUP(A8, A1:A5, B1:B5)

b)

=XLOOKUP(A8, A1:B5, B1:B5)

c)

=XLOOKUP(A8, B1:B5, A1:B5)

8.

What function is used to find price of Product_2 in B5?

a)

xlookUp

b)

sum

c)

average

d)

ylookUp

9.

What is the main job of the XLOOKUP function?

a)
  • To create colorful charts and graphs.

b)
  • To alphabetize a list of names.

c)
  • To find a specific item and return a related result.

d)
  • To add up a column of numbers.

10.

XLOOKUP formula to be used to get result in the highlighted cell, E3 is...

a)

=YLOOKUP(D3,B2:B9,A2:A9)

b)

=XLOOKUP(D3,B2:B9,A2:A9)

c)

=YLOOKUP(D3,A2:A9,B2:B9)

d)

=XLOOKUP(D3,A2:A9,B2:B9)

11.

The first piece of information you give XLOOKUP is called the lookup_value. What is it?

a)
  • The column where the answer should come from.

b)
  • The item you are searching for.

c)
  • The word "FALSE" for an exact match.

d)
  • The title of your spreadsheet.

12.

Which of these is the correct, basic order of arguments for XLOOKUP?

a)
  • =XLOOKUP(lookup_array, lookup_value, return_array)

b)
  • =XLOOKUP(return_array, lookup_array, lookup_value)

c)
  • =XLOOKUP(lookup_value, lookup_array, return_array)

d)
  • =XLOOKUP(return_array, lookup_value, lookup_array)

13.

The [if_not_found] argument is optional. What does it let you do?

a)
  • Change the color of the result cell.

b)
  • Make the search faster.

c)
  • Show a friendly message like "Not Found" if the search fails.

d)
  • Look for numbers instead of text.

14.

In the formula =XLOOKUP("Mars", A2:A10, B2:B10), what does B2:B10 represent?

a)
  • The list of planets we are searching through.

b)
  • The range where the answer will be pulled from.

c)
  • The cell where we are typing the formula.

d)
  • A special code for exact match.

15.
If I want to add a Chart, one way is to select the ____________ tab.
a)
Home
b)
Insert
c)
Page Layout
d)
Data
16.

Which item is FALSE regarding charts in Google Sheets?

a)

You can create pie and line charts.

b)

Charts can't be inserted on their own sheet.

c)

You can change the chart title.

d)

You can put a background color on your chart.

17.

If you want to create a graph, what is the first step after typing in the data?

a)

Select the chart button

b)

Select the data by highlighting it

c)

Go to Chart Editor

d)

Go to Series

18.

How can you change the type of graph?

a)

Go to the Insert tab

b)

Go to Chart Editor

c)

Go to the Functions button