mrgreeneyes macrumors 6502a Original poster Oct 7, 2007 844 54 Gatineau,Canada May 13, 2015 #1 How can i in numbers, calculate data sizes? such as megabyte and gigabyte? thanks
T TheralSadurns Cancelled Jul 8, 2010 811 1,204 May 14, 2015 #2 Put one entry field... Say... MB in the middle. pug GB on the left and KB on the right. into the MB field you write the actual MB value. the GB field contains a formula i.e. "MB divided by 1024" the KB field contains a formula i.e. "MB times 1024"
Put one entry field... Say... MB in the middle. pug GB on the left and KB on the right. into the MB field you write the actual MB value. the GB field contains a formula i.e. "MB divided by 1024" the KB field contains a formula i.e. "MB times 1024"
mrgreeneyes macrumors 6502a Original poster Oct 7, 2007 844 54 Gatineau,Canada May 14, 2015 #3 Can you show me a sample? Like what it would look like?
maflynn macrumors Haswell May 3, 2009 73,682 43,741 May 15, 2015 #4 mrgreeneyes said: Can you show me a sample? Like what it would look like? Click to expand... Its a very simple formula Cell A1 has bytes, B1 will show KB Formula will be =A1/1024
mrgreeneyes said: Can you show me a sample? Like what it would look like? Click to expand... Its a very simple formula Cell A1 has bytes, B1 will show KB Formula will be =A1/1024
sracer macrumors G4 Apr 9, 2010 10,414 13,312 where hip is spoken May 15, 2015 #5 maflynn said: Its a very simple formula Cell A1 has bytes, B1 will show KB Formula will be =A1/1024 Click to expand... Be sure to help him out with the other question (in another thread) from his homework.
maflynn said: Its a very simple formula Cell A1 has bytes, B1 will show KB Formula will be =A1/1024 Click to expand... Be sure to help him out with the other question (in another thread) from his homework.
maflynn macrumors Haswell May 3, 2009 73,682 43,741 May 15, 2015 #6 sracer said: Be sure to help him out with the other question (in another thread) from his homework. Click to expand... Yeah I saw that. This question was so basic, I'm surprised he didn't just ask the google.
sracer said: Be sure to help him out with the other question (in another thread) from his homework. Click to expand... Yeah I saw that. This question was so basic, I'm surprised he didn't just ask the google.