How can I format bytes a cell in Excel as KB, MB, GB etc?

前端 未结 16 1639
忘了有多久
忘了有多久 2020-12-22 18:46

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

16条回答
  •  情话喂你
    2020-12-22 19:02

    I don't know of a way to make it show you binary gigabytes (multiples of 1024*1024*1024) but you can make it show you decimal gigabytes using a format like:

    0.00,,,"Gb"
    

提交回复
热议问题