# Vlookup Formula

**Summary**

VLOOKUP is an Excel function to lookup and retrieve data from a specific column in table. VLOOKUP supports approximate and exact matching. The "V" stands for "vertical". Lookup values must appear in the first column of the table, with lookup columns to the right.

**Purpose**

Lookup a value in a table by matching on the first column

**Return Value**

The matched value from a table.

**Syntax**

> &#x20;**=VLOOKUP (lookup\_value, table\_array, col\_index, \[range\_lookup])**

**Arguments**

* **look\_value** - The value to look for in the first column of a table.
* **table\_array** - The table from which to retrieve a value.
* **col\_index** - The column in the table from which to retrieve a value.
* **range\_lookup** - \[optional] TRUE = approximate match (default). FALSE = exact match.

{% file src="<https://2721809844-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LR_tHSREe3Wm40fY9NG%2F-LRvyA4OTnWq3mSCrjWu%2F-LRvzZXCuyhH5hF68wzR%2FVlookup%20formula.xlsx?alt=media&token=427aa14c-3147-4ab8-b9b5-53dd3a9a43fa>" %}
Vlookup Formula
{% endfile %}
