# Adding Columns

You can add an arbitrary number of additional columns to any Arcwise connected data tab. These columns are defined using spreadsheet formulas that are identical to the formulas in Google Sheets. To filter data navigate to the Arcwise connected data interface [Arcwise Connected Data](/using-arcwise-in-sheets/arcwise-connected-data.md).

{% hint style="info" %}
Arcwise provides AI suggestions for column formulas. If you give your column a meaningful name (EG: month\_number) then Arcwise will typically provide a suggestion that computes the value you need.
{% endhint %}

Arcwise supports most formulas. To see a complete list see: [Supported Formulas](/using-arcwise-in-sheets/supported-formulas.md)

1\) Click on the formula button (**Σ**) in the **Fields** section.

<figure><img src="/files/X1CmwujCK6Ck03jr4hq2" alt="" width="375"><figcaption></figcaption></figure>

2\) Give your column a meaningful name. Spaces, quotes, and special characters are not allowed.

<figure><img src="/files/xpy0FeAhGQ5dvjBXIp51" alt="" width="375"><figcaption></figcaption></figure>

3\) Arcwise AI will give a suggestion in the blue box. If this suggestion appears correct you can accept it by clicking the **Formula** box and hitting Tab. If the suggestion is not correct you can enter your own formula to define the new column.

4\) After adding the column you will see a new field with your column name in green. You can edit or delete this column later. Click the green **Update query** button in the bottom left corner to add your new column to the data.

<figure><img src="/files/eN4Jw3M3yBWlSS3GxDRZ" alt="" width="375"><figcaption></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.arcwise.app/using-arcwise-in-sheets/arcwise-connected-data/adding-columns.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.
