SOLVED

Convert column of MB to GB

Copper Contributor

How do I convert a column of MB values to rounded GB values?

https://s.natalian.org/2020-07-06/mb-to-gb.mp4

4 Replies

@kaihendry Simple but not a perfect solution - you can set the number format to display in thousands (basically divided by 1000 instead of 1024) by adding a comma to the custom number format. (you can add as many as you want - each comma will display divided by another 1000). Remember that the number itself will not change, just the format...

 

TheAntony_0-1594005050727.png

TheAntony_1-1594005168356.png

 

 

@TheAntony 

65,536

 

Displays as 66 instead of 64. Problem. Argh.

 

I guess I can just apply a formula along the column?

best response confirmed by kaihendry (Copper Contributor)
Solution

Hi @kaihendry 

 

You can apply the below formula to do the conversion that will work perfectly

 

 

=CONVERT(65536,"Mibyte","Gibyte")

 

 

 

Snag_23b09a08.png

 

To know more about the convert function pls see the below link 

 

https://youtu.be/k2G7n-xQNpw

 

https://support.microsoft.com/en-us/office/convert-function-d785bef1-808e-4aac-bdcd-666c810f9af2?ns=...

Regards, Faraz Shaikh | MCT, MIE, MOS Master, Excel Expert

If you find the above solution resolved your query don't forget mark as Official Answer to help the other members find it more

 

This list is life-changing! thank you
1 best response

Accepted Solutions
best response confirmed by kaihendry (Copper Contributor)
Solution

Hi @kaihendry 

 

You can apply the below formula to do the conversion that will work perfectly

 

 

=CONVERT(65536,"Mibyte","Gibyte")

 

 

 

Snag_23b09a08.png

 

To know more about the convert function pls see the below link 

 

https://youtu.be/k2G7n-xQNpw

 

https://support.microsoft.com/en-us/office/convert-function-d785bef1-808e-4aac-bdcd-666c810f9af2?ns=...

Regards, Faraz Shaikh | MCT, MIE, MOS Master, Excel Expert

If you find the above solution resolved your query don't forget mark as Official Answer to help the other members find it more

 

View solution in original post