# FLOOR

The **FLOOR** function rounds a number towards zero to the nearest specified multiple of significance. It accepts numeric values or cell references as arguments and returns the rounded result based on the given multiple.

### Syntax

```javascript
FLOOR(value, significance)
```

### Arguments

value - Number or reference (Required).

significance - Multiple to which the number should be rounded. If missing, the number is rounded to the nearest integer less than the number (optional).

### Example

```javascript
FLOOR(COLUMN)
```

In the example below, the *FLOOR Values* measure is created using the FLOOR function, which returns the rounded-off values of the numbers toward zero.

<figure><img src="/files/XoXO4zFC2CdFbKboW4CB" alt=""><figcaption><p>Applying FLOOR function</p></figcaption></figure>

### Excel Equivalent

[FLOOR](https://support.microsoft.com/en-us/office/floor-function-14bb497c-24f2-4e04-b327-b0b4de5a8886)


---

# 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/floor.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.
