Word Search puzzles with Google Docs

word search puzzles with google docs

Introduction

Word searches are fun puzzle activities. They are also a good way to reinforce word recognition. I use word searches with students to help them with spelling and word definitions. They get a fun activity and an assignment. 

There aren’t many tools for creating word searches on the Internet. The few tools that exist focus on creating printable word searches. They don’t lend themselves very well to online actives in the digital age. 

For this lesson, you need to create a blank Google Document. You also need a blank Google Sheet. The Sheet is used to gather the vocabulary. It is also used to format the word search puzzle. The puzzle is copied to the Google Document for final preparation and distribution.

Use the links below to get a copy or see a preview of the final product.

Get a copy: https://bit.ly/37lAFZS

Get a preview: https://bit.ly/2MPzgBf

I am including a copy of the Google Sheet with the vocabulary used in this exercise. The link is available below.

https://bit.ly/2TKSoUW

Preparing the words

The Google Sheet has a list of vocabulary words. This word search reviews mammals covered in the lesson. In the sheet, I have the same list repeated three times. One column has the names with the first letter capitalized. The second has the letter in all upper case. The last has them all in lower case.

You can format the word search using all uppercase or all lowercase letters. The choice is yours. I want to show you how to format the words without having to retype them. 

Google Sheets has plenty of useful formatting tools. I begin with Sheets when I have to deal with complex products.

Lowercase

Each word begins with a capital letter in the first column. I want all the letters to be lowercase.

word list

Click on cell B2 and type =LOWER(A1). Press the Return key to apply the formula. This converts all the letters in the word to lower case.

lower case function

Select cell B1 again. Click the blue square in the lower right corner and drag it down.

copy function option

This copies the formula down the column. Stop when you reach the end of the word list.

copy to end of word list

All the letters in each word are now lowercase.

words changed to lowercase

The next column has words that are all lowercase.

next column of words

Click in cell E1 and type =UPPER(D1). Press the Return key.

uppercase function

Return to cell E1. Click the blue square and drag it down the column.

copy function to other cells

The letters in each word are transformed to uppercase.

all words changed to uppercase

Converting letters to upper or lower case it not all we can do. There is a function for converting the first letter in each word to upper case. It also changes the letters after the first to lowercase. 

Click in cell H1 and type =PROPER(G1). Copy the function down the column. 

the proper case function

Selecting a word list option

We have three options for the word search lettering. We only need one. The other options need to be removed. I am using the uppercase option. 

This is how to remove the unwanted word list. Click on the column header with the word list to be removed.

select column header

Click Edit and select Delete column. The column you are deleting is identified by the column letter.

delete the column

The column that used the formula to convert the letters is filled with error messages. Click the column header and delete the column.

select the column with the missing function information

Keep deleting columns with the word lists you don’t want to use. Your list needs to be in the first or second column. You cannot have any content to the right of the column with your words.

selected word list with uppercase letters

Segment the letters

The letters for each word need to be in separate cells. Again, we are using Google Sheets to help with this process. Sheets has a split function. We are using this function in combination with Regular Expressions. Regular expressions are a type of code used to manipulate text. It is used very often by programmers. 

Click in the cell to the right of the first word. Type or paste the formula below. Replace the B1 with A1 if your words are in column A.

=SPLIT(REGEXREPLACE("" & B1,"(\w)", "$1,"), ",")

the split function with a regular expression

The regular expression finds each letter in the word. It adds a comma after each letter. The Split formula uses the comma to split each letter and place it on a different column.

the letters split among the columns

Click back on cell C1. Use the blue square to copy the formula down the column.

words with split letters into columns

Organize the letters

We need to organize the letters across the column for use in the puzzle. Select the first row of letters. Those are the letters for SQUIRREL.

select the letters for the first word

Click Data and select Named ranges.

named range option

A panel opens on the right side. 

named ranges panel

Change the name of the range to squirrel. Click the Done button.

set the name range name

Highlight the letters for DOG in the next row.

select the next word in the row

The Range panel is still visible. Click Add a range.

add a range

Name the range dog and click the Done button. Repeat this process with all the words.

name the range

The list of named ranges is organized alphabetically. 

named ranges in named ranges panel

Close the Named ranges panel.

close named ranges panel

Create a new sheet

Find the Plus button at the bottom of the spreadsheet. It is next to the first sheet name.

create a new sheet

The sheet is added to the right of the first. Double click the sheet name.

sheet two

Replace the name with mammals.

updated sheet name

Click the square above the number 1 and to the left of the letter A. This selects all the columns and rows.

select all the rows and columns

Click Format and go down to the Align option. Select Center align.

center align

Click Format again. Go to the Align option and select Middle.

align the text in rows to the middle

Column Size

Click on column A header. We need to select all the columns. Here is a shortcut key combination to help. Chromebook and Windows use the keyboard combination Shift+Alt+Right Arrow. Mac uses the keyboard combination Shift+Command+Right Arrow.

select the first column

Right-click on one of the column headers. Select the Resize columns option. 

resize columns

Change the column size from 100 to 35. Click the OK button.

column size set to 35

Click the row 1 header. Select all the rows. Here is a shortcut keyboard combination to help. Chromebook and Windows press the Shift+Alt+Down-Arrow. Mac users press Shift+Command+Down-Arrow.

select first row

Right-click one of the row headers. Select Resize rows.

resize rows option

Set the row height to 35 pixels. Click the OK button.

resize rows to 35

Scroll back to the top of the sheet. Skip one or two columns and rows from the edge of the sheet. This is where we will place our first word.

selected cell

Words across

The first word will go across the page. Think of one of the words you would like to use.

Sheets has a function to bring in an array of information from cells. The function is called ARRAYFORMULA. Type =ARRAYFORMULA followed by an open parenthesis. Type the first two letters of the word you want to use. My word is kangaroo. 

The function provides help by guessing what we want. The function found our list of named ranges. The green icon next to the word kangaroo indicates a named range. 

array formula

Finish typing the word and type a closing parenthesis. Press the Return key.

named range for array formula

The word kangaroo appears across the row.

select a cell for the next word

Words down

To place words going down the column we use a different function. Click on one of the cells below the word kangaroo. Type =TRANSPOSE(elephant) and press the Return key. Choose any word you prefer.

transpose function with next word from named range

Here are the first two words. Repeat the process to place words across or down. Try to keep your words within a frame. The frame I use is usually 15 columns by 15 rows.

first two words

I provided 27 words but we don’t have to use them all. This is just the first part of an exercise. This word search includes 10 random words I chose.

word search with set of ten words

The next step involves adding lots of letters in the empty squares. To keep things easy, I like to color the words. Highlight the cells of each word. Change the font color. I like to use red.

words in red color

Random letter array

We need to create a random letter array. Create a new sheet. Change the sheet name to random letters.

random letters sheet

Type each letter of the alphabet down the first column. Make sure the letter case matches the case used by the words.

alphabet down one column

Select the letters in the column. Click Data and select Named ranges.

select named ranges

Set the range name to alphabet.

set named range for alphabet

Go back to the mammals sheet. Click on the first empty cell.

select an empty cell

Type the function below. Copy and paste it from the text to make sure there are no mistakes.

=index(alphabet,randbetween(1,counta(alphabet)))

index formula

The Index function provides a number to each letter. The randbetween function selects a random letter within the selected range. The index function uses the named range to index the letters. The randbetween function uses the named range to select the random letter.

Click and drag the blue square to fill in the empty squares. I have empty squares to the right.

copy formula option

Stop before you reach one of the words.

formula copied across row

Select one of the squares with a random letter. Copy the function to empty nearby cells.

copy formula to other empty cells

Use any random letter square to fill in an empty square.

any cell has the formula

Repeat the process until you have filled in the empty cells in the grid.

word search with random letters

Finish with Google Docs

Select all the cells in the word search. Click Edit and select copy.

select word search grid

Go to an open blank Google Document or create a new document. Press the Return key three times to add some space for a heading. Paste the word search.

Select paste unlinked when prompted for a paste option.

paste unlinked

We are almost done.

word search puzzle in document

Right-click anywhere on the table and select Table Properties.

table properties

Go to the table alignment option and select center. Click the OK button.

table options

Add a title and some instructions.

document title and instructions

This puzzle provides a list of words that are in the word search. The words are below the grid.

list of words at the bottom of the puzzle

A list of words might be too easy. Here is another option. Provide a list of definitions.

definitions as clues

Sentence completion is another option.

sentence completion options

How it works

The document we created is our master. It is also the answer key. Make a copy of the document for students.

make a copy

Update the name to identify is as the student copy.

rename the student copy

Select all the cells in the student copy. Change the font color. Black is good.

selected cells in table

Student fill-in

Students select the letters across the cells.

select letters in puzzle

They use the cell background color to highlight the word.

select cell background color

This is what the student assignment looks like.

completed puzzle with highlighted words

Master and answer key

Return to the original word search document. This is your master and your answer key. Use this document to introduce or review the assignment. You need to set restore points before using this in your classroom.

Click File and go to the Version history option. Select Name current version.

name the current version

Name the version Answer key. Click the save button.

version name set to answer key

Select all the contents of the table. Change the font color to black.

set the font color to black

Click File again. Go to version history and select Name current version. Name the version Original and click save.

The answer key

Use version history to see the answer key. Click File and go to version history. Select the option to see the version history.

see version history

The document version history is in a panel on the right. Toggle the option to show only named versions.

show named versions only

Click the answer key version.

select answer key saved version

Click the restore version button. Click the confirm button when it appears.

restore version button
Previous
Previous

Multiple Choice with Google Docs

Next
Next

Matching and multiple choice with fill-in the blank using Google Docs