Documentation/Calc Functions/AFKORT
Outdated translations are marked like this.
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
AFKORT
Kategori:
Matematisk
Resume:
Afkorter et tal ved at fjerne decimalpladserne.
Syntaks:
AFKORT(Number[; Count])
Returnerer:
Returnerer tallet til højst antal pladser. Overskydende decimalpladser fjernes helt enkelt, uanset fortegn.
Argumenter:
Tallet er et reelt tal eller en reference til cellen, der indeholder det tal, som skal afkortes.
Antal(valgfrit) er et heltal, der bestemmer afkortningens nøjagtighed. Standardværdien for antal er 0, hvorfor funktionen returnerer heltalsdelen af tallet.
Hvis antallet er en ikke-heltalsværdi, så antager funktionen antallets gulvværdi, dvs. afkorter det til et heltal.
Yderligere oplysninger:
- If you obtain unexpected results from AFKORT, check the following:
- Make sure that the number of displayed decimal places is not affected by the setting of the Limit decimals for general number format option in the General Calculations area of the ▸ ▸ ▸ dialog ( ▸ ▸ ▸ on macOS).
- Access the Numbers tab on the Format Cells dialog ( ▸ or equivalent interaction) to make sure that relevant cells do not have formatting applied that affects the number of displayed decimal places.
Eksempler:
Formula | Description | Returns |
---|---|---|
=AFKORT(2,348; 2) | Here the function rounds 2.348 toward 0, to 2 decimal places. | 2,34 |
=AFKORT(D1; D2) where cells D1 and D2 contain the numbers -32.4834 and 3.2 respectively. | The value of the Count argument is truncated to 3. Here the function rounds -32.4834 toward 0, to 3 decimal places. | −32,483 |
=AFKORT(2,648; 0) | Here the function rounds 2.648 toward 0, to the next integer. The alternative formula =AFKORT(2.648) returns the same value. |
2 |
=AFKORT(−45,67) | Here the function rounds -45.67 toward 0, to the next integer. | −45 |
=AFKORT(987,65; -2) | Here the function rounds 987.65 toward 0, to the next hundred. | 900 |
Beslægtede LibreOffice-funktioner:
ODF standard:
Tilsvarende Excel-funktioner:
AFKORT