![]() |
replacing comma with another symbol
Hi I have a column of figures like
21,95 15,50 26,45 I would like to replace the comma and instead show 21:95 15:50 26:45 I have tried to convert it to text and replace the comma but it doesn't work. Can anybody help me please? Regards Freddie |
replacing comma with another symbol
Assuming data is in A1 down, put this in B1 and drag down.
=SUBSTITUTE(A1,",",":") Mike "FreddieP" wrote: Hi I have a column of figures like 21,95 15,50 26,45 I would like to replace the comma and instead show 21:95 15:50 26:45 I have tried to convert it to text and replace the comma but it doesn't work. Can anybody help me please? Regards Freddie |
replacing comma with another symbol
try find and replace
"Mike H" wrote: Assuming data is in A1 down, put this in B1 and drag down. =SUBSTITUTE(A1,",",":") Mike "FreddieP" wrote: Hi I have a column of figures like 21,95 15,50 26,45 I would like to replace the comma and instead show 21:95 15:50 26:45 I have tried to convert it to text and replace the comma but it doesn't work. Can anybody help me please? Regards Freddie |
All times are GMT +1. The time now is 10:32 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com