Skip to content

Instantly share code, notes, and snippets.

@johnjohndoe
Created June 11, 2015 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnjohndoe/1cd18a78b07e4c8dd4ee to your computer and use it in GitHub Desktop.
Save johnjohndoe/1cd18a78b07e4c8dd4ee to your computer and use it in GitHub Desktop.
Excel: Umrechnung von Uhrzeit in Stunden

Allgemein

=WENN(Uhrzeit_Anfang<>"";(Uhrzeit_Ende - Uhrzeit_Anfang)*24-Pause/60;"")

Beispiel

=WENN(C11<>"";(D11-C11)*24-G11/60;"") 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment