Created
August 10, 2018 09:07
-
-
Save ScarletPonytail/38d2561da5cd6b9e23850e6c7ad6f22a to your computer and use it in GitHub Desktop.
Google Sheets - Convert time to decimal
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
=sum((hour(C3)*60+MINUTE(C3)))/60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment