Conditional Functions. VLOOKUP
Use VLOOKUP when you need 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.
=VLOOKUP(lookup value, range containing the lookup value, the column number in the range containing the return value, approximate match (TRUE) or Exact match (FALSE))
The VLOOKUP function consists of four required arguments, in the following order:
lookup value, table array, column index number and exact match. The lookup value is the value for which you want to find matching data and must appear in the first column of the lookup table; it can be a value, a text string, or a cell reference.
VLOOKUP True
https://www.educba.com/vlookup-true/
Comments
Post a Comment