Documentation/Calc Functions/FORTEGN
Outdated translations are marked like this.
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
FORTEGN
Kategori:
Matematisk
Resume:
Returnerer et tals fortegn.
Syntaks:
FORTEGN(Number)
Returnerer:
Returnerer 1, hvis tallet er positivt, -1, hvis det er negativt og 0, hvis det er nul.
Argumenter:
Tallet er et reelt tal eller en reference til cellen, der indeholder det tal, hvis fortegn skal bestemmes.
- If Number is non-numeric, then FORTEGN reports a #VÆRDI! error.
Yderligere oplysninger:
Eksempler:
Formel | Beskrivelse | Returnerer |
---|---|---|
=FORTEGN(3,4) | Here the function returns 1 to indicate that the specified number is positive. | 1 |
=FORTEGN(D1) where cell D1 contains the number -4.5. | Here the function returns -1 to indicate that the specified number is negative. | −1 |
=FORTEGN(0) | Here the function returns 0, to indicate that the specified number is equal to zero. | 0 |
Beslægtede LibreOffice-funktioner:
ODF standard:
Relaterede (eller lignende) Excel-funktioner:
SIGN