J
jeff
Hi,
Here's something for your 2nd question:
=A1/1024^(INT(LOG(A1,1024))) & " " &CHOOSE(INT(LOG
(A1,1024))+1,"bytes","KB","MB","GB","TB","PB","EB")
You can probably modify it for your first question.
jeff
add-in? I want to use k, M, G, and T for thousand,
million, billion, and trillion. Thanks.
this is second priority to the first question.
Here's something for your 2nd question:
=A1/1024^(INT(LOG(A1,1024))) & " " &CHOOSE(INT(LOG
(A1,1024))+1,"bytes","KB","MB","GB","TB","PB","EB")
You can probably modify it for your first question.
jeff
as "3.4M." How do I do this in Excel, or do I need an-----Original Message-----
For example, I want to display the number "3400000"
add-in? I want to use k, M, G, and T for thousand,
million, billion, and trillion. Thanks.
binary prefixes--i.e. display 2097152bytes as 2.0MB--butPS also helpful if Excel could format numbers using
this is second priority to the first question.