add 2 decimal places

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a column of numbers which were imported as text and need to have the
last two places changed to decimals. How do I do that?
 
Bill said:
I have a column of numbers which were imported as text and need to have the
last two places changed to decimals. How do I do that?

Type in the number 10 in a spare cell. highlight it, select "copy" then
select the column you wish to change, right-click on it, select "paste
Special" and under "Operation" choose divide.

HTH


--
Registered Linux User no 240308
Just waiting for Broadband to complete the conversion!(3 weeks and
counting!)
gordonATgbpcomputingDOTcoDOTuk
to email me remove the obvious!
 
Do you still want them to be text?

If not

=--(A1)/100

if text

=TEXT(--(A2)/100,"@")


Regards,

Peo Sjoblom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top