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