Members-only tutorial

Watch the video and get the practice sheet with membership.

See membership options

Build The Dashboard - Design a Better Dashboard Part 3

About this Tutorial

We're actually gonna go build the dashboard today.

Video Transcript

<div> Hey, welcome to part three. We're actually gonna go build the dashboard Learn how to create effective dashboards to visualize your data. Opens in new tab today. Actually we're gonna build one section of it. I already built these two so you can see what it looks like. And then we're gonna build this third one. I'm gonna show you each of these formulas, how to do them how to link.<br><br>And the header Understand the importance of headers in organizing your data. Opens in new tab here to a sheet. So this allows you to skip having to descri tell people where Explore how to filter data using the WHERE clause in queries. Opens in new tab the data Get insights on managing and structuring your data effectively. Opens in new tab is. Because of the way I set it up, I, I sort Discover techniques for sorting your data for better analysis. Opens in new tab of have data Get insights on managing and structuring your data effectively. Opens in new tab in one place. Then I have w worksheet Find out how to use worksheets to organize your data. Opens in new tab where Explore how to filter data using the WHERE clause in queries. Opens in new tab I do a lot of like the calculations.

We want to get that away from people that just wanna see this summary and this dashboard Learn how to create effective dashboards to visualize your data. Opens in new tab .<br><br>But if somebody wants access to that or we want access to that, to double check the numbers. This Link makes it really easy. Yeah. And, and then we're gonna build this gauge chart Learn to create gauge charts for visualizing performance metrics. Opens in new tab this gauge chart Learn to create gauge charts for visualizing performance metrics. Opens in new tab just like I was describing in the first video.

A speedometer is a really good indicator of, you know, what speed you're at.<br><br>If you're going too fast, too slow, and there's some data Get insights on managing and structuring your data effectively. Opens in new tab where Explore how to filter data using the WHERE clause in queries. Opens in new tab say like rate of growth, well, not really rate of growth, but like rate a speed at which you're going.&nbsp; A gauge is a really, really good way to see like, does going to fast decrease something. So in this use case, we're doing sales.<br><br>These are like four sales reps doing some calls. They are making some sales and they have some revenue.

So,&nbsp; we're gonna try to figure out, and we can see already here, Gladys is sort Discover techniques for sorting your data for better analysis. Opens in new tab of getting into like, oh, she's doing a lot of calls per day. And then we can go back to the data Get insights on managing and structuring your data effectively. Opens in new tab here and see like her revenue is great and her sales are great.<br><br>So really like this is a good indicator. Like, oh, we should be in that area. These are all good. Whereas like, See, a month ago was like not so good, right? Three calls a day. But like her, she had the lowest per sale, and that changed. So we can see changes month to month, we can.

Right now, this is just the last month and each month we add to it.<br><br>This will automatically update. In the next video, I'm gonna show you how to make a little dropdown Understand data validation to ensure accuracy in your sheets. Opens in new tab . List here to select Explore the SELECT clause to retrieve specific data in queries. Opens in new tab which month we're looking at. So sometimes we wanna look at only one month, sort Discover techniques for sorting your data for better analysis. Opens in new tab of the last thing we we did, but sometimes we wanna be able to flip between different months if we want, or weeks or days.<br><br>If you're doing a dashboard Learn how to create effective dashboards to visualize your data. Opens in new tab that you want to check every day but wanna check. . So sort Discover techniques for sorting your data for better analysis. Opens in new tab of a date date range Learn about defining ranges for data manipulation and analysis. Opens in new tab . Okay, so how do we do this? We're gonna do this with total revenue.

See, we had calls, sales and revenue. So we wanna do this for revenue first. We're gonna merge all Discover how to merge cells for better presentation of data. Opens in new tab these up here. Let's let's use a nice orange.<br><br>One thing I do wanna mention as I, as I do this, who's gonna take this text? And I think this was merged as. One thing I wanna mention while I'm doing this is that I like to put the headers Get tips on creating effective headers for your data tables. Opens in new tab as light colors. This is a personal choice and a personal design choice that I really like. I'm also going to make this comforter, make that a little easier to read, make that as well comforter.<br><br>And I make the numbers more bolder. .

So how we get the last month. So on the data Get insights on managing and structuring your data effectively. Opens in new tab chart Learn how to create various charts to visualize your data. Opens in new tab sort Discover techniques for sorting your data for better analysis. Opens in new tab of, you can do your data Get insights on managing and structuring your data effectively. Opens in new tab in any way you want. I just did this very quick, sort Discover techniques for sorting your data for better analysis. Opens in new tab of each month, March, April, may, had some calls for each rep, some sales numbers, some revenue, some per sale calculations Understand how to perform calculations on your data effectively. Opens in new tab , calls per day.<br><br>But I wanted to put that in a chart Learn how to create various charts to visualize your data. Opens in new tab where Explore how to filter data using the WHERE clause in queries. Opens in new tab we had March, April horizontal. As we add, we can get the data much easier. So I created this worksheet, and so we now have total calls, and all they do is go to the other one. You can have your data in any way you want. I particularly like it like this. .

And this will come in handy.<br><br>This version will come in handy in the next video when we create we're gonna switch Explore the SWITCH function for conditional logic in your sheets. Opens in new tab our formulas. I'm, I did a very, very quick and dirty way to get this information this way, and then I show you another way to do it that's much better using index match Learn how to use INDEX and MATCH for advanced data lookups. Opens in new tab . So basically we wanna get just the last month, like that's filled in here and that every time we fill it in, it updates automatically so we don't have to come and change this dashboard Learn how to create effective dashboards to visualize your data. Opens in new tab .<br><br>So what I. Because I use just index Understand the INDEX function for retrieving data from a range. Opens in new tab and count all.

So basically the idea is take account of all of these cells Get familiar with managing and referencing cells in your sheets. Opens in new tab , how many columns there are, and then I use index Understand the INDEX function for retrieving data from a range. Opens in new tab to find the last one. So I say, okay, there are four columns here, so give me the information in row three.&nbsp; column four. Basically there's a count, and that's really easy.<br><br>I'll do it here for you equals index Understand the INDEX function for retrieving data from a range. Opens in new tab . There's three, four three parts of this formula Learn the correct syntax for functions and formulas in your sheets. Opens in new tab . You say what you want to reference Explore how to reference data across different sheets and ranges. Opens in new tab , so that's a three to Let's do just three, so it goes across the entire row Understand how to work with entire rows in your data. Opens in new tab .

The row is the same one, so it's just one, and then the column is going to be a count all function Get to know various functions to enhance your data analysis. Opens in new tab where Explore how to filter data using the WHERE clause in queries. Opens in new tab we count a.<br><br>To three. So we're gonna go here and put a three to three there. And I highlight this part. See this says four. So this part is just a four, so it counts how many. Are there here? Four. So give me the fourth column of this row. That's what Index Understand the INDEX function for retrieving data from a range. Opens in new tab is doing. And so we get 1 75 and as we, if we took like, let's see, 1 78, put it there.<br><br>Now there are five and we see it changed to 1 78. So that's all we're doing over here on this tab, on this place.

So we go equals.&nbsp; say work a three to three for the whole row Learn about manipulating whole rows for efficient data handling. Opens in new tab . One count all work a three to three. And again, this is like a quick and dirty way to get that last column basically. And we want to also get the delta, so I put, I did the work down here.<br><br>The delta or the change of calls is going to be the eighth row. So we go here, double click there, and we take the same formula Learn the correct syntax for functions and formulas in your sheets. Opens in new tab . We can just copy the whole formula Learn the correct syntax for functions and formulas in your sheets. Opens in new tab . And all we're doing is changing this first one from three. To eight. We want row eight, and now we have the delta. Okay.

Let's do a nice orange.<br><br>Let's do the, I think this is 25. Yeah, 25. And also center it. And center it vertically. And then get a nice.&nbsp; dashboard Learn how to create effective dashboards to visualize your data. Opens in new tab here. So the last thing for this is we need an up chevron or a down Chevron saying, is it up or is it down? What we can do here is use an if statement and we're also gonna do conditional formatting Discover how to apply conditional formatting for better data visualization. Opens in new tab .<br><br>So we need, first I want to go through this. It's, it's it's two if statements. First off, let's do see this. So if it's above zero let's change that to N five.

So if N five is above zero, then if it's true, then give me an the up one, which is charge 7 0 8. In the last video, I went over that, and if not, there's now two options.<br><br>It could either be zero or less than zero. So we put another if statement and we go if Yep. Do. If. What is this one? This is gonna be, N five is less than zero. We want character 7 0 9, which is the down one. And now if, if it's neither up nor down, then the only other option is it's the same.

So here we could do literally nothing.<br><br>We could put a nothing there, or we could put this character like a three equal.&nbsp; and call it today and say, okay, we now have up, or if this number Understand number formatting to present your data clearly. Opens in new tab is negative 34, see that changes. Oh, we just did that wrong. So this needs to be, oh, this needs to be less than zero. There we go. And now we have it down Chevron.<br><br>Now all we do is say, let's change that to 25. We could do the color ourselves, but we want to do conditional Discover how to apply conditional formatting for better data visualization. Opens in new tab format Get tips on formatting your sheets for improved readability. Opens in new tab . So we say right click let me change this back.

Oops, this was eight to eight.<br><br>Now I wanna change this to green when it's up and red to when it's down. So I control right click and I'm gonna go to conditional formatting Discover how to apply conditional formatting for better data visualization. Opens in new tab to go up over here at a format Get tips on formatting your sheets for improved readability. Opens in new tab . Let me move my face. . Now this is gonna get a little, this is a little complicated because we want it to, we, we don't know the number Understand number formatting to present your data clearly. Opens in new tab .<br><br>We don't know if we can, we can put a value here, but what if we just wanna do a cut? We wanna do a custom formula Learn the correct syntax for functions and formulas in your sheets. Opens in new tab , and, and this is how it goes. It looks a little weird, but basically the cus the custom formula is Learn how to create custom formulas for specific conditions. Opens in new tab , is like an equal sign.

Equals doesn't mean it, it's equal to, it means for this one it is. It is.<br><br>And then now we put the condition Explore how to set conditions for data manipulation. Opens in new tab , we say N 35, we have to put a dollar sign Understand the use of dollar signs in cell references. Opens in new tab there is greater than zero. So this N 35 is greater than zero is a formula Learn the correct syntax for functions and formulas in your sheets. Opens in new tab , but this equal sign is not part of the formula Learn the correct syntax for functions and formulas in your sheets. Opens in new tab . Just saying, this formula Learn the correct syntax for functions and formulas in your sheets. Opens in new tab is we want the background to be none. We want the color to be.<br><br>So now, now it's not changing. Oh, I know why.<br><br>Actually, I don't know why. Let's figure that out. Alright, this was a silly mistake. It's N 35. It's actually N five.

It was going over I, I saw that 35 and I thought it was N 35. So it's actually N five is greater than. Zero. And we say Done. And now if it's less, then we add another rule and we go. Same thing.<br><br> Custom formula is Learn how to create custom formulas for specific conditions. Opens in new tab , we say the formula Learn the correct syntax for functions and formulas in your sheets. Opens in new tab is if N five is less than zero, we want the background to be none. We want the color to be red, and now we can check it just by doing this. There it works. And if it's zero, , it'll be black. Great. Perfect. That's what we want.

So now the last thing we'll do is we will put a link up here.<br><br>So sometimes you have this number Understand number formatting to present your data clearly. Opens in new tab and a, you wanna check it, but also anyone who's watching or, or viewing your data Get insights on managing and structuring your data effectively. Opens in new tab , they may want to just double check it, right? They may wanna see the numbers. So what you can do is command K or add.&nbsp; and we can actually select Explore the SELECT clause to retrieve specific data in queries. Opens in new tab a range Learn about defining ranges for data manipulation and analysis. Opens in new tab of cells Get familiar with managing and referencing cells in your sheets. Opens in new tab to go to. So we want to go to the data Get insights on managing and structuring your data effectively. Opens in new tab maybe, or actually we want to go, let's go here and we wanna say, okay, this is the calls here.<br><br>Okay, let me see. Apply.

And now this link will take us right to.&nbsp; and that enables us not to have to look through all these tabs. It doesn't, we don't have to do anything extra there. So we now made a nice, beautiful chart Learn how to create various charts to visualize your data. Opens in new tab or dashboard Learn how to create effective dashboards to visualize your data. Opens in new tab , and now we're gonna do this, this gauge chart Learn to create gauge charts for visualizing performance metrics. Opens in new tab . It's a little complicated and you have to do the steps in this order, or it literally doesn't work, but let's do this.<br><br>We have these numbers and, and there are numbers that we wanna say, like there is a high limit Learn how to limit query results for focused data retrieval. Opens in new tab and a low limit Learn how to limit query results for focused data retrieval. Opens in new tab , and we want it colored, but we want this like line, right?

So gauge chart Learn to create gauge charts for visualizing performance metrics. Opens in new tab is like just perfect for this sort Discover techniques for sorting your data for better analysis. Opens in new tab of like speed we're going. So what we do first is let's do insert sure. And then we're going to cu chart Learn how to create various charts to visualize your data. Opens in new tab .<br><br>Scroll down to Gage Ch behind my head. There it is. Gage Chart Learn how to create various charts to visualize your data. Opens in new tab has this, and we're going to do the data range Get insights on defining data ranges for analysis. Opens in new tab . I can actually go pick a range Learn about defining ranges for data manipulation and analysis. Opens in new tab . It's going to be on work. Let me move my head over here. It's gonna be work. I think it's going to be.&nbsp; work. D 14 to D 17. Okay, but we actually missed one thing.

We have to put in actually A to D because we want the names as well.<br><br>So that's just the data range Get insights on defining data ranges for analysis. Opens in new tab of all the data Get insights on managing and structuring your data effectively. Opens in new tab , the labels. Let's just do this.<br><br>Let's add a label Explore how to label your query results effectively. Opens in new tab . It's gonna be a to. And then the value is going to be D to D as well. You see that? Let's make it, so now we need to color it. We need to see like, okay, the colors, and we also have to set the minimum maximum. If you see right now it like you can't tell the difference. It's very small difference.<br><br>So we go to customize, go to Gage. Our minimum is going to be zero, our maximum.

However, because these are small numbers and we're probably gonna get about a maximum of about seven, we're gonna change that. Now. You see big difference. You see the big difference between each of them. And now we can do, do our range Learn about defining ranges for data manipulation and analysis. Opens in new tab colors.<br><br>So we're gonna say five to seven is to fax, right? A pretty good number Understand number formatting to present your data clearly. Opens in new tab is five three to.&nbsp; and then zero to three. See that? Actually let's do two. We have to change this to two and this to two. There you go.

And so now you see Gladys is on the high end and you see Nancy, Abe and Carl are all in the green, really low.<br><br>What might you might run into is when you're setting these ranges Understand how to work with different ranges in your sheets. Opens in new tab , is this gauge range Learn about defining ranges for data manipulation and analysis. Opens in new tab is too high up. , as you can tell there. So if you set it down here, it's fine. If you even set it a little too high, you'll see a white over here and maybe that's what you want.

Or if you mess up these minimum maximums and, and have a gap it'll show literally a gap here, a white gap right there.<br><br>So maybe sometimes you want to not have the yellow, maybe it doesn't matter if it's in that range Learn about defining ranges for data manipulation and analysis. Opens in new tab and you have a green or you have a yellow here, a z, a white, and then a. Totally dependent on what this means to you and how, what story you want to tell. If this is actually supposed to be, yeah. Five. No, this is four Four.<br><br>Three three C. Oh, that's too small. So that's probably the other way. Five.<br><br>Probably one right around there.

It's probably a good chart Learn how to create various charts to visualize your data. Opens in new tab and that shows you that Gladys is in the yellow and everyone else is right around the the green. And the last thing we'll do on this chart Learn how to create various charts to visualize your data. Opens in new tab is title it. So we go up to customize chart style Learn about styling your charts for better presentation. Opens in new tab . We can actually take the border off. A little nicer. We can go to the chart Learn how to create various charts to visualize your data. Opens in new tab titles.<br><br>Put in the chart Learn how to create various charts to visualize your data. Opens in new tab titles. Calls are great.<br><br>we now have a great little dashboard Learn how to create effective dashboards to visualize your data. Opens in new tab with a speedometer and great top line numbers. You can add in different numbers underneath this. So like you don't have to just do one top line.

You can have multiple sort Discover techniques for sorting your data for better analysis. Opens in new tab of secondary numbers underneath this, maybe number Understand number formatting to present your data clearly. Opens in new tab of calls per person. Maybe you want to put, instead of just calls per day, you want to see different numbers here in between.<br><br>Something to tell a story, but now you have this. , cute little dashboard Learn how to create effective dashboards to visualize your data. Opens in new tab , and you have a nice speedometer there. In the next video I'm gonna be talking about how to add a dropdown Understand data validation to ensure accuracy in your sheets. Opens in new tab here so that we see the numbers change.

If we change the numbers, if we add let's say we just add these numbers here, and then we can just put these across and have the deltas.<br><br>Now you'll see the numbers have.&nbsp; and we have new numbers. So each time you add the month, these numbers are going to be different. So that's a quick and dirty way to make sure that these update per month you add in or if you're doing this every week. But the next one, in the next video I'm gonna show you how to make a dropdown Understand data validation to ensure accuracy in your sheets. Opens in new tab menu and change this.<br><br>And we're gonna use index match Learn how to use INDEX and MATCH for advanced data lookups. Opens in new tab to match Discover how to use the MATCH function for data lookups. Opens in new tab the month to the numbers.

Join me in part four.</div>