Documentation/Calc Functions/ISO.LOFT

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


    Funktionsnavn:

    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 #VÆRDI! error.
    • If either Number or Significance is equal to 0, then ISO.LOFT returns 0.

    Yderligere oplysninger:

    General information about Calc's ceiling functions

    Note pin.svg

    Bemærk:
    For convenience, the information in this subsection is repeated on all pages describing Calc's ceiling functions.

    General introductory information about ceiling functions can be found at Wikipedia's Floor and ceiling functions page.

    Calc provides five functions that can be used to calculate the ceiling value of a number, and these are:

    The most important of these for many users will be the AFRUND.LOFT function, which implements the requirements laid out in Section 6.17.1 of ODF 1.2, Part 2.

    Calc provides the LOFT.MATEMATIK, LOFT.PRECISE, and ISO.LOFT functions to increase interoperability with Microsoft Excel, which provides three similar functions with the same names. Calc's LOFT.PRECISE and ISO.LOFT perform identical functions.

    Microsoft Excel's AFRUND.LOFT function accepts two arguments and so is not compliant with ODF 1.2. This difference in behaviour could lead to interoperability problems but these are avoided through the provision of the LOFT.XCL function, as follows:

    • When Calc saves a spreadsheet to Excel 2007-365 (*.xlsx) format, any call to Calc's AFRUND.LOFT function is converted to a call to Excel's LOFT.MATEMATIK function, and any call to Calc's LOFT.XCL function is converted to a call to Excel's AFRUND.LOFT function.
    • When Calc opens a spreadsheet in Excel 2007-365 (*.xlsx) format, any call to Excel's AFRUND.LOFT function is converted to a call to Calc's LOFT.XCL function.

    Eksempler:

    Formula Description Returns
    =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:

    AFRUND.LOFT

    LOFT.MATEMATIK

    LOFT.PRECISE

    LOFT.XCL

    AFRUND.GULV

    GULV.MAT

    GULV.PRÆCIS

    GULV.XCL

    HELTAL

    ODF standard:

    Ingen

    Tilsvarende Excel-funktioner:

    ISO.CEILING since v.2010.