Formatting a cell

B

BKT Hopeful

I am creating an excel ASCII file data source for importing to another
program. I need to express the rates as a percentage as follows (10.25% into
format 10.2500).
Excel 2000
 
A

Alan

With 10.25% in A1, in another cell =A1*100
Copy, Paste Special Values and overwrite the original,
Regards,
Alan.
 
Top