Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Created August 10, 2018 09:07
Show Gist options
  • Save ScarletPonytail/38d2561da5cd6b9e23850e6c7ad6f22a to your computer and use it in GitHub Desktop.
Save ScarletPonytail/38d2561da5cd6b9e23850e6c7ad6f22a to your computer and use it in GitHub Desktop.
Google Sheets - Convert time to decimal
=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