Documentation/Calc Functions/KONVERTER OOO

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


    Funktionsnavn:

    KONVERTER_OOO

    Kategori:

    Matematisk

    Resume:

    Konverterer en værdi fra en måleenhed til en anden måleenhed. Konverteringsfaktorerne er givet på en liste i konfigurationen.

    Note pin.svg

    Bemærk:

    We recommend using the more flexible EUROKONVERTER function for converting between these currencies. For converting between many different units of measurement, use the KONVERTER function.

    KONVERTER_OOO is not a standardized function and is not portable.


    Syntaks:

    KONVERTER_OOO(Value; Text1; Text2)

    Returnerer:

    Returnerer et ikke-negativt reelt tal, som er konverteringsmængden i det ønskede mål for det den givne mængde i det oprindelige mål.

    Argumenter:

    Værdi er et ikke-negativt reelt tal, som er mængden i det oprindelige mål.

    "Tekst 1" er en streng, der nævner den oprindelige måleenhed.

    "Tekst 2" er en streng, der nævner den ønskede måleenhed, som mængden skal konverteres til.

    • If Value is non-numeric, then KONVERTER_OOO reports a #VÆRDI! error.
    • If either of Text1 or Text2 is not one of the expected strings specifying a valid currency, then KONVERTER_OOO reports a #N/A error.
    • One, and only one, of Text1 and Text2 should specify the euro. Therefore, if neither or both are equal to "EUR", then KONVERTER_OOO reports a #N/A error.

    Yderligere oplysninger:

    På et tidspunkt indeholdt listen over konverteringsfaktorer de forældede europæiske valutaer og Euroen (se eksempler herunder). Vi foreslår, at du bruger den nye funktion EUROKONCERTER til at konvertere disse valutaer.

    Code Currency Rate
    ATS Austrian schilling 13,7603
    BEF Belgian franc 40,3399
    CYP Cypriot pound 0,585274
    DEM German mark 1,95583
    EEK Estonian kroon 15,6466
    ESP Spanish peseta 166,386
    FIM Finnish markka 5,94573
    FRF French franc 6,55957
    GRD Greek drachma 340,750
    IEP Irish pound 0,787564
    ITL Italian lira 1.936,27
    LTL Lithuanian litas 3,45280
    LUF Luxembourg franc 40,3399
    LVL Latvian lats 0,702804
    MTL Maltese lira 0,429300
    NLG Dutch guilder 2,20371
    PTE Portuguese escudo 200,482
    SIT Slovenian tolar 239,640
    SKK Slovak koruna 30,1260
    • For additional information about the history of the euro, see Wikipedia’s Euro page.
    • The currency codes and conversion rates are read from a configuration file named .../share/registry/main.xcd.

    Eksempler:

    Formula Description Returns
    =KONVERTER_OOO(100; "ATS"; "EUR") Here the function converts 100 Austrian schillings into euros. 7,26728341678597
    =KONVERTER_OOO(D1; D2; D3) where cells D1, D2 and D3 contain the number 100, the string "EUR", and the string "DEM" respectively. Here the function converts 100 euros to German marks. 195,583
    =KONVERTER_OOO(KONVERTER_OOO(100; "FRF"; "EUR"); "EUR"; "ITL") Here 100 French francs are converted to euros, with the result then converted to Italian lire. Conversion between the national currencies is carried out using the process of triangulation via the euro. 29.518,2458606281

    Beslægtede LibreOffice-funktioner:

    KONVERTER

    EUROKONVERTER

    ODF standard:

    Ingen

    Tilsvarende Excel-funktioner:

    Ingen