How To Make Spreadsheet A Template Google Sheets
A few years back almost anybody had an address book where they stored all their contacts along with phone numbers and addresses. These accost books were organized with alphabet tabs, then that you lot could hands find the contact you demand past skipping to the appropriate tab.
With spreadsheet software similar Google Sheets, maintaining and sharing address books has become easier and more efficient. You can share an address book with family members, colleagues or team members and work on it remotely in real-fourth dimension.
Y'all can use spreadsheet software to keep your contact list organized and quickly find contacts using a elementary search string.
In this tutorial, nosotros will testify y'all step by step how to create a Google Sheets Address Volume template that you tin farther customize co-ordinate to your requirements. For your convenience, we accept likewise shared a ready-made template that yous can just download and outset using immediately.
Click here to view and download our Address Book template.
To use this template, click File- > Make a copy . This will let yous edit and save the sheet as your own.
What Does an Address Book Template Consist of?
An address volume template or a Google Sheets Contact List Template consists of a filigree with details about contacts, similar Proper name, Phone Number, Address and Email Address. The template should either automatically sort the rows containing contact data or at least requite the user the option to sort information technology by pressing a button.
It is as well quite useful to have a search feature in the template, and so that the user can hands observe the contacts they need without having to scroll through the entire list. This is particularly helpful every bit your contact list starts getting bigger with time.
Understanding the Template Design
The template that we will create in this tutorial is organized into 3 tabs:
- Contact Listing
- Sorted Contact List
- Search List
Let us look at what each of these tabs are meant to accomplish:
The Contact List Tab
The Contact List tab is meant to simply allow you add contacts to the list. You tin can also utilise this tab to make edits to existing contacts or delete contacts that y'all don't demand.
The Sorted Contact Listing
The Sorted Contact List tab simply organizes your original contact list by sorting the rows in alphabetical order of Names.
This tab is connected to the Contact List tab so that every time you make a change to the original data in the Contact Listing, the contents in the Sorted Contact List get automatically updated with the changes, while even so keeping the rows sorted.
The Search List Tab
The Search List tab is meant to assistance yous quickly find contacts using a search string. You volition find a small pink search box that lets you lot enter your search string in this worksheet.
Y'all tin search by Proper noun or function of the Email address. If whatever of these 3 fields friction match the given search string fifty-fifty partially, the row corresponding to that contact will get displayed in this tab.
How to Create a Google Sheets Address Book Template / Google Sheets Contact Listing Template
To create a Google Sheets accost book template, nosotros starting time by creating the basic outline. This requires identification of the fields that you want to include in your address book. For case, in this tutorial nosotros will include the following fields:
- Name
- Phone Number
- Electronic mail Address
- Address
Nosotros create these fields along with their headers in a worksheet that we name 'Contact Listing'.
We too put some basic formatting in identify so that alternating rows are displayed in alternating colors. This breaks the monotony when y'all have a large number of contacts to look through. Information technology also ensures that the user tin hands distinguish between rows while skimming through the data.
Once the basic skeleton is ready, you can beginning filling in the contact details. You can so sort your contacts in alphabetical order of Name. There are two means to practice this. You can either explicitly sort the listing every time yous add together a new contact, or have the list automatically sorted using the SORT office. The automatically sorted list will get saved in a separate tab, which is the 'Sorted Contact List' tab.
In this tab, we also make sure to protect the sheet and then that the user does not accidentally write over information technology.
Notation: Any additions/deletions/edits to the contacts should only be done from the 'Contact List' tab.
Next, we create the 'Search List' tab. We over again create the basic outline of this tab, which consists of a specified cell where the user volition enter the search string. We also add the main headers below which the search results will get displayed, along with other basic formatting.
Again we will make sure that the user cannot make edits to the search results surface area.
Creating the Bones Outline of the Contact List
Let u.s.a. start with the bones outline of our Contact List. To alter the name of the worksheet tab, simply double click over the worksheet tab name and write over it with the new tab name, 'Contact Listing'.

Now add the field headers for the contact listing. You can add the field headers shown in the image below:
You tin also put your own headers according to your requirement, but y'all have to brand sure that you apply these same headers to display your data in the other tabs as well.
Formatting the Listing to Show Each Row in Alternating Colors
You tin can format your contact listing to brandish rows in alternating colors. These are the steps you need to follow for this:
- Select all the rows, including the header row up to the last row in your sheet (which is ordinarily row 1000).
- From the Format card, select 'Alternate colors'.
- This will open the Alternating Colors sidebar, from where yous can select the color formatting that yous want to apply. You tin can select one of the default styles or create your own custom style. Here's the default way that we selected:
- You lot should at present detect your rows in alternate shades of your selected colors.
Once the basic outline of your contact list is created, y'all tin can starting time adding in your contact details. We created a random listing of contacts as shown below, simply to demonstrate this tutorial:
Using Filters to Sort the Google Sheets Contact List Template
At this betoken, y'all can choose to add together filters to your contact list to sort your listing by name. Hither are the steps you need to follow:
- Select all the cavalcade headers of your contact listing
- From the Data menu, select 'Create a Filter'. Alternatively you tin click on the 'Create a Filter' button from the main toolbar:
- This volition add together filters to your dataset. The filters announced in the form of triangles next to the each cavalcade header, as shown below:
- Now you can sort your rows by Proper name. All you need to practice is click on the filter (or arrow next to) the Name column header.
- Select 'Sort A-Z' to sort the contact list in alphabetical order of names.
Here'south how our sorted contact list looks:
Note: Sorting the contact list in this way is not very efficient, considering you will need to re-sort the listing every time you lot add together, remove or edit an entry. A more effective style would be to take a separate tab that displays the sorted contact list dynamically.
Creating the Sorted Contact List Worksheet
One time the Contact list is created, y'all can create a new worksheet that will display the sorted contact list. Merely printing the '+' button near the worksheet tab as shown below:
This will create a new worksheet with the name Sheet2.
Change the name of the sheet to 'Sorted Contact List':
Again create the same cavalcade headers as you did in the Contact List worksheet and format the sheet with alternating colors for readability.
Once done, you tin can add the formula to display the sorted list in this worksheet.
Using the SORT Role to Create the Sorted Contact List
To create the sorted contact list, you just need to know one formula:
=SORT('Contact Listing'!A2:D,1,True) The above formula uses the SORT part, which simply displays the sorted information into a range of cells that start from the cell containing the formula. The syntax for the SORT function is:
SORT(range, sort_column, is_ascending, [sort_column2, is_ascending2, …])
Here,
- range is the group of cells that you want to sort.
- sort_column is the column past which you lot want to sort the data in the range. Usually this is specified as an alphabetize number of the column in the given range.
- is_ascending can exist a True or FALSE value. It specifies if cells in the range should exist sorted in ascending or descending order of sort_column. A True value indicates ascending guild, while a Faux value indicates descending order.
The above iii parameters are compulsory in a SORT function. Additional parameters tin can be added to sort the range by more criteria. Since nosotros don't need these parameters in this example, we will not go over them, only if you are interested, you can go through this article to empathize the SORT part better.
In our formula, we specified that we want to sort all the rows starting from jail cell A2 up to the last row of column D (which are in the worksheet named 'Contact Listing'). Nosotros want to sort the range by column 1 (which in our selected range is the 1st column). Nosotros specified the is_ascending parameter every bit TRUE because we want the rows sorted in ascending guild.
Insert this formula in cell A2 of your 'Sorted Contact List' worksheet, and press the return key. Yous should now see all your contact list entries sorted by Name in this sheet.
The SORT office is dynamic, so whatsoever changes you make to the original contact list get automatically updated in the upshot of the SORT part.
Protecting the Sorted Contact List Tab from Accidental Changes
If you type anything in a jail cell of the 'Sorted Contact List' sheet, it might result in an #REF! error. To ensure that this doesn't happen, y'all can protect the sheet by the following steps:
- Right-click on the worksheet'due south tab
- Select 'Protect Sheet' from the context menu that appears.
- This opens the Protected sheets & ranges sidebar.
- Press the 'Fix Permissions' button.
- Select 'Prove a warning when editing this range' and press Washed.
Now, every time a user wants to edit the canvass, they will be given a warning message. If they select Cancel so the changes will be undone, and if they select OK, and so the changes will remain.
Creating the Search List Worksheet
To permit the user to search for specific contacts from the contact list, yous can create a third worksheet and proper noun information technology 'Search List'.
Pattern the outline of this sheet as in the image below:

Equally you can meet, this sheet has a specific cell where users can enter their search string (prison cell B1). Try to make this jail cell stand out from the other cells by changing the background color.
Below this jail cell, add the same headers that y'all had used in the other two sheets.
Now you can get-go typing the formula to display the rows that match the search string.
Using the QUERY Function to Brandish Required Rows
To display the contacts that friction match the search string entered by the user (in cell B1), you can type the following formula in cell A4:
=IFERROR(QUERY('Sorted Contact List'!A2:D, "select * where A contains '"&B1&"' or C contains '"&B1&"'")) The above formula uses the QUERY office. This function lets yous utilise SQL-like queries on a given range of cells.
The syntax for the QUERY function is:
QUERY(data, query, [headers])
Here,
- data is the grouping of cells that you want to perform the query on
- query is the SQL-like query that you want to use to the data.
The higher up two parameters are compulsory in a QUERY function. For more information almost the QUERY part, you tin can become through this article.
In our formula, we specified that we want the query "select * where A contains '"&B1&"' or C contains '"&B1&"'" to exist applied to the range starting from jail cell A2 up to the terminal row of cavalcade cavalcade D (from the worksheet named 'Sorted Contact List').
The query basically says that nosotros want to select all the rows from the given range where the name or the email address contains the search cord in B1 either at the start, middle or end.
If the QUERY function does not notice any matching rows, it might return an error code. To ensure that this error code is not displayed, we wrap an IFERROR part around the QUERY formula.
Insert the above formula in cell A4 of your 'Search List' worksheet, and printing the return key.
Now try entering a search string in cell B1 and press the return key (It can be a function of a Name or Email Address). Yous should run into all matching entries from your contact list sorted and displayed in this canvass.
Protecting the Search Listing Tab from Adventitious Changes
If you type anything in the results surface area of the QUERY office, it might event in a #REF! error. To ensure that this doesn't happen, you can protect the all the cells of the 'Search List' canvass (except for jail cell B1) past the following steps:
- Right-click on the worksheet's tab
- Select 'Protect Sheet' from the context menu that appears.
- This opens the Protected sheets & ranges sidebar.
- Cheque the box next to 'Except certain cells'.
- This will display an input box for entering the range of cells you want to exclude from protection. Type B1 in this input box, every bit shown beneath:
- Press the 'Ready Permissions' button
- Select 'Bear witness a warning when editing this range' and press Washed.
Now, the entire canvass is protected, except for the prison cell B1, where the user can enter the search string.
Determination
We tried to provide you lot with a detailed tutorial to help you create your own Google Sheets Accost Book template, then that you can customize it to your own requirements.
Notwithstanding, if you adopt to but download a gear up-made template rather than create one from scratch, you can go ahead and download our template from this link .
Nosotros hope our address book template makes it convenient for y'all to organize, store, find, and share your contacts more easily.
Related Posts:
- Gratuitous 2022 Content Calendar Template in Google Sheets
- Gratuitous Google Sheets Ledger Template [and How to Utilize]
- Google Sheets Expense Tracker: Complimentary Template & How to Employ
- Post Merge in Google Sheets
Related posts:
How To Make Spreadsheet A Template Google Sheets,
Source: https://spreadsheetpoint.com/google-sheets-address-book-template/
Posted by: andersonvearguat.blogspot.com

0 Response to "How To Make Spreadsheet A Template Google Sheets"
Post a Comment