VLOOKUP is an Excel function to lookup and retrieve data from a specific column in table.
It is an Excel way to do what SQL can do with a relational database.
It's an Excel function that one may use when one needs to find things in a table or a range by row. For example, look up a price of an automotive part by the part number, or find an employee name based on their employee ID.
In its simplest form, the VLOOKUP function says:
=VLOOKUP(What you want to look up, where you want to look for it, the column number in the range containing the value to return, return an Approximate or Exact match – indicated as 1/TRUE, or 0/FALSE).
VLookup VLookup practice
In this workbook, composed of two worksheets, we want to use a lookup table on the 11-Calendars worksheet to populate data in column D on 12-Spring 2021 Class Schedule worksheet
=VLOOKUP(E2,'11-Calendars'!$F$4:$G$11,2,FALSE)
This means
Once you have the value in cell D2, you can use the fill handle and drag down the function from D2 to D84. The function will continue to match the value in the relative column E cell to the absolute values in cells F4 through F11 on the 11-Calendars worksheet and return the related value from cells G4 through G11 and place them in cells D2 through as far as you drag down the function.
Note, when using the fill handle, you drag down all the cell, to include the color formatting of the cell as well as the function within the cell.
VLookup VLookup practice
Copyright © R.E. Bergquist 2014- | Last Updated on | Powered by w3.css