Members-only tutorial
Watch the video and get the practice sheet with membership.
About this Tutorial
Featured Formulas
Video Transcript
<div> Hi, welcome. This is part one of four videos that I've done about spark lines and progress bars. Spark Line is a really cool function Learn about functions in Google Sheets and how they can enhance your spreadsheets. Opens in new tab a formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab in Google Sheets that allows you to do this bar across. It actually also offers you little other types of charts like bar charts line charts I think one of the most interesting and really easy to handle use cases of, of this spark line is as a progress bar Discover how to create and use progress bars in your Google Sheets projects. Opens in new tab .<br><br>And so we're gonna go through four parts. In the first part, I'm gonna show you how to create a progress bar Discover how to create and use progress bars in your Google Sheets projects. Opens in new tab .
I'm gonna show you a few ways to manage that and then I'm gonna show you how to hide Explore formatting options to make your data visually appealing in Google Sheets. Opens in new tab completed bars, cuz sometimes, and I'll show you a use case where Learn how to use the WHERE clause in queries to filter data effectively. Opens in new tab you might have many of them to visually represent sort Find out how to sort your data in Google Sheets for better organization. Opens in new tab of a progress across on a large project.<br><br>And sometimes when they're completed, it's very hard to tell if they're actually. Completed or not. So you want to know unequivocally, you know that this is done, so I'll show you how. And then one problem with Spark line is that it doesn't transpose, meaning it doesn't flip 90 degrees.
So I will show you how to do a couple ways to do a vertical progress bar Discover how to create and use progress bars in your Google Sheets projects. Opens in new tab that I, I think one way, sorry, without Spark line or one way is with Spark Line.<br><br>A bar, a column chart Get insights on creating column charts to visualize your data. Opens in new tab . And then I will also quickly show you how to do a color changing progress bar Discover how to create and use progress bars in your Google Sheets projects. Opens in new tab . This is using an if statement or an if formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab . And I'll show you that as well. But right now, let's go and create a progress bar Discover how to create and use progress bars in your Google Sheets projects. Opens in new tab . And this is pretty simple.
It, it is simple, but it is very complicated and it looks complicated.<br><br>So in this use case, we have a bunch of tasks and we have these check boxes that will check off as we do them. And we just want to visually represent, even though these check boxes will visually represent, you know, okay, I'm four of the nine done. I just want this nice color colored progress bar Discover how to create and use progress bars in your Google Sheets projects. Opens in new tab .<br><br>One of the few. .
Things that is detrimental or, or not very useful is that you can't tell how, whether the bounds, so if I turn on grid Understand how grid lines affect the visibility of your data in Google Sheets. Opens in new tab lines right now, like you can tell, okay, that's in one grid Understand how grid lines affect the visibility of your data in Google Sheets. Opens in new tab , but if I turn off grid Understand how grid lines affect the visibility of your data in Google Sheets. Opens in new tab lines, you can't really tell that that's where Learn how to use the WHERE clause in queries to filter data effectively. Opens in new tab it is, but I'll show you some other use cases instead of just one bar chart Learn how to create bar charts to represent your data visually. Opens in new tab across.<br><br>But this progress bar Discover how to create and use progress bars in your Google Sheets projects. Opens in new tab is really cool. What, what we're gonna do with Spark. And I'll explain it a little more detail and we'll walk through how to build this, this formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab . But what's really cool is you can give it a, a formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab as a input here.
And then also you can give it a formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab if you wish for the maximum.<br><br>And really all you need to do is set that the chart Explore different types of charts available in Google Sheets for data visualization. Opens in new tab , chart Explore different types of charts available in Google Sheets for data visualization. Opens in new tab , this bar, you need to set the maximum and then you set the value over. , and you set the color as well, so you can actually change the color. I can change this to green and it changes this to green, but let's, let's build this step by step. So if we have a set of these check boxes, we need a way to calculate how many are checked.<br><br>So what we'll do is we'll do a count if one second count if. And count if asks for a range Understand how to define and use ranges in your Google Sheets formulas. Opens in new tab . So we'll range Understand how to define and use ranges in your Google Sheets formulas. Opens in new tab .
We'll just highlight that range Understand how to define and use ranges in your Google Sheets formulas. Opens in new tab and the criteria Learn about criteria used in functions to filter and analyze data. Opens in new tab will be true, right? Because checkbox Discover how to use checkboxes in Google Sheets for interactive data management. Opens in new tab is either true or false. I'll show you a really cool thing later on how to change that. And, and it might be a really interesting use case.<br><br>You might not, all of these values Understand how to work with values in your formulas and functions. Opens in new tab might be just true or false. You might want actual numbers to make sort Find out how to sort your data in Google Sheets for better organization. Opens in new tab of a task to-do list a little nicer looking. So right here, if we just do that, we can see that this counts, right? 1, 2, 3, 4. So that's our number Learn about number formatting and how it impacts your data presentation. Opens in new tab . You can tell that it's true if we just do all of them.<br><br>9 0, 9 0. Cool.
So we wanna put that as a value. And spark line is sparkline Explore how to create sparklines for compact data visualization in your sheets. Opens in new tab . And if you look here, it is data Understand data types and how to manage them effectively in Google Sheets. Opens in new tab and then a bunch of options. And we have a lot of options we can choose from. I'm only gonna share Learn how to share your Google Sheets with others for collaboration. Opens in new tab with. Three of these right now. But the options, we're gonna put a little comma, we're gonna put them in curly brackets.<br><br>That's one of the unique Discover how to find unique values in your data sets using Google Sheets. Opens in new tab things about Spark Line is that it needs curly brackets. So we're gonna do curly brackets. We're gonna, we have to say what is the val value chart type Explore different chart types available in Google Sheets for data representation. Opens in new tab . , sort Find out how to sort your data in Google Sheets for better organization. Opens in new tab of what is the function Learn about functions in Google Sheets and how they can enhance your spreadsheets. Opens in new tab we're changing. We're going to do bar, that's the one bar across.
And then we also need a semicolon.<br><br>This semicolon breaks up these sort Find out how to sort your data in Google Sheets for better organization. Opens in new tab of features. We're gonna do max, and that means what is the maximum value of if it was a hundred. We're gonna do comma or we're gonna just put in nine. Again, you couldn't do something like count all here. You can do count all count A, and then put in the range Understand how to define and use ranges in your Google Sheets formulas. Opens in new tab here.<br><br>Do that, that will work as well. But we're just gonna put in nine to make it simple. And then we want to color, so we wanna be able to dictate, you know what color this is? Maybe it is orange. And just put that in quotation mark.
So, so basically we've said, count all this, this is a value of that. Fill out this bar as much as you can until nine.<br><br>That's what we're doing here. And that's Spark line. Oh. Literal, oh, I missed something here. Oh. I need color. So color is not color. Well, it's not color. So you might think right. It should be color. It's actually color one. Cause there's some more complicated things you can do to take in two values Understand how to work with values in your formulas and functions. Opens in new tab .<br><br>Have one color, one value, one color, and the other value the other color. So we're gonna do color one, and now we have an orange. And see they work the exact. .
So that's how you make a progress bar Discover how to create and use progress bars in your Google Sheets projects. Opens in new tab with Spark Line. You can draw this out merge Learn how to merge cells in Google Sheets for better layout and design. Opens in new tab this with horizontally and it automatically moves it so you can make 'em bigger.<br><br>You can make them across a whole lot of other things. Now what I want to do now is show you one more thing you can do with it and you can say, okay, instead of of value, just count. , we're actually gonna sum up these numbers cuz maybe these tasks either take longer time or they're valued at different rates.<br><br>One way to do that is to just set a column with the values Understand how to work with values in your formulas and functions. Opens in new tab you want and then use a sum filter Understand how to filter data in Google Sheets to focus on specific information. Opens in new tab .
So the sum of the, and we're gonna filter Understand how to filter data in Google Sheets to focus on specific information. Opens in new tab for everything that's checked off. So we want to filter Understand how to filter data in Google Sheets to focus on specific information. Opens in new tab this column, I'm sorry, this column. with the condition Learn about conditional formatting to highlight important data in your sheets. Opens in new tab that B 22 to this column, B 22 to B 30 30 is equal to true.<br><br>Right? And so now we can look at that number Learn about number formatting and how it impacts your data presentation. Opens in new tab change, right? As I check off these boxes, that number Learn about number formatting and how it impacts your data presentation. Opens in new tab changes drastically when I change it to 100. So that's a really cool feature you can add in instead of instead of just a number Learn about number formatting and how it impacts your data presentation. Opens in new tab of true false, you can do these numbers.
And the only thing I would mention is a, a very clear thing you should, I should mention, is that the maximum is now set to sum of this total, right?<br><br>You, you might know the sum and you might wanna hard code it, but you might not have to if you, if you're gonna be changing these values Understand how to work with values in your formulas and functions. Opens in new tab a lot, like if you want to, oh, this one was wrong. Okay, this one's actually 200. , notice these, this sum of this column helps you move that max without having to go back to this formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab .<br><br>So I think that's a really cool thing to do.
Then the last thing we're gonna go through, think in this video is when, when I wanna change. So, so, is okay to have these numbers different, but if you know, like you're not gonna be changing these numbers very often and sort Find out how to sort your data in Google Sheets for better organization. Opens in new tab of, you just wanna hide Explore formatting options to make your data visually appealing in Google Sheets. Opens in new tab them you don't wanna be hiding these columns.<br><br>You wanna just abstract this away. One way is to change the actual checkbox Discover how to use checkboxes in Google Sheets for interactive data management. Opens in new tab . So if I have a checkbox Discover how to use checkboxes in Google Sheets for interactive data management. Opens in new tab here, normally if I insert checkbox Discover how to use checkboxes in Google Sheets for interactive data management. Opens in new tab , it's normally true false.
So if it's false, now it's, and now it's true if I check it, but if I right click data Understand data types and how to manage them effectively in Google Sheets. Opens in new tab of validation Discover how to use data validation to control the type of data entered in your sheets. Opens in new tab and it's checkbox Discover how to use checkboxes in Google Sheets for interactive data management. Opens in new tab , I use custom cell values Understand how to work with values in your formulas and functions. Opens in new tab , I can change this to anything I want.<br><br>I can change checked to a hundred and unchecked to zero save. And now the value inside here, zero. And I check a hundred. So what this allows me to do is just. Make this formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab a lot simpler. Some of these checked boxes, right? Cuz I know all those are so are values Understand how to work with values in your formulas and functions. Opens in new tab .
I've said all those values Understand how to work with values in your formulas and functions. Opens in new tab abstract abstracted away.<br><br>So this makes the same exact chart Explore different types of charts available in Google Sheets for data visualization. Opens in new tab as this, these to-do lists here and the same exact thing, but it's a little bit cleaner. But obviously you will only be able to do this if you. , if you can abstract that away, and you're not gonna be changing these values Understand how to work with values in your formulas and functions. Opens in new tab very often, right? If, if you're gonna be changing these values Understand how to work with values in your formulas and functions. Opens in new tab , then this probably is a better solution up here.<br><br>To give you another way to solve the same problem for your choices here. So next video we're gonna go into how to hide Explore formatting options to make your data visually appealing in Google Sheets. Opens in new tab a completed bar chart Learn how to create bar charts to represent your data visually. Opens in new tab .
How to, when the bar gets completed, sometimes it's hard to tell and you want to very unequivocally know that it's hidden Explore formatting options to make your data visually appealing in Google Sheets. Opens in new tab or, or, or completed.<br><br>Sorry. So this one's done. And see, we're gonna be using these bar chart Learn how to create bar charts to represent your data visually. Opens in new tab bars here. Thanks so much for watching. See you.</div>
Courses
Create a Progress Bar - Make Progress Bars with Sparkline: Part 1
00:10:40
Hide Completed Bars - Make Progress Bars with Sparkline: Part 2
00:09:24
Make Vertical Bars - Make Progress Bars with Sparkline: Part 3
00:05:31
Make Color Changing Progress Bars - Make Progress Bars with Sparkline: Part 4
00:09:00