View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Big problem.................

Hi,

Assuming your first 3 example aare in a1 down put this in b1 and drag down

=(A1-RIGHT(A1,1))*10^RIGHT(A1,1)

Mike

"Wu" wrote:

I have the following data,

1. 103
2. 1002
3. 205

The last digit of above number represent how many zero it is.
103 equal to 10000 (10K), 1002 equal to 10000 (10k), 205 equal to 2000000(2M)

How to use the function to change 103 to 10K, 1002 to 10K, 205 to 2M ?

In fact, not only these number , other number I want to change contain
...........3491 change to 3.49K, 121 change to 120 ,etc