View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.misc
Wu Wu is offline
external usenet poster
 
Posts: 36
Default Big problem.................

BUT HOW TO CHANGE 102 TO 1K, 205 TO 2M..................

"Max" wrote:

Try: =(LEFT(A1,LEN(A1)-1)&REPT(0,RIGHT(A1)))*1
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,000 Files:362 Subscribers:62
xdemechanik
---
"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