I have a value in a cell that\'s in bytes. But nobody can read 728398112238. I\'d rather it say 678.37GB
To write a formula to format it relatively easy (here\'s one
[<1000]0" GB";[>999]0.0," TB"
OR
[<1000]0" GB";[>=1000]0.0," TB"