Excel - how replace comma with point in import data
Asked By Gepetto
21-Nov-09 02:06 AM
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 ?
SUBSTITUTE
(1)
Windows
(1)
Ryan
(1)
Limitator
(1)
Prices
(1)
David Biddulph replied to Gepetto
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
ryguy7272 replied to David Biddulph
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''.
to the cell that contains this formula. Here is my problem. I am needing to substitute a lot of values, and the formula is waaay to long. Here is what it work, excel will not accept something this long: IFERROR(if(F19, IF(backwards_compatible, "<description> <![CDATA["&SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE
Substitute Function Question #2 Excel Help! I'm soooo close. My cell looks like this - .0470N this - T47N R18E It currently looks like this - T47N.18E Here is my subsitute function: = SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE (F2, ".0", "T", 1), "0", ""), ".0", "R", 2), ".21", "") I just need the second .0 to be replaced by a <space> "R" Excel Miscellaneous Discussions SUBSTITUTE (1) LEFT (1) FIND (1) LEN (1) The Substitute functions are evaluated from the inside out. Therefore, when you get the the part of found since you've already removed all the zeros. Try writting the formula like this: = SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(F2, ".0", "T", 1), ".0", " R", 1), "0", ""), ".21", "") HTH, Elkar One
limits to multiple subsitute funtion?? Excel Is there a limit to how many substitute functions I can have in one formula? It does not seem to let me have more than 8. If there is a limit, is there a work around? = SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(BM2, "Oscar Heyman", "16431685"), "Buccelati", "16431678"), "Cartier", "16431674"), "Chanel", "16431677"), "Chopard", "16431686"), "David Yurman
SUBSTITUTE(SUBSTITUTE(SUBSTITUTE. . . . max. limit 8 :( Excel I'm having a problem while using excel 2002. I have words will be transformed into each abbreviation? Excel Miscellaneous Discussions Microsoft Excel (1) Excel (1) SUBSTITUTE (1) Worksheet (1) LOOKUP (1) VBA (1) Harlan (1) B58329abe022da81 (1) VBA. Have an Excel table is in the range C1:D6 A1 = POISTOPUHALLIN, AUTOM. TILAN KAAPELITILA (2381K4) This formula: = SUBSTITUTE(A1, LOOKUP(2, 1 / SEARCH(C$1:C$6, A1), C$1:C$6), LOOKUP D$1:D$6)) Returns: POISTOPUHALLIN, AUTOM. TILAN KAAPTI (2381K4) - - Biff Microsoft Excel MVP keywords: = SUBSTITUTE(SUBSTITUTE(SUBSTITUTE. . . . , max., limit, 8, :( description: I'm having a problem while using excel 2002. I have