# INDEXOF

The **INDEXOF** function returns the index of the first occurrence of a specified number within an array of numbers. It accepts numeric values or node references as arguments. If the value is not found in the input array, the function returns 0.

### Syntax

```javascript
INDEXOF(list, value)
```

### Arguments

list - The input array of numbers to be checked (Required).

value - The number to be searched for in the list (Required).

### Example

```javascript
INDEXOF([LIST],VALUE)
```

In the example below, the **INDEXOF** function is used to check whether the *Revenue* in any quarter is equal to the *Sales for Q1*.&#x20;

<figure><img src="/files/cuulYZYnRyRNnmuFFdYu" alt=""><figcaption><p>Applying INDEXOF function</p></figcaption></figure>


---

# 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/formula-syntax/math-functions/indexof.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.
