Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default find and replace parens

I need to do a find/replace on cell contents that contain something similar
to: California Avenue Dialysis (fka Bakersfield)
End result s/b California Avenue Dialysis.

The placement of the text in parens are not always at the beginning or end
of the cell.
I tried using ?fka, but that only removes the(fka

Thank you!
Cathy
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default find and replace parens

Ctrl + h

find what

(*)


leave replace with box empty


use a help column and a formula


=TRIM(SUBSTITUTE(A1,MID(A1,FIND("(",A1),FIND(")",A 1)+1-FIND("(",A1)),""))

copy down/across, then copy and paste special as values




--
Regards,

Peo Sjoblom

"Cathy Landry" wrote in message
...
I need to do a find/replace on cell contents that contain something similar
to: California Avenue Dialysis (fka Bakersfield)
End result s/b California Avenue Dialysis.

The placement of the text in parens are not always at the beginning or end
of the cell.
I tried using ?fka, but that only removes the(fka

Thank you!
Cathy



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default find and replace parens

That was just tooooo easy!

Thank you!

"Peo Sjoblom" wrote:

Ctrl + h

find what

(*)


leave replace with box empty


use a help column and a formula


=TRIM(SUBSTITUTE(A1,MID(A1,FIND("(",A1),FIND(")",A 1)+1-FIND("(",A1)),""))

copy down/across, then copy and paste special as values




--
Regards,

Peo Sjoblom

"Cathy Landry" wrote in message
...
I need to do a find/replace on cell contents that contain something similar
to: California Avenue Dialysis (fka Bakersfield)
End result s/b California Avenue Dialysis.

The placement of the text in parens are not always at the beginning or end
of the cell.
I tried using ?fka, but that only removes the(fka

Thank you!
Cathy




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
where to put results of find operation in find and replace functio DEP Excel Worksheet Functions 5 November 15th 06 07:52 PM
find and replace - replace data in rows to separated by commas msdker Excel Worksheet Functions 1 April 15th 06 01:00 AM
How to ignore parens in a sort? baroen Excel Discussion (Misc queries) 3 November 17th 05 03:05 AM
Find and Replace Muhammad Hassan (New Excel User) New Users to Excel 1 May 12th 05 12:54 PM
find replace cursor default to find box luffa Excel Discussion (Misc queries) 0 February 3rd 05 12:11 AM


All times are GMT +1. The time now is 12:08 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"