+ Reply to Thread
Results 1 to 5 of 5

Projektplan, verbleibende Zeit mit Prozentangabe

  1. #1
    Registered User
    Join Date
    02-21-2022
    Location
    Zeitz
    MS-Off Ver
    Office365
    Posts
    3

    Projektplan, verbleibende Zeit mit Prozentangabe

    Hallo zusammen,

    ich bin bei der Erstellung eines Projektplanes.

    Dieser ist mit einer Kalender-Übersicht und für einzelne Aufgaben wurde Bearbeitungszeiträume erstellt:
    Screenshot 2022-02-21 220308.png

    Ich möchte im Feld Fortschritt eine Art "Rückwärts-Zähler" einbinden --> bis zum Aufgabenstart 100% und dann soll jeder Tag der vergeht prozentual in Abzug gebracht werden.
    Die Ausgabe soll in einer Prozentzahl und im Hintergrund mit einem abnehmenden Balken dargestellt werden.

    Wie ist das ganze umsetzbar?

    Vielen Dank schon einmal für Eure Hilfe!

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,532

    Re: Projektplan, verbleibende Zeit mit Prozentangabe

    If I understand correctly then this may help.
    The formula for the "backward counter" in D2:D3 is: =MIN(1,1-(TODAY()-B2)/(C2-B2))
    F2:F3 are populated using: =D2
    For the data bars in F2:F3 the Edit Formatting Rule dialog box has Show bar only selected.
    Let us know if you have any questions.

    German translation (I hope): Wenn ich das richtig verstehe, dann kann das helfen.
    Die Formel für den "Rückwärtszähler" in D2:D3 lautet: =MIN(1,1-(TODAY()-B2)/(C2-B2))
    F2:F3 werden aufgefüllt mit: =D2
    Für die Datenbalken in F2:F3 ist im Dialogfeld Formatierungsregel bearbeiten die Option Nur Leiste anzeigen ausgewählt.
    Lassen Sie es uns wissen, wenn Sie Fragen haben.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Registered User
    Join Date
    02-21-2022
    Location
    Zeitz
    MS-Off Ver
    Office365
    Posts
    3

    Re: Projektplan, verbleibende Zeit mit Prozentangabe

    Hallo,

    vielen Dank erst einmal.
    Die Beispieldatei sieht auf jeden Fall schon einmal aus, als wäre das meine Lösung
    Ich werde die Formel entsprechend ausprobieren und Feedback geben.

    Viele Grüße

  4. #4
    Registered User
    Join Date
    02-21-2022
    Location
    Zeitz
    MS-Off Ver
    Office365
    Posts
    3

    Re: Projektplan, verbleibende Zeit mit Prozentangabe

    Quote Originally Posted by JeteMc View Post
    If I understand correctly then this may help.
    The formula for the "backward counter" in D2:D3 is: =MIN(1,1-(TODAY()-B2)/(C2-B2))
    F2:F3 are populated using: =D2
    For the data bars in F2:F3 the Edit Formatting Rule dialog box has Show bar only selected.
    Let us know if you have any questions.

    German translation (I hope): Wenn ich das richtig verstehe, dann kann das helfen.
    Die Formel für den "Rückwärtszähler" in D2:D3 lautet: =MIN(1,1-(TODAY()-B2)/(C2-B2))
    F2:F3 werden aufgefüllt mit: =D2
    Für die Datenbalken in F2:F3 ist im Dialogfeld Formatierungsregel bearbeiten die Option Nur Leiste anzeigen ausgewählt.
    Lassen Sie es uns wissen, wenn Sie Fragen haben.
    Also die Formel ist super vielen, vielen Dank!
    Gibt es eine Möglichkeit, diese so umzustellen, dass wenn der Zeitraum vorbei ist, nur noch 0% angezeigt wird --> momentan wird eine negative Prozentzahl angezeigt.
    Das wäre super!

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,532

    Re: Projektplan, verbleibende Zeit mit Prozentangabe

    Try: =MIN(1,MAX(0,1-(TODAY()-B2)/(C2-B2)))
    Let us know if you have any questions.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1