Thread: Zero Formatting
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Zero Formatting

The function to round is the ROUND function.
Excel help will tell you about it.
--
David Biddulph


"Arun" wrote in message
...
I am using the accounting format along a row of formulas that produce
mostly
zeros - so it displays dashes with a dollar sign (ie. $ -). This is fine
except that in a few spots it displays a 0 or a (0). Yes, I know that
this
is because the value is slightly off zero, sometimes by the 10th decimal
place. However, from a formatting perspective I would like those also to
display as dashes.

Is there anyway to make it display all values that round to zero as a
dash?
I would like to do it without actually changing the number being displayed
such as by using a rounding function because it will mess up future
calculations done off this row.

Also, is there a way to change a worksheet's precision level such that all
numbers are only calculated to the E-5 decimal place.

-Arun