Members-only tutorial

Watch the video and get the practice sheet with membership.

See membership options

Create a Summary Tab with Min and Max

About this Tutorial

Free tutorial for finding Minimum and Maximum data points.

Featured Formulas

Video Transcript

<div> Hello, welcome to a free tutorial about Google Sheets. This is better Sheets. This is to help you make a better summary tab, and we're gonna talk about a few formulas. I'm not really gonna go through the aesthetics of this. I did that in another video and I do a lot more about aesthetics behind the paywall.<br><br>In this free one, we're gonna talk about four formulas that I think are really important.&nbsp; when speaking about a summary tab why summary tabs are important is because a lot of the work we do. With data Learn how to manage and analyze your data effectively in Google Sheets. Opens in new tab and in Google Sheets is sort Discover how to sort your data for better insights and organization. Opens in new tab of figuring out some story.

But truly we wanna know as humans, we really are excited about the extremes, right?<br><br>The most and the least. We're, we're excited and we want to talk about, you know, what makes something the most and what makes 'em the least. This data Learn how to manage and analyze your data effectively in Google Sheets. Opens in new tab is population. Countries around the world in 2005 and 2019. Actually, it's expands, spans this time period, but I just picked these two to think maybe this was a nice project.<br><br>If you wanted to find out, you know, which countries had the least growth and the most growth in these time periods and what areas as well.

So there were two sections of this . And also keep in mind I have a lot of interesting theories on how to keep data Learn how to manage and analyze your data effectively in Google Sheets. Opens in new tab in different tabs sort Discover how to sort your data for better insights and organization. Opens in new tab of working together in this case just to share Find out how to share your Google Sheets securely and efficiently. Opens in new tab with you a little bit, I'm not gonna go too deep, but like, I like to keep all the original data Learn how to manage and analyze your data effectively in Google Sheets. Opens in new tab in one tab and not touch it, but actually go into a different other, create other tabs where Understand how to use the query where clause for data filtering. Opens in new tab we work with the data Learn how to manage and analyze your data effectively in Google Sheets. Opens in new tab that way.<br><br>If you want to replicate this in this kind. Formulas again and again, you don't have to mess with the formulas. You have to just mess with the underlying data Learn how to manage and analyze your data effectively in Google Sheets. Opens in new tab .

And you can create.&nbsp; like updates to these kinds of things. And I like to keep the tabs pretty simple. Not naming them really crazy stuff.<br><br>And then also I like creating summary tabs because a lot of the work that I do is with executives who really just wanna have the answers Get quick answers to your data questions using Google Sheets. Opens in new tab to their questions. They don't wanna see all the work, but if they wanna see the work, it's available to them in a tab called work. And yeah, so why I like minimum maximum.<br><br>And, and in this case, the two formulas I wanna start off with are min and max. There is, here, let me show you this work table Explore how to create and manage tables in Google Sheets. Opens in new tab .

So this work table Explore how to create and manage tables in Google Sheets. Opens in new tab I created, I just grabbed each area. The total population it had in 2005 and 2019 took a delta of it. Just simple subtraction. And then I also took that number Learn about number formatting and calculations in Google Sheets. Opens in new tab and divided it by the 2015 2005 number Learn about number formatting and calculations in Google Sheets. Opens in new tab to figure out what percentage growth did they have between 2005 and 2019.<br><br>And so this is ranked as the top 32, 30. Rows are areas. And then from Paul and Afghanistan down, we have all countries.

So so we have two sets of information here, and I separated them but kept them color coded to make it very clear, and I'm not gonna go into two aesthetics too much, but I wanted to make it very clear that these do have a relationship, even though it's the.<br><br>and the country here, they're labeled differently. And I wanted to keep this consistent in case an executive wanted to copy and paste this into an email or take a screenshot of this that these two felt and looked similar is on purpose. Summary tabs aren't meant to sort Discover how to sort your data for better insights and organization. Opens in new tab of be garish.

They're they're meant to tell a story, right?<br><br>So we have minimum on the top at maximum on the bottom. Obviously, you may wanna switch Discover how to use the switch function for conditional logic. Opens in new tab these. Maximum on top. But what's really good is that in this one formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab , and I'll show it to you, equals max. So maximum is just m a x and you just give it a range Learn how to define and use ranges in your Google Sheets formulas. Opens in new tab and it'll find you the maximum. That's not the only way that it's really helpful.<br><br>So how did I also get this? So if I found the maximum with this formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab , how did I find another? Sort Discover how to sort your data for better insights and organization. Opens in new tab of the country or the area that it, that it represented. Right?

And this, I did it with two separate formulas to show you that you can do this in multiple ways. One is index match Master the index-match combination for advanced data lookups. Opens in new tab with which I go into great detail, but in the paywall.<br><br>&nbsp;At Better Sheets because it's one of the most fascinating and amazing formulas I've ever seen. And it's a combination of in the index Understand how to use the index function for retrieving data. Opens in new tab formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab and the match Learn how to use the match function to find positions in data. Opens in new tab formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab , and I go into great detail. Essentially what I'm using the max here for is I'm matching what I'm asking, what row is this on?

So I could have absolutely done this right?<br><br>Just taken D six and said, okay in the match Learn how to use the match function to find positions in data. Opens in new tab formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab I'm asking, Of, of the ca of this column. Where Understand how to use the query where clause for data filtering. Opens in new tab is that? Which row is it? That's 55.62. I have to be very confident that there's only one. So you should absolutely do a gut check of these, inf this information. So you should do this on your own. Just look.<br><br>Okay. One of one. Do a, a, command F. Just double check it. . And why that is, is because Match Learn how to use the match function to find positions in data. Opens in new tab is gonna give you the first match Discover how to get the first match in your data set. Opens in new tab . And I put a zero here to say, okay, give it me a exact match Understand how to perform exact matches in your formulas. Opens in new tab . Not that very first one.

It's not an order. But give me an exact match Understand how to perform exact matches in your formulas. Opens in new tab . And when I get that match Learn how to use the match function to find positions in data. Opens in new tab , it gives me a number Learn about number formatting and calculations in Google Sheets. Opens in new tab five.<br><br>What that means is that it's on the fifth row of this&nbsp; of the range Learn how to define and use ranges in your Google Sheets formulas. Opens in new tab that I've asked it to. So it's really, should be row nine. Let's see. Oh, must be oh, row eight. Yeah. So. Row one is four, and then row the fifth row of that will be eight. So 4, 5, 6, 7&nbsp; doing the math on your head.

And so what is important when you do index match Master the index-match combination for advanced data lookups. Opens in new tab as well is to make sure that the range Learn how to define and use ranges in your Google Sheets formulas. Opens in new tab of your index Understand how to use the index function for retrieving data. Opens in new tab is exactly the same as your match Learn how to use the match function to find positions in data. Opens in new tab .<br><br>So that this is getting the fifth.&nbsp; The fifth row of this range Learn how to define and use ranges in your Google Sheets formulas. Opens in new tab , and I want to get what is in column A. So all I have to know is these two columns. I don't have to know what's in between. I don't have to do anything to it. I just can get what is in the fifth row of this range Learn how to define and use ranges in your Google Sheets formulas. Opens in new tab . And that's what index Understand how to use the index function for retrieving data. Opens in new tab is for the middle.<br><br>So it takes three arguments Learn about the arguments required for Google Sheets functions. Opens in new tab of, if you see this, this is the same. Thing, I just programmatically found this number, right?

So the fifth row of this range Learn how to define and use ranges in your Google Sheets formulas. Opens in new tab , and this one is a column, so it, I could have done it that, and I get the same exact answer. See it as doing a match Learn how to use the match function to find positions in data. Opens in new tab and that's index match Master the index-match combination for advanced data lookups. Opens in new tab . I go way into more detail in the page, but I think it's a really cool thing to know and really it looks really complicated, but once you really understand that the bare, like the minimum amount of information here, you really can use use it too.<br><br>Great effect. Down here though, what I did is filter Explore how to filter data for specific criteria in Google Sheets. Opens in new tab because. , there are absolutely times and, and in this case, these numbers here are very exact.

So I did minimum here maximum for the top gainer. Well, what's interesting about filter Explore how to filter data for specific criteria in Google Sheets. Opens in new tab is that you will get multiple answers Get quick answers to your data questions using Google Sheets. Opens in new tab if there are multiple answers Get quick answers to your data questions using Google Sheets. Opens in new tab , right?<br><br> Index Understand how to use the index function for retrieving data. Opens in new tab will give you the top one. Index match Master the index-match combination for advanced data lookups. Opens in new tab will be the top one. The filter Explore how to filter data for specific criteria in Google Sheets. Opens in new tab will give them all to you. So if. , if I was looking for like the rank of things and there were ties, right? I would get all of the same rank.

And so, but here, it's funny, I'm getting the same answer that I would get with Index Match Master the index-match combination for advanced data lookups. Opens in new tab , but I'm using this filter Explore how to filter data for specific criteria in Google Sheets. Opens in new tab formula Understand the syntax rules for writing formulas in Google Sheets. Opens in new tab , and again, I'm just showing you this because I think it's interesting that two formulas can get the same result.<br><br>And it matters a little bit just to know sort Discover how to sort your data for better insights and organization. Opens in new tab of the edge cases. But what I'm asking is,&nbsp; within this range Learn how to define and use ranges in your Google Sheets formulas. Opens in new tab of a right in this column A, where Understand how to use the query where clause for data filtering. Opens in new tab does column F equal this maximum? So I could have taken this maximum, maybe this might look a little easier to you like that.

Like just find in column A, filter Explore how to filter data for specific criteria in Google Sheets. Opens in new tab out everything that does not have this same column F number Learn about number formatting and calculations in Google Sheets. Opens in new tab .<br><br>That's what filter Explore how to filter data for specific criteria in Google Sheets. Opens in new tab is. Right. So knowing that we will get multiple answers Get quick answers to your data questions using Google Sheets. Opens in new tab , we can do indexes, we can say like, you know, get every here, let me do one change this on India. So I don't, maybe I don't wanna have the top gainer, but I want to have like, everything that was greater than 1 billion 1, 1, 2, 3, 1, 2, 3.<br><br>Every, every country they've gained over 1 million. And there they are. So that a lot of countries, right? Let's do 5 million, right? That's probably still a lot.

Two 10 million. Yeah, that should be not as many there. . And so that wouldn't look very nice on a summary. All those. So we went with you know, just a very.<br><br>Top one India, which gained 218 million. So, you know, you might wanna make some gut checks when you're creating a summary tab, you know what fits nicely, aesthetically.

Again, there's another video, a free tutorial you can watch how to do, sort Discover how to sort your data for better insights and organization. Opens in new tab of figure out, you know, give it some space around here, put some colors on, and, and really change the text so you have hierarchy to really understand so that the data Learn how to manage and analyze your data effectively in Google Sheets. Opens in new tab tells you.<br><br>one story and that the hierarchy tells you that same exact story. It helps tell that story of, okay, this is red, these are green, this is bad, this is good, this lost population, this gain population. Maybe that's good or bad.&nbsp; And watch in another tutorial, a free one.

I talk about security, so like sometimes when you're sending sort Discover how to sort your data for better insights and organization. Opens in new tab of these summary tabs and this work and it's all within the same sheet, you may want people to be able to edit this or you may not want them to edit it, or you may want to choose what they can edit.<br><br>And I share Find out how to share your Google Sheets securely and efficiently. Opens in new tab some really interesting security tips with you just to keep your data Learn how to manage and analyze your data effectively in Google Sheets. Opens in new tab secure, how to keep the information you get secure but also how to just like, Tell your version history Find out how to track changes and manage version history in Sheets. Opens in new tab , like to see what changed and maybe who changed something just in case that does happen. So check that out.<br><br>Thanks for watching this.

Really quick introduction to these formulas. Minimum maximum index Understand how to use the index function for retrieving data. Opens in new tab , match Learn how to use the match function to find positions in data. Opens in new tab and filter Explore how to filter data for specific criteria in Google Sheets. Opens in new tab . Thanks.</div>