K
Kevin
Hi
I am currently using the following number format for a cell
#,##0 ;[Red]-#,##0
which gives the following result
-32,216
What I want is a number format that shows the number out
to 2 decimal places but only if there are decimal places
in the number. For example if the number was 32216.25 I
would want th number to be displayed as -32,216.25. But
if the number was -32216 I would want it displayed as -
32,216 and not -32,216.00
Is this possible and easy to do?
Thanks
I am currently using the following number format for a cell
#,##0 ;[Red]-#,##0
which gives the following result
-32,216
What I want is a number format that shows the number out
to 2 decimal places but only if there are decimal places
in the number. For example if the number was 32216.25 I
would want th number to be displayed as -32,216.25. But
if the number was -32216 I would want it displayed as -
32,216 and not -32,216.00
Is this possible and easy to do?
Thanks