Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I import some stocks prices from the web. They come in with a comma as
decimal limitator and I need them to appear with a point instead. how can I convert it ? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Set up your Windows Regional Options (in Control Panel) for the Format in
which you want to read your input data. Format Cells/ Number for the way that you want to display the output. -- David Biddulph "Gepetto" wrote in message ... I import some stocks prices from the web. They come in with a comma as decimal limitator and I need them to appear with a point instead. how can I convert it ? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
There are a couple of ways:
=SUBSTITUTE(A1,",",".") Select the text you want to change, hit Ctrl+F, click the Replace tab, in the Find What box enter a , and in the Replace With box enter a . then click Replace All. HTH, Ryan-- -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "David Biddulph" wrote: Set up your Windows Regional Options (in Control Panel) for the Format in which you want to read your input data. Format Cells/ Number for the way that you want to display the output. -- David Biddulph "Gepetto" wrote in message ... I import some stocks prices from the web. They come in with a comma as decimal limitator and I need them to appear with a point instead. how can I convert it ? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Suddently when we type in . (dot or point) become comma in excel | Excel Discussion (Misc queries) | |||
Replace Comma with Dash | Excel Worksheet Functions | |||
comma seperated file import | Excel Discussion (Misc queries) | |||
Import comma delimited text | Excel Discussion (Misc queries) | |||
Decimal point/comma issue | Excel Discussion (Misc queries) |