View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Kermit Piper
 
Posts: n/a
Default Converting 2-place decimal value to floating point decimal number with leading zero

Hello,

I thought this would be simple, but, what I'm trying to do is take a
column of numbers like this:
7.25
7.00
8.25
7.75

and convert them to this:
0.0725
0.0700
0.0825
0.0775

I am using Excel 2000 and have gone through all the format options but
can't find anything that will do the trick. If someone could show me
how to do this it would ge greatly appreciated.

Thanks in advance,
KP