Skip to content

Instantly share code, notes, and snippets.

@huned
Created May 16, 2009 17:12
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 huned/112734 to your computer and use it in GitHub Desktop.
Save huned/112734 to your computer and use it in GitHub Desktop.
=IF(LEN(C3) < 4, LEFT(C3, 1), LEFT(C3, 2)) - IF(LEN(B3) < 4, LEFT(B3, 1), LEFT(B3, 2)) + ((RIGHT(C3, 2) - RIGHT(B3,2)) / 60)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment