The XIRR Function ist nicht aufrufbar in Excel 2021

Diskutiere und helfe bei The XIRR Function ist nicht aufrufbar in Excel 2021 im Bereich Microsoft Office im Windows Info bei einer Lösung; Obwohl die Analyse Funktionen als Anwendungs-Add-Ins aktiviert sind ist die XIRR-Funktion in Excel 2021 nicht verfügbar. Offensichtlich gibt es... Dieses Thema im Forum "Microsoft Office" wurde erstellt von wesuwka, 12. März 2025.

  1. wesuwka
    wesuwka Gast

    The XIRR Function ist nicht aufrufbar in Excel 2021


    Obwohl die Analyse Funktionen als Anwendungs-Add-Ins aktiviert sind ist die XIRR-Funktion in Excel 2021 nicht verfügbar. Offensichtlich gibt es Probleme mit der ANALYS32.XLL Datei.
     
  2. crionsynx Win User

    Excel new feature history

  3. Senaj Lelic Win User

    Microsoft Visio Pro 2021 wird deinstalliert nach Office Pro 2021 Installation

    Hallo,
    <br />das kann ich (gottseidank) nicht bestätigen. Ich habe es eben getestet. VIsio 2021 Pro installiert, dann OFfice 2021 Pro installiert - beides bleibt und ist aufrufbar.
    <br />die Produkte sind also definitiv kompatibel. Muss also ein lokales Problem sein
    <br />VG
    <br />
    <br />DE MVP Visio
    <br />
  4. G.O.Tuhls Win User

    Animations

    The online and mobile versions have limited functions.
  5. Claus Busch Win User

    Mit Adresse (Straße, PLZ, Ort) den Breitengrad und Längengrad ermitteln (per Google oder ähnliches)

    Hallo Andreas,

    ich habe die Funktionen für Längen- und Breitengrade noch verändert, damit man nicht mit LEFT, MID und FIND arbeiten muss:

    Function GetLatidue(Address As String) As Double    Dim Coordinates As String
    
        Dim varCo As Variant
    
        
    
        'Get the coordinates for the given address.
    
        Coordinates = GetCoordinates(Address)
    
        
    
        'Return the latitude as number (double).
    
        If Coordinates <> "" Then
    
            varCo = Split(Coordinates, "/")
    
            GetLatidue = varCo(0)
    
        End IfEnd Function
    Function GetLongitude(Address As String) As Double    Dim Coordinates As String
    
        Dim varCo As Variant
    
        
    
        'Get the coordinates for the given address.
    
        Coordinates = GetCoordinates(Address)
    
        
    
        'Return the longitude as number (double).
    
        If Coordinates <> "" Then
    
            varCo = Split(Coordinates, "/")
    
            GetLongitude = varCo(1)
    
        End If    
    
    End Function
    Diese Änderung sind auch auf OneDrive ersichtlich.

    Mit freundlichen Grüßen

    Claus
  6. AndreasHeil Win User

    Mit Adresse (Straße, PLZ, Ort) den Breitengrad und Längengrad ermitteln (per Google oder ähnliches)

    Hallo Claus,

    danke für deine Antwort. Leider brachte mir diese noch keine Änderung (der Fehler trat wieder auf). Ich habe dann aber nach einer Warteschleife gegoogelt und bin fündig geworden.

    Jetzt habe ich im Modul 2 den Code ergänzt:

    Function GetLatidue(Address As String) As Double

    Dim Coordinates As String

    Dim varCo As Variant



    'Get the coordinates for the given address.

    Coordinates = GetCoordinates(Address)



    'Return the latitude as number (double).

    If Coordinates <> "" Then

    varCo = Split(Coordinates, "/")

    GetLatidue = varCo(0)

    Application.Wait Now + TimeSerial(0, 0, 1)

    End If

    End Function

    Function GetLongitude(Address As String) As Double

    Dim Coordinates As String

    Dim varCo As Variant



    'Get the coordinates for the given address.

    Coordinates = GetCoordinates(Address)



    'Return the longitude as number (double).

    If Coordinates <> "" Then

    varCo = Split(Coordinates, "/")

    GetLongitude = varCo(1)

    Application.Wait Now + TimeSerial(0, 0, 1)

    End If

    End Function

    Jetzt wartet Excel immer eine Sekunde vor der nächsten Berechnung. Ich habe es bei mir ausprobiert und bei mir funktioniert es.

    Auf der Internet-Seite aktualisiere ich es jetzt.

    Der Rest muss warten, bis ich wieder Zeit habe. Aber jetzt läuft es ja erst einmal.

    Ich danke euch allen nochmal für Eure Unterstützung!.

    Viele Grüße

    Andreas
  7. User Advert


    Hi,

    willkommen im Windows Forum!
Thema:

The XIRR Function ist nicht aufrufbar in Excel 2021 - Microsoft Office

Die Seite wird geladen...

The XIRR Function ist nicht aufrufbar in Excel 2021 - Similar Threads - The XIRR Function

Forum Datum

TRANSLATE Function in Excel nicht verfügbar

TRANSLATE Function in Excel nicht verfügbar: Hallo CommunityIch versuche die TRANSLATE Funktion in Excel zu verwenden, aber Excel kennt die Funktion nicht. Was sind die Vorraussetzungen für die Verwendung dieser Funktion?
Microsoft Office 25. September 2024

Range in einer Excel/VBA-Function

Range in einer Excel/VBA-Function: Guten Tag,ich möchte in einer Tabelle eine Function aufrufen, die eine "Range" als Parameter hat: =Anzahl"B2:H2"In der Function will ich dann auswerten, in welchen Zellen etwas drin steht, also...
Microsoft Office 25. Februar 2024

Excel 2021

Excel 2021: Fehler in Excel liste kann von den Technikern nicht behoben werden, bitte dringend um Hilfe
Microsoft Office 18. Oktober 2023

Excel Dropdown mit function Auswahl

Excel Dropdown mit function Auswahl: Hallo,Ich bin etwas ratlos, Bei OpenOffice ist es möglich Funktionen als Auswahl zu hinterlegen und es funktioniert das man die in cell Funktion der ist die man wählt.=name=WAHLdies;dasEinfache...
Microsoft Office 26. Mai 2023

The IF function does not work the same on different devices.

The IF function does not work the same on different devices.: Hello. In the IF Function where I set at the beginning a logical test that the given I4 cell is equal to the Array from column Bwhere the array of column C is set if it is true and empty if it is...
Microsoft Office 17. November 2021

DATEDIF Function Excel - Office 365

DATEDIF Function Excel - Office 365: Hello everyone, could you please help me ? The function DATEIDIF works only formonths and for nothing more, for year, day etc. unfortunately not. I use german version of excel. Many thanks in...
Microsoft Office 7. Juli 2020

hi, i wrote this function but did not work.. the function is

hi, i wrote this function but did not work.. the function is: [IMG] hi i do this function... fi(f7>=1500,0,round(2%'f7,2))... but doesnot work always showes this. thanks
Microsoft Office 20. März 2017
The XIRR Function ist nicht aufrufbar in Excel 2021 solved
  1. Diese Seite verwendet Cookies, um Inhalte zu personalisieren, diese deiner Erfahrung anzupassen und dich nach der Registrierung angemeldet zu halten.
    Auf dieser Website werden Cookies für die Zugriffsanalyse und Anzeigenmessung verwendet.
    Wenn du dich weiterhin auf dieser Seite aufhältst, akzeptierst du unseren Einsatz von Cookies.