Table in Google Sheets

What Is Table in Google Sheets?

Google Sheets has a vast variety of features, and one of the most useful ones is its ability to create tables. A table is an easy and efficient way to organize data, which can be useful for analysis. They are structured ranges consisting of rows and columns with a column header. Let us look at a sample table below.

Creating a table involves organizing the data you have at hand in a structured manner that is easy to understand. For example, below, we have a table containing the number of items sold at a supermarket over a week. Here, the first row contains the column headers.

Table-in-Google-Sheets-Definition

You can further modify this table by formatting it, adding formulas(we have added them in Column D), and enabling filters.

Key Takeaways
  • Tables in Google Sheets are used for various purposes across different industries. A table refers to a structured arrangement of data into rows and columns, which helps manage, organize, and present the data for analysis.
  • The first row of a table usually contains the headers which explain what the data in each column represents.
  • The tables can be formatted by customizing the appearance of cells like font size, color, and borders. It is usually done based on certain conditions.
  • Tables allow you to create graphs and charts for visual representation.
  • You can also add filters to your table in Google Sheets.

How to Create a Table in Google Sheets?

In this section, we will learn how to create a table in Google Sheets.

The first step is to go to Google Sheets and add headers based on the data you have at hand. Here, we are entering the details of some students in a table.

Add the required headers, as shown below.

How-to-Create-a-Table-in-Google-Sheets

Step 1: The next step is to add the row data. Add the details as shown below in an organized manner.

How-to-Create-a-Table-in-Google-Sheets-Step-1

Step 2: As you can see, we have filled up some columns and left a few blanks. We must use formulas in those. To find the total of Leo, enter the following formula in cell E2.

How-to-Create-a-Table-in-Google-Sheets-Step-2

Step 3: To fill in all the values, drag the formula all the way up to cell E7.

How-to-Create-a-Table-in-Google-Sheets-Step-3

Step 4: The next column will contain an expression. Here, we find the average of each student and grade accordingly.

Write the following expression in cell F2.

=IF(E2/3 > 80, “A”, IF(E2/3 > 50,”B”,”C”). Press Enter.

Here, we check if the average is greater than 80. If so, they are awarded A. Otherwise, we check if it is greater than 50. In this case, we award B; otherwise, it is Grade C.

How-to-Create-a-Table-in-Google-Sheets-Step-4

Step 5: Now, drag the formula all the way down to cell F7 to get the students’ grades.

How-to-Create-a-Table-in-Google-Sheets-Step-5

That’s it! Your table is ready for analysis and is structured for you to study at a glance. You can further apply filters, formatting etc., based on your requirements.

 In the next section, we will learn how to format the table to make it more readable, filtered, collapsible, and searchable.

Examples

Once you’ve created a table in Google Sheets, you can work wonders on them. Let us look at some interesting examples below.

Example #1 – Apply Alternating Row Colors

Table-in-Google-Sheets-Example-1

In Google Sheets, there is a table that shows the consumption of items during teatime in other European countries. Here, we are required to apply colors in alternating rows.

Step 1: Select the entire table. Also include the headers.

Example-1-Step-1

Step 2: Go to the Format option. Choose “Alternating Colors.”

Example-1-Step-2

Step 3: Usually, the headers are automatically recognized, as shown in the image. Else, check the box for headers.

Example-1-Step-3

Step 4: Choose one of Google Sheets’ default styles that you prefer. You can also customize it by manually selecting the color for the header and the alternating colors for the rows. Press Done.

Example-1-Step-4

The colors are applied to the table for alternating rows.

Example-1-Step-4-1

Example #2 – Using Filters and Sort for Enhanced Usability

Using filters helps you view specific rows in your table for analysis. It is straightforward to apply filters to Google Sheets. However, remember that you can apply filters to one table per sheet only. If you must filter other tables, they should be on separate Google sheets. Now, let us use filters on the table used in Example 1.

Step 1: Select your table’s headers, as shown below.

Example-2-Step-1

Step 2: Go to Data – Create a filter.

Example-2-Step-2

.Step 3: When you select the option, you can see the filter icon. It appears to the right of each header.

Example-2-Step-3

Step 4: Click the filter icon in any column. It is to see the options for sorting and filtering.

Example-2-Step-4

Step 5: Now, to apply sorting, let us sort the countries from A to Z. Select the option and look at the table. You can observe that the countries have been sorted from A to Z.

Example-2-Step-5

Example #3 – Conditional Formatting for Data Insights

Conditional formatting provides visual cues to help you make sense of your data. It also helps you identify trends and patterns in your data, making for easier data analysis. Let us apply conditional formatting to the above table based on certain conditions.

Step 1: Go to Format -Conditional Formatting.

Example-3-Step-1

Step 2: In the ‘Conditional format rules” pane on the right, you can choose from a host of format rules. Before that, select the range for which you want to apply the conditional formatting.

Example-3-Step-2

Step 3: We choose to use a different color and bold format for values greater than 50.

Example-3-Step-3

Step 4: Click on Done and check how the conditional formatting has been applied to the table.

Example-3-Step-4

Example #4 – Collapsible Table in Google Sheets

Not all tables would have few rows, as in the example above! Usually, we are left dealing with large datasets in Google Sheets. In such cases, you can collapse some rows or columns to make your table look more user-friendly.

For this, you group rows or columns to make your table collapsible.

The following are the steps to achieve the same.

Step 1: Select all rows except the headers.

Example-4-Step-1

Step 2: Right-click near the row number, and in the menu, click “View more row actions.” Now, you can use the option “Group rows.”

Example-4-Step-2

Step 3: Now, you will see a minus symbol in the top-left corner, which you can use to collapse the rows.

Example-4-Step-3

Your collapsible table is ready! To expand it again, click on the ‘+’.

Example-4-Step-3-1

Example #5 – Searchable Table in Google Sheets

Sometimes we frequently refer to a particular table for data analysis or calculations. In such cases, using a named range is an easy option for searching for data in that particular table.

Below are the steps for creating a searchable table using the named ranges property.

Step 1: Select the range of cells in your entire table.

Example-5-Step-1

Step 2: Now, go to Data -Named ranges.

Example-5-Step-2

Step 3: The “Named ranges” pane appears on the right. Here, type the name you want for your table and click “Done.”

Example-5-Step-3

Step 4: The table appears in the “Named ranges” sidebar. Similarly, you can also name a particular column.

To do this, you select the column and click “Add a range.”

Example-5-Step-4

Step 5: Now, select a name for the column. We have selected, as shown in the image below, after specifying the range.

Now, column F has a name, which can be used to reference it from other cells. Let’s demonstrate this with an example: Let’s find the total consumption of biscuits in all European countries.

Example-5-Step-5

Step 6: In an empty cell, type in the SUM function.

Example-5-Step-6

Step 7: Start typing the column name. A suggestion box appears as shown below. Select the name of your desired column.

Example-5-Step-7

Step 8: Now, select this column name and press Enter. You get the sum of the biscuit consumption across Europe. Thus, a named range for either a group of cells or table makes it easy to use it for calculations.

Example-5-Step-8

Important Points To Note

  1. Compared to Excel, Google Sheets don’t have the advanced default functionality, but they can be added to Google Sheets with some manual intervention to get a Google Sheets table like Excel.
  2. The table can be designed to suit your data and conditions in terms of layout and appearance.
  3. You can easily apply features such as sorting, filtering, grouping rows and columns, and named ranges to search your tables.
  4. You can record macros on your tables and automate tasks.
  5. Google tables in sheets can be seamlessly integrated with other Google Workspace tools like Google Docs.

Frequently Asked Questions (FAQs)

1. What are the uses of tables in Google Sheets?

What are the uses of tables in Google Sheets?
Tables in Google Sheets have a vast number of uses.
1. Personal Use: Can be used to plan your home budget and grocery lists.
2. Educational: Can be used by students for research and to plan your study.
3. Data Organization and Management: To track tasks and deadlines and for inventory management.
4. Financial Planning and Tracking: Used for budgeting and monitoring finances.
5. Reporting: Record and categorize expenses for reimbursement or tax purposes. Can also be used to create performance reports.
6. Data Visualization: Create visual representations like charts to make insights easier.

2. What are some of the features of a table in Google Sheets?

Tables in Google Sheets have several features to enhance their readability for data analysis. Listed below are the most important ones.
Multiple users can edit the same sheet simultaneously.
• You can access a wide range of functions for data manipulation, and analysis.
Pivot tables can be created for large datasets for dynamic data exploration. This helps create dynamic table in Google Sheets.
You can create and save different views.
You can protect specific ranges from modification.
Headers of rows and columns can use the Freeze option to be visible while scrolling.
The functionality of Google Sheets can be enhanced with add-ons from the Google Workspace Marketplace.

3. How to freeze the header row in a table in Google Sheets and add filters?

Freezing the header is very simple! Click on “View” in the toolbar, select “Freeze,” and choose “1 row.” It helps freeze the top row, which contains the header. Thus, it will be visible while scrolling. To add filters, select the range of data and click on the “Data” menu. Here, choose the option “Create a filter.” You get filter icons in the header row, allowing you to filter and sort the data.

Download Template

This article must help understand Table in Google Sheets with its formulas and examples. You can download the template here to use it instantly.

Recommended Articles

Guide to What Is Table in Google Sheets. Here we learn how to use Table in Google Sheets with examples and points to remember. You can learn more from the following articles.

ACOS Function in Google Sheets

FLOOR.MATH function in Google Sheets

PV in Google Sheets

Reader Interactions

Leave a Reply

Your email address will not be published. Required fields are marked *