> For the complete documentation index, see [llms.txt](https://docs.qvantum-plan.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qvantum-plan.de/arbeiten-mit-formularen/arbeiten-mit-formularen/zellfunktionen.md).

# Zellfunktionen

Klicken Sie auf eine Zelle mit einem Wert und geben Sie die gewünschte Funktion mittels der entsprechenden Syntax ein.

### Addieren

```
add<Zahl> addiert zur aktuellen Zahl in der Zelle den Wert <Zahl> dazu
```

Vorher:

<figure><img src="/files/rqEVmbomHtCfmLf8MzbU" alt=""><figcaption><p>Vor dem Addieren</p></figcaption></figure>

Zwischenschritt:

<figure><img src="/files/5Llbh2HGm5u1rEcRDya5" alt=""><figcaption><p>Syntax zum Hinzufügen des Wertes "5</p></figcaption></figure>

Nachher:

<figure><img src="/files/YX9ky9xyzWC1vgfuTJX4" alt=""><figcaption><p>Nach dem Addieren</p></figcaption></figure>

### Subtrahieren

```
sub<Zahl> subtrahiert von der aktuellen Zahl in der Zelle den Wert <Zahl>
```

Vorher:

<figure><img src="/files/lkyCUNH2CRY22WjRFjLQ" alt=""><figcaption><p>Vor dem Subtrahieren</p></figcaption></figure>

Zwischenschritt:

<figure><img src="/files/bb0thBATEQW6dZ5KnkVv" alt=""><figcaption><p>Syntax zur Subtraktion des Wertes "5" einfügen.</p></figcaption></figure>

Nachher:

<figure><img src="/files/2sPWU0ygcasnFReS5Yq6" alt=""><figcaption><p>Ergebnis</p></figcaption></figure>

### Prozent addieren

```
add<Zahl>% erhöht den Zellenwert um <Zahl>%
```

Vorher:

<figure><img src="/files/gzPOSKxmMdE49y4kOWqr" alt=""><figcaption><p>Vor dem Addieren</p></figcaption></figure>

Zwischenschritt:

<figure><img src="/files/lCIP6qEztKKTbMgN5LKI" alt=""><figcaption><p>Syntax zum Hinzufügen von 5%</p></figcaption></figure>

Nachher:

<figure><img src="/files/DnbDVZLqW7nOOlCLwKRQ" alt=""><figcaption><p>Ergebnis</p></figcaption></figure>

### Prozent subtrahieren

```
sub<Zahl>% reduziert den Zellenwert um <Zahl>%
```

Vorher:

<figure><img src="/files/eQEYpQWotjfnAGlV96uB" alt=""><figcaption></figcaption></figure>

Zwischenschritt:

<figure><img src="/files/3zp7aPtYnlpXnUZ6kAgg" alt=""><figcaption></figcaption></figure>

Nachher:

<figure><img src="/files/y69rwcpPpB3NJ5e64DX6" alt=""><figcaption></figcaption></figure>

### Dividieren

```
div<Zahl> teilt den Zellenwert durch <Zahl>
```

### Multiplizieren

```
mul<Zahl> multipliziert den Zellenwert mit <Zahl>
```

&#x20;

&#x20;

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.qvantum-plan.de/arbeiten-mit-formularen/arbeiten-mit-formularen/zellfunktionen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
