If you want three 0's regardless of the number of digits then use the Custom
format:
"000"#.##
if you want a constant number of digits before the decimal point then use:
0000000.#
--
HTH
Sandy
In Perth, the ancient capital of Scotland
(E-Mail Removed)
(E-Mail Removed) with @tiscali.co.uk
"TaGY2K" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
>
> How about if I want to add 000 in front of the number? ie:
>
> 1937.2
> 968.6
> 24215
> 701.4
> 1202.4
>
> to
>
> 0001937.2
> 000968.6
> 00024215
> 000701.4
> 0001202.4
>
>
> --
> TaGY2K
> ------------------------------------------------------------------------
> TaGY2K's Profile:
> http://www.excelforum.com/member.php...fo&userid=1861
> View this thread: http://www.excelforum.com/showthread...hreadid=563499
>