# The Time Range in formulas

Every REPORT and METRIC formula has a time range. In order to guarantee high speed of processing the time range has a limit. By default the limit is 30 days. You can change it.

There are two ways to define a time range for the formula:

* Direct parameters of the formulas
* Set a time range for the workflow

The first approach is better for the “production” spreadsheets. The second approach is better for prototyping because you don’t waste your time on entering these parameters.

## Direct parameters of the formulas

Just enter a start date and a number of days.

![](/files/TBviDk7Knix8YggFYjCp)

## Time range for the workflow

If a formula has no parameters "start\_date" and "days", Conduit uses the start date from the tool bar in the Workflow window.

![](/files/xvSk8RqwyouebpLRRMQn)

## How to change the limit

You can change the limit in the Setting window for a specific Pull data building block.

![](/files/lzDPWFIkpnZzme30cT3u)


---

# 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.getconduit.app/spreadsheets/the-time-range-in-formulas.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.
