end a number in ZERO

  • Thread starter Thread starter Teri Yaki
  • Start date Start date
T

Teri Yaki

How can I end a number in zero without an apostrophe or entering as text?
When I enter a number (ie: 6310.5130) the last zero doesn't show in the
cell, only in the formula bar. If I enter it as a number, it adds commas.
 
Assuming you are saying that 6310.5130 is shown as 6310.513 and you want
the latter without entering as text.
Try doing this :
right click on the cell
choose Format Cells
select Number under Cateogry in Number's tab
increase decimal to 4
uncheck Use 1000 Separator(,)
click ok

This will show 6310.5130 without thousand separator

HTH
--
Your feedback is appreciate, pls click on the Yes button below
if this posting is helpful.

Thank You

cheers, francis
 
How about using a numberformat of:

0000.0000
or
0000,0000

Depending on what your decimal character is.
 
Back
Top