how to interpret this number formats

lezawang

Well-known Member
Joined
Mar 27, 2016
Messages
1,805
Office Version
  1. 2016
Platform
  1. Windows
Hi
I just want to undestand how to read these 2 numbers formats and I think that would help me to understand the reset. I have struggled to understand these 2? why # and 0, and why 0.00 (the dot). and why both # and 0 in the same format? Would appreciate any hint

1) #,##0.00
2) #,##0
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi
I just want to undestand how to read these 2 numbers formats and I think that would help me to understand the reset. I have struggled to understand these 2? why # and 0, and why 0.00 (the dot). and why both # and 0 in the same format? Would appreciate any hint

1) #,##0.00
2) #,##0
These formats are how you display a number with thousands separator (for example, 1,234.56 instead of 1234.56). The # signs are place keepers for digits that display nothing if there is no digit to fill that location whereas 0 displays a zero when there is no digit to fill that location.
 
Upvote 0
Thanks all for help and reply. I tried this format #,##0.00
I do not understand why "##" after the comma so I said I will try create a new format #,0.00 to my surprised, I got the same result
So why i need #,##0.00 when I can make it #,0.00
Thanks once again
 
Upvote 0
Thanks all for help and reply. I tried this format #,##0.00
I do not understand why "##" after the comma so I said I will try create a new format #,0.00 to my surprised, I got the same result
So why i need #,##0.00 when I can make it #,0.00
If you go back and look at the Custom Format again, you will see the VBA has expanded it from the #,0.00 you typed in to the standard #,##0.00 format automatically.
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,693
Members
448,979
Latest member
DET4492

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top