简体   繁体   中英

Excel Separator point change to decimal places

I apologize in advance for my english is not perfect.

I have a web query more than 400 value and the data show in table $20.49. I would like import an other table, but I would like if show the value $20,49. I tried all cell format, but it is not change. Column is C3:C459.

I think macro resolve this problem, but I can not write. I would like change "." ---> "," (20.49 --> 20,49) Could you help me?

You can either change the system separators or make a local change by going to the Advanced section of Excel Options, clear use system separators and pick your own:

在此处输入图片说明

If you want to change on certain cells in the worksheet, you would need a macro

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM