Documentation/Calc Functions/RUND.NED

    From The Document Foundation Wiki
    This page is a translated version of the page Documentation/Calc Functions/ROUNDDOWN and the translation is 6% complete.
    Outdated translations are marked like this.
    Other languages:


    Funktionsnavn:

    RUND.NED

    Kategori:

    Matematisk

    Resume:

    Afrunder et tal nedad, nærmende sig nul eller til en vis nøjagtighed.

    Syntaks:

    RUND.NED(Number[; Count])

    Returnerer:

    Returnerer tallet nedrundet (nærmende sig 0) til antal decimalpladser.

    Argumenter:

    Tallet er et reelt tal eller en refernce til cellen, der indeholder det, som skal rundes ned til et bestemt antal decimalpladser.

    Antallet er et heltal eller en reference til en celle, der indeholder det heltal, som er det antal decimalpladser, som tallet skal rundes ned til.

    Hvis antallet er udeladt eller 0, runder funktionen ned til et heltal. Hvis antallet er negativt, runder funktionen ned til det nærmeste 10, 100, 1000 osv.

    Yderligere oplysninger:

    Denne funktion afrunder imod nul, se RUND.OP og RUND.NED som alternativer.

    Eksempler:

    Formula Description Returns
    =RUND.NED(2,348; 2) Here the function rounds 2.348 toward 0, to 2 decimal places. 2,34
    =RUND.NED(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
    =RUND.NED(2,648; 0) Here the function rounds 2.648 toward 0, to the next integer. The alternative formula =RUND.NED(2.648) returns the same value. 2
    =RUND.NED(−45,67) Here the function rounds -45.67 toward 0, to the next integer. −45
    =RUND.NED(987,65; −2) Here the function rounds 987.65 toward 0, to the next hundred. 900

    Beslægtede LibreOffice-funktioner:

    HELTAL

    AFRUND

    RUND.OP

    AFKORT

    ODF standard:

    Tilsvarende Excel-funktioner:

    RUND.NED