Several services such as Google Analytics and Shopify offer you ways of displaying important metrics on a single screen or page.
The thing is, Google Analytics might not display the proper metrics for your needs, so you have to customize your own dashboards. One way to do so is by using Google Sheets.
At this point, you may ask yourself:
Will a customized Google Sheets dashboard improve my productivity?
Here are some of their advantages over the built-in display offered by individual platforms:
The main disadvantage, of course, is that you have to spend some time constructing one. (This still assumes that you won't encounter any significant technical problems when doing so.)
...Well, we're here to help out with the whole building process. If you have decided to create a dashboard yourself, then this guide is for you!
You need to follow these 3 simple steps to create a dashboard in Google Sheets…
The first thing you need to do is… to plan! Even though saying “plan first” or “when you fail to plan, you plan to fail” sounds cliché, there is a good reason to plan first.
You need to know first what kind of information you want to get display.
Why?
You can't just include all of your raw data in a dashboard. Putting too much data in it will render it useless. Combining relevant information with the right method of data visualization will make your dashboards indispensable in helping you observe the growth of your business.
There are four main types of dashboards:
Identifying a specific genre will help you identify what information will be included in your Google Sheets dashboard.
Additionally, it will help you see what features of Google Sheets you will use. These are some of the important questions to answer that will help you decide on the amount of work needed:
Once you address these questions, you will now have an idea of what should appear in your Google Sheets dashboard.
Some other things to consider when you decide to create a dashboard from Google Sheets:
We have written an article about data analysis, which explains how to conduct analysis, from collecting raw data to data validation. A pretty Google Sheets dashboard is only the final conclusion of an extensive process.
Taking note of these tips, you will arrive at a design that will be useful to you and to other users. Once you are done with designing it, you can now start implementing it! Continue reading to learn the more technical side of dashboard creation.
Your answers to Step 1 (Where will data come from? What kind of data will be retrieved?) will dictate how your raw data is imported to your dashboard in Google Sheets. Here are some of the possible solutions to the problem of importing data to Google Sheets, depending on the source:
If the data is publicly accessible, Google Sheets has a set of IMPORT functions depending on the format of the data source:
The disadvantage of this method for importing data from outside Google is that it must be publicly accessible. For the case of IMPORTRANGE, you need to authorize access to the Google Sheets spreadsheet. (However, this is easy if you own the spreadsheet, as Google will prompt you to give access to it.)
Google Forms is well integrated into the G Suite. Our guide to integrating Google Sheets with Google Forms covers everything you need to get started.
If there is already an existing Google Form or Google Forms with their corresponding spreadsheet where the results are continuously being stored, you can import the responses through the IMPORTRANGE function directly to your dashboard in Google Sheets. The IMPORTRANGE function is discussed here: 3 Easy Ways to Import Data from Another Workbook in Google Sheets
For more versatility, you can combine the IMPORTRANGE function with the QUERY function. This allows you to filter the data before importing it to your dashboards. Here is our tutorial in doing so: How to SQL Query Multiple Sheets in Google Sheets
If you are yet to create a Google Form, you should create it and create the corresponding spreadsheet to store the data separately from the dashboard. This keeps it from being accidentally overwritten.
ImportJSON is a JavaScript-based code by Brad Jasper that you can import to your spreadsheet via the Script editor. Here is our tutorial on using ImportJSON to import data from an external source via API. The code can be accessed in his GitHub repository.
Chances are, there are already existing Google Sheets add-ons for a specific service you are using. If not, you can dive a little into the technical side of things by checking the Google API connector add-ons available, and then connecting them using the API.
There is a disadvantage to this method, however. The developer of the add-on can push updates at a moment's notice and completely break how your dashboard works.
Regardless of your source, data validation is essential before constructing your dashboard. After you retrieve data from your data warehouse, you want to ensure that you only have high-quality, useful information in your spreadsheet.
To complete the data validation process before building your dashboard, you can use a manual review process or a script or other program.
Once you manage to import all the data to your Google spreadsheet dashboard, how would you be able to visualize it?
Here are some of the Google Sheets functions and features you will find useful for turning your raw numbers into a pretty display of important metrics.
Pivot Table is a powerful feature that can summarize long worksheets of mind-numbing columns and rows. It allows you to summarize information by date, by category, and by specific data. To add a Pivot Table, here are the steps:
We have prepared a set of tutorials for you to further harness the power of the Pivot Table:
Another feature of Google Sheets that you can use is the Slicer. The Slicer is used to “slice away” portions of the long worksheets so that only the selected data remains.
Here are the steps to add a Slicer in a different sheet:
A Slicer will now appear in the same sheet.
The Slicer will be of big help in controlling what is displayed in charts. We have prepared two guides for you to harness the power of the Slicer feature:
The mainstay of any and every dashboard, charts help you quickly understand the patterns in the data, especially in the important metrics.
To insert a chart in a sheet, click Insert in the main menu and then click Chart.
A blank chart will appear in the center with a sidebar on the right side. You can add the data range covered by the chart by going to the Data range portion of the sidebar and then entering the data range manually by typing or by clicking on the symbol on the right end of the textbox, where you can select the sheet and then select the spreadsheet data.
While they may be the simplest chart types, line charts, pie charts, and bar charts can be some of the most effective options for visualizing data.
We also have some guides to help you further harness the power of the charts in Google Sheets:
One disadvantage of using a bar chart, column chart, or another chart is that they often overlap with the sheet and can cover other cells that may contain important data. If you do not want the full-blown functionality of the Charts but still want basic visualization of the data through one of the following forms:
Then the Sparkline chart function is the perfect fit for you! The Sparkline chart function inserts a small chart in a cell where the formula is added.
The dimensions of the chart follow the dimensions of the cell where it is included. This gives you more flexibility in your layout: you can precisely set the cell or cells covered by the sparkline chart, even more so than a typical chart.
To insert a sparkline chart, use the following syntax:
=sparkline(<array_of_cells>,{<attributes>})</attributes></array_of_cells>
Where the <array_of_cells> contain the data to be visualized, while the <attributes> contain certain variables that will control the display of the sparkline chart. </attributes></array_of_cells>
For our simple example, we want to plot the per annum total from the sheet below:
We note that the range of values is on the array C3:C9, and we use it as the source array for the formula:
=sparkline(C3:C9)
Producing the following chart:
The SPARKLINE function outputs the plot of the given values without annotations such as the title of the plot or the legend (especially used in charts and charts that use multiple sets of similar data).
To learn more, head over to our comprehensive tutorial on Sparkline here: A Beginner's Guide to the SPARKLINE Function in Google Sheets
These are just some of the things you need to know before you start working on creating a dashboard in Google Sheets. If you think that this is quite intensive work, then yes you are right! Nonetheless, the final result should give you a sweet taste of success, and hopefully, makes your job easier. In the end, you should consider what your business needs.
If you decide to customize your own dashboard, you might not have enough time to do this. We do have something else in store for you…
Consider trying Lido. With a few clicks, you can now create your own dashboard without needing to know how to make a dashboard in Google Sheets. Access all the relevant metrics without having to construct your own spreadsheet dashboard. Let our platform do it for you!