1. Role
The Vlookup function is a vertical lookup function in Excel. It is a class of function with the lookup function and the hlookup function and is widely used in the work. For example, it can be used to check data, function functions such as quick data import between multiple tables. The function is to query by column, and finally return the value corresponding to the column order required by the column; the corresponding hlookup is to query by row.
2. Syntax Rules
Vlookup (lookup_value, table_array, col_index_num, range_lookup)
Parameters are described as follows:
Parameters |
Simple Description |
Input data type |
Lookup_value |
Value to be searched |
Numeric value, reference, or text string |
Table_array |
Region to be searched |
Data Table Area |
Col_index_num |
Number of columns in the search area |
Positive Integer |
Range_lookup |
Fuzzy match/exact match |
True/false (or not filled) |
3. Example = Vlookup (C15, sheet1! $ A $1: $ C $, 0) The above function indicates to perform a fuzzy match query in the range from table A1 of sheet1 to Table C4, which contains the value of C15 text, in the query area, return the value of column 1st that meets the condition for the row. ~ ^ ~ /~ ^ ~ Welcome to comments and learn together. Email [email protected] ~ ^ ~ /~ ^ ~
Vlookup function for Excel operations