Skip to content

Instantly share code, notes, and snippets.

@loganvolkers
Last active September 29, 2025 14:20
Show Gist options
  • Save loganvolkers/933af8513ed8c2268f59c85a31761a43 to your computer and use it in GitHub Desktop.
Save loganvolkers/933af8513ed8c2268f59c85a31761a43 to your computer and use it in GitHub Desktop.
Byte formatting for Google Sheets
@catermelon
Copy link

thanks friend, this helped a ton

@mdraevich
Copy link

extremely helpful — thanks 🙏

@arvera
Copy link

arvera commented Sep 29, 2025

Here is a simple one for bytes to Gb:

=Round(H8 / (1024 * 1024 * 1024),2) &" GB"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment