on 5/23/2011, Rodan supposed :
> Excel 2007 When subtracting 2-place (dollar)
> amounts in a row, the difference is shown as an
> unrounded 11-place decimal. Trying to format the
> difference cell in that row to a 2-place presentation
> has no effect. What am I missing ?
>
> Thanks,
>
> Rodan.
Try using the ROUND() function, and specify the desired decimal place
precision.
Example:
=ROUND(A1-B1, 2)
--
Garry
Free usenet access at
http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc