# 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="/files/-LRvzZXCuyhH5hF68wzR" %}
Vlookup Formula
{% endfile %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://books-gyansetu.gitbook.io/advanced-excel/advanced-vlookup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
