ISTZAHL
Gibt WAHR zurück, wenn der Wert eine Zahl ist.
InformationenFehlerbehandlung & PrüfungenInformationen & Überprüfung
Was sie macht
Prüft auf numerischen Wert.
Syntax
ISTZAHL(wert)
Argumente
wert(value) — Wert.
Beispiele
Zahl prüfen
Prüft 123.
FORMULA
=ISTZAHL(123)
RESULT
true
SAMPLE DATA
| A | |
|---|---|
| 1 | Wert |
| 2 | 123 |