Excel formula

Solved
lulu059 -  
Gord21 Posted messages 928 Status Member -
Hello,
I can't find the formula I need to use in Excel.
I have the size of my files in bytes and I need to find the formulas to know their sizes in KB and MB.
If someone could help me that would be great.
Thank you

Configuration: Windows Vista / Firefox 3.6.12

3 answers

  1. Gord21 Posted messages 928 Status Member 289
     
    Hello,
    To convert N bytes:
    N bytes = N/1024 KB = N/(1024^2) MB = N/(1024^3) GB

    See you later
    --
    Experience: a name that men give to their mistakes.
    Oscar Wilde
    4