Is there a way of using data formats i.e. GB MB kb in numbers?

Is there a way of using data formats i.e. GB MB kb in numbers?


I'm trying to add the size of library files together to estimate HD requirements. If I had the files on my system I could just put them in a folder and the OS would calculate them for me, but I don't have them yet. I have a list of files and their sizes in GB.


Has anybody worked this out?

Posted on Jan 30, 2016 2:37 AM

Reply
1 reply

Feb 1, 2016 8:01 AM in response to J-One

I suggest the following:



User uploaded file


Create a second table called "Convert"

In that table enter the first column as show (pasted here so you can copy)

Value

Divide by

suffix

0

1

b

400

1024

kb

1000000

1048576

Mb

1000000000

1073741824

Gb

1000000000000

1099511627776

Tb



Now in Table 1 use the Convert table to modify the files sizes in to the appropriate format:

User uploaded file

C2=ROUND(B2÷VLOOKUP(B2,Convert::A:C, 2, 1), 2)&" "&VLOOKUP(B2,Convert::A:C,3,1)


this is shorthand for... select cell C2, then type (or copy and paste from here) the formula:

=ROUND(B2÷VLOOKUP(B2,Convert::A:C, 2, 1), 2)&" "&VLOOKUP(B2,Convert::A:C,3,1)


select cell C2, copy

select cells C2 thru the end of column C, paste

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Is there a way of using data formats i.e. GB MB kb in numbers?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.