Documentation/Calc Functions/ISO.LOFT
Jump to navigation
Jump to search
Outdated translations are marked like this.
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
Template:Documentation/Calc Functions/Func Page Links/da
ISO.LOFT
Kategori:
Matematisk
Resume:
Runder et tal op til det nærmeste multiplum af en signifikant værdi.
Syntaks:
ISO.LOFT(Number [; Significance])
Returnerer:
Returnerer en heltalsværdi.
Argumenter:
Tal (obligatorisk) er det tal, som skal afrundes, eller en reference til en celle, der indeholder tallet.
Signifikans (valgfri) er værdien, eller en reference til en celle, der indeholder den værdi, som tallet skal afrundes til et multiplum af. Dens standard er 1.
- If either argument is non-numeric, then ISO.LOFT reports a #VALUE! error.
- If either Number or Significance is equal to 0, then ISO.LOFT returns 0.
Yderligere oplysninger:
Template:Documentation/Calc Functions/ceiling functions information/da
Eksempler:
Template:Calc-Formula/da | Template:Calc-Description/da | Template:Calc-Returns/da |
---|---|---|
=ISO.LOFT(11,5) | Significance defaults to 1. The function rounds up 11.5 to the nearest integer multiple of 1. | 12 |
=ISO.LOFT(-11,5) | Significance defaults to 1. The function rounds up -11.5 to the nearest integer multiple of 1. | -11 |
=ISO.LOFT(7; 2,3) | The function rounds up 7 to the nearest integer multiple of 2.3. | 9,2 |
=ISO.LOFT(-7; -2,3) | The function rounds up -7 to the nearest integer multiple of 2.3 (the sign of the significance value is ignored). | -6,9 |
=ISO.LOFT(D1; D2) where cells D1 and D2 contain the numbers 10 and 3 respectively. | The function rounds up the value 10 to the nearest integer multiple of 3. | 12 |
Beslægtede LibreOffice-funktioner:
ODF standard:
Ingen
Tilsvarende Excel-funktioner:
ISO.LOFT