Suppose you have data in two different tables and you wish to combine the data. How do you do this? Excel has a formula - VLOOKUP() that facilitates combining data from multiple tables/files. Let's learn how to use VLOOKUP.
The basic idea of VLOOKUP is to merge two tables using a common column. If there's no column common among tables, merging will not be applicable (it will simply be equivalent to placing two tables alongside each other).
VLOOKUP has 4 arguments -
We also used Named References for tables. These make the Excel Formula more readable and reduce the chances of an error due to a Dollar Sign.
In the next video, let's explore VLOOKUP in greater detail:
Remember:
In the next video, we will look at some common errors that we are likely to commit while using VLOOKUP.