Members-only tutorial
Watch the video and get the practice sheet with membership.
About this Tutorial
Sheet Resources
Video Transcript
<div>0:00 So Dave, a BetterSheets member, had this question. When using VLOOKUP Learn how to use VLOOKUP effectively to find data even when columns are rearranged. Opens in new tab and I move columns around, how can I still find the data Understand how to manage and retrieve data efficiently in your spreadsheets. Opens in new tab , but by the header Discover the importance of headers in organizing and accessing your data. Opens in new tab ?<br>0:15 So, we have here a, an example. We have project, salesperson, sales, and value, and we're trying to create a snapshot here.<br>0:24 And if you're trying to create a sales snapshot, and we just want to search through the projects and get all the data Understand how to manage and retrieve data efficiently in your spreadsheets. Opens in new tab you want data Understand how to manage and retrieve data efficiently in your spreadsheets. Opens in new tab from that row, like here, Seattle, we want to see the salesperson.<br>0:35 We're going to do something like this. We're going to do VLOOKUP Learn how to use VLOOKUP effectively to find data even when columns are rearranged. Opens in new tab .
We're going to use the search key Find out how to use search keys to streamline your data retrieval process. Opens in new tab G2, which is this ah selection Explore how to make selections in your spreadsheet for better data management. Opens in new tab here, the dropdown Learn about data validation techniques to ensure accuracy in your spreadsheets. Opens in new tab .<br>0:45 We're going to use the range Understand how to define ranges for effective data analysis and manipulation. Opens in new tab , is going to be A colon D, all of the range Understand how to define ranges for effective data analysis and manipulation. Opens in new tab that we're looking at.<br>0:51 And then with VLOOKUP Learn how to use VLOOKUP effectively to find data even when columns are rearranged. Opens in new tab , the project needs to be in the first column, and now we are going to look in which column do we want the data Understand how to manage and retrieve data efficiently in your spreadsheets. Opens in new tab from, where Get insights on using query where clauses for advanced data filtering. Opens in new tab you want it.<br>1:00 Two, second one, not B, but the number two. Is it sorted? I like to always put false here, just in case.<br>1:08 We can then copy paste this and actually move, make sure that G2 stays the same.
But instead of the index Learn how to use index numbers to reference specific data points in your sheets. Opens in new tab being two, we're going to use three for sales and four for value here.<br>1:23 So again, we have our snapshot here. Now, if we change this to Boston, we see that all of the information changed.<br>1:29 If we change it to let's say, Louisiana, all the information changed, and it's just grabbing all of that row data Understand how to manage and retrieve data efficiently in your spreadsheets. Opens in new tab , right?<br>1:35 But here's the issue, right? We're going to take the C column and let's say we, we're like hey, actually we want the sales before the salesperson.<br>1:44 We don't really, the most important is to see this project and the sales.
And look over here on the right, our data Understand how to manage and retrieve data efficiently in your spreadsheets. Opens in new tab has now been misaligned in our snapshot.<br>1:54 We have Louisiana, salesperson is 46. It's looking in the second column, but the second column is sales now. How do we fix it so that we can move this around and still get the same data Understand how to manage and retrieve data efficiently in your spreadsheets. Opens in new tab ?<br>2:05 You might have tried something like HLOOKUP Discover how HLOOKUP can help you find data in horizontal ranges. Opens in new tab to try to do that, but in fact the answer is we're going to replace our number Understand the role of numbers in data analysis and spreadsheet functions. Opens in new tab two with MATCH Find out how to use the MATCH function to locate data dynamically. Opens in new tab , M-A-T-C-H, and we're going to use the search key Find out how to use search keys to streamline your data retrieval process. Opens in new tab of what are we looking at, what header Discover the importance of headers in organizing and accessing your data. Opens in new tab are we looking at?<br>2:21 And in this case it's in the F column here.
We have written exactly the same header Discover the importance of headers in organizing and accessing your data. Opens in new tab , the same text as the header Discover the importance of headers in organizing and accessing your data. Opens in new tab .<br>2:29 So we're going to use that as our matching. We can obviously use text here, we can write in salesperson if we want, but I'll show you that the F3 is going to be easier.<br>2:42 The range Understand how to define ranges for effective data analysis and manipulation. Opens in new tab is going to be this column, not column, the row one, the headers Learn how headers can enhance your data organization and retrieval. Opens in new tab that we're looking for. Search type, again, this I like to just, even though it's optional, I like to put zero.<br>2:55 and now we have the correct person here. We're looking up salesperson and I will show you that.
it will not change even if we put F3 here.<br>3:06 Hit enter. So now we're looking at this text, looking for salesperson here, finding in the second column. Let's see if it changes if we move it, and no, it did not change.<br>3:15 You saw the sales changed. So let's copy that and paste it here, and instead of F3 we're going to do F4.<br>3:24 we can do that. There we go. And instead of F4, we're going to look at F5. There we go. So now we can move things around and we're still getting the same data Understand how to manage and retrieve data efficiently in your spreadsheets. Opens in new tab in our snapshot.<br>3:39 So we've actually found the column with the header Discover the importance of headers in organizing and accessing your data. Opens in new tab .
So match Find out how to use the MATCH function to locate data dynamically. Opens in new tab is going to allow us to enter in some text and get back a number Understand the role of numbers in data analysis and spreadsheet functions. Opens in new tab , which is really cool and is the solution to finding the column with the header Discover the importance of headers in organizing and accessing your data. Opens in new tab here.<br>3:54 And now we can create a snapshot that is bulletproof and movable and flexible for all of our purposes.</div>