Formula 1: Decimal Format (Storage)
Divides the value by 1000.
=A2/1000
Formatted to 2 decimal places:
=ROUND(A2/1000, 2)
=ROUND(A2/1000, 2)
Formula 2: Binary Format (RAM)
Divides the value by 1024.
=A2/1024
Formatted to 2 decimal places:
=ROUND(A2/1024, 2)
=ROUND(A2/1024, 2)
How to Use These Formulas
- Identify your data: Ensure the column you are converting contains only numbers.
- Select an empty cell: Click on an empty cell adjacent to your first MB value (e.g., cell B2).
- Paste the formula: Type or paste
=A2/1000into the formula bar. ReplaceA2with the actual cell location of your first MB value. - Drag to apply: Hit Enter to get your answer. Then, click the small square at the bottom-right corner of the result cell, and drag it down to automatically calculate the rest of your column.