> For the complete documentation index, see [llms.txt](https://wiki.swot.de/handbuch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.swot.de/handbuch/swot_co/eingabe_des_plans/eingabehilfen.md).

# Eingabehilfen

### Faktorenkürzel

Für die Eingabe von Periodenwerten stellt *SWOT Co* verschiedene Eingabehilfen zur Verfügung.

Bei der Eingabe von Werten stehen Ihnen folgende **Faktorenkürzel** zur Verfügung:

| Faktorenkürzel | Wert        |
| -------------- | ----------- |
| h              | \*100       |
| t oder k       | \*1.000     |
| z              | \*10.000    |
| ht             | \*100.000   |
| m              | \*1.000.000 |

**SHIFT + ENTER** füllt alle nachfolgenden Perioden (vom markierten Monat an) mit dem eingegebenen Wert aus. Das gilt auch für %-Planungen, Zahltage, Steuersätze, Währungen usw.

### **Weitere Funktionen**

| Kürzel   | Funktion                                                                                  |
| -------- | ----------------------------------------------------------------------------------------- |
| =+1.000  | = + Addition. Es wird der angegebene Wert zu der „alten“ Zahl hinzugefügt.                |
| =-1.000  | = - Subtraktion. Es wird der angegebene Wert von der „alten“ Zahl abgezogen.              |
| =\*1.000 | = \* Multiplikation. Die „alte“ Zahl wird mit dem angegebenen Wert multipliziert.         |
| =/1.000  | = / Division. Die „alte“ Zahl wird mit dem angegebenen Wert dividiert.                    |
| =%1000   | = % Prozent. Die „neue“ Zahl entspricht dem angegebenen Prozentsatz von der „alten“ Zahl. |
| =w123    | = w Wachsen. Die „neue“ Zahl entspricht der Vorperiode + dem angegebenen Prozentsatz.     |
| =s123    | = s Schrumpfen. Die „neue“ Zahl entspricht der Vorperiode - dem angegebenen Prozentsatz.  |
| =v123    | = v Vorjahr. Entspricht dem = %, nur dass die „alte“ Zahl hier der Vorjahreswert ist.     |


---

# 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://wiki.swot.de/handbuch/swot_co/eingabe_des_plans/eingabehilfen.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.
