#1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Find replace problem

Hi

I have some numbers denoted thus:-

02:34:56 (they can be any numbers at all separated by Colons

and I want to replace the last Colon with a dot/period so it is

02:34.56

I tried to replace using **:**:** to **:**.** but it fills in with the
latter

How can I achieve please

Neil

  #2   Report Post  
Posted to microsoft.public.excel.misc
FinRazel
 
Posts: n/a
Default Find replace problem

Here is a way to achieve this effect without using Find/Replace:
1. Highlight your column, then Forman- Cells- Custom
2. the format your cells should be in is hh:mm:ss. In the Type: text box,
change this format to hh:mm.ss

Now, your column should be fixed.
--
Anne Murray


" wrote:

Hi

I have some numbers denoted thus:-

02:34:56 (they can be any numbers at all separated by Colons

and I want to replace the last Colon with a dot/period so it is

02:34.56

I tried to replace using **:**:** to **:**.** but it fills in with the
latter

How can I achieve please

Neil


  #3   Report Post  
Posted to microsoft.public.excel.misc
L. Howard Kittle
 
Posts: n/a
Default Find replace problem

Hi Neil,

Perhaps a formula in a helper column and pull down. Then copy and paste
special values to get rid of the formulas.

Assumes all are nn:nn:nn to start with, 8 characters.

=LEFT(E1,5)&"."&RIGHT(E1,2)

HTH
Regards,
Howard

wrote in message
ups.com...
Hi

I have some numbers denoted thus:-

02:34:56 (they can be any numbers at all separated by Colons

and I want to replace the last Colon with a dot/period so it is

02:34.56

I tried to replace using **:**:** to **:**.** but it fills in with the
latter

How can I achieve please

Neil



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find and replace - problem with automatically changing formatting jwa90010 Excel Discussion (Misc queries) 6 October 28th 08 08:07 PM
Problem with Find and Replace mjhill01 Excel Worksheet Functions 1 August 18th 05 04:12 AM
Find and replace of word causes change of font formatting jwa90010 New Users to Excel 4 July 22nd 05 08:10 PM
Can I use Find and Replace all with Hyperlinks? HandsOnManager Excel Discussion (Misc queries) 0 February 15th 05 07:39 PM
macro to Find Replace in Excel Nurddin Excel Discussion (Misc queries) 7 January 3rd 05 04:29 AM


All times are GMT +1. The time now is 01:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"