

You’ll notice that a lot of the names will be added in column B. Once done, drag this formula to cover all the employee IDs. Make the range an absolute reference by selecting the range value and clicking on F4.

We need to drag this formula to all the other cells in Sheet1 so it can be a generalized formula. One important consideration while calling the VLookup function is the range that we configured. As this data is not sorted, let’s add a 0 after a comma.Ĭlose the parentheses once the input is configured. This parameter signifies the column from which we want to extract the information corresponding to our search_key.Īs our information is the name of the employee from column 2, our index will be 2.įinally, we need to mention whether our data is sorted or not.

Navigate to the sheet, and select the whole range of data. Our first data set is from the sheet named Employee Data 1. As this ID is in the A2 cell, we’ll enter the same location.Īdd a comma after the location. Suppose we want the function for our first Employee ID. Next, we’ll need to configure the search_key, range, index, and whether our function is sorted or not. Let’s call the lookup function by inputting =VLOOKUP. We want to do a lookup from all the three Employee Data sub sheets to pull the data in our Sheet1. Similarly, we also have an Employee Data 2 sub sheet that contains the data corresponding to 15 other employees from our organization.Īnd similarly, we also have an Employee Data 3 sub sheet that contains the data regarding 15 other employees from our organization. In another sub sheet named Employee Data 1, we have complete data about 15 employees including their Name, Address, and Employee ID. We want to find the names of the employees corresponding to the data we have in column 1 of our sheet.
#How to use vlookup in excel to reference another sheet how to#
Let’s understand how to use Google Sheets VLookup to get data from another tab.įor our reference, we’ll consider a VLookup Google Sheets example, where we have a random list of Employee IDs in the sub sheet named Sheet1. So let’s start! How to use Google Sheets VLookup from Another Tab

FALSE should be used if you don’t need sorting. If there’s more than one correct value, it will use the first one. When using FALSE, Vlookup will search for exact matches. The Is_Sorted syntax is FALSE by default, and we’re leaving it that way in our example. Enhance VLOOKUP and IMPORTRANGE Experience When to Use “Issorted” Syntax?
