Created
August 3, 2012 14:57
-
-
Save gavinblair/3248399 to your computer and use it in GitHub Desktop.
What time today will all these bugs be done?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=if(roundup(HOUR(GoogleClock())+1+G1)>24; "Another Day";if(roundup(HOUR(GoogleClock())+1+G1)>12; concatenate(roundup(HOUR(GoogleClock())+1+G1)-12;"pm"); concatenate(roundup(HOUR(GoogleClock())+1+G1);"am"))) | |
G1 | |
=sum(D:D) | |
D column contains the Estimated Time Remaining for each bug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment