# MATCH

The MATCH identifier checks whether the specified value is an exact match to the column being searched.&#x20;

## Syntax

```javascript
match(column, searchvalue)
```

## Arguments

column - The columns where the search needs to be performed. This is a required argument.&#x20;

searchvalue - The value to be searched in the column. This is a required argument.&#x20;

## Example

Consider the below scenario where we need to close the sprint if the Q4 project status is 'Completed'. This has been achieved using the MATCH identifier as shown in the below image.&#x20;

<figure><img src="/files/ypgv3F0EDRqDch6zrPk9" alt=""><figcaption><p>Using the MATCH identifer</p></figcaption></figure>

## **Excel equivalent**

[MATCH](https://support.microsoft.com/en-us/office/match-function-e8dffd45-c762-47d6-bf89-533f4a37673a)


---

# 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://docs.inforiver.com/premium-table/formula-syntax/identifiers/match.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.
