#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
melissa
 
Posts: n/a
Default Urgent help


I am in the middle of a HUGE excel spreadsheet that has titles of names
of an item.
An Example is:

SS HOOP W/ DANGLING OPEN HEART EARRING

I am trying to Delete the SS from the entire spreadsheet, but when I do
a find - replace it deletes others words that have SS in it. Like
Crosses.

I also need to rename SS to Sterling Silver in another spreadsheet.

How can I do this?

I hope it doesnt require VBA

thanks.


--
melissa
------------------------------------------------------------------------
melissa's Profile: http://www.excelforum.com/member.php...o&userid=31791
View this thread: http://www.excelforum.com/showthread...hreadid=515194

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default Urgent help

On Tue, 21 Feb 2006 22:35:34 -0600, melissa
wrote:


I am in the middle of a HUGE excel spreadsheet that has titles of names
of an item.
An Example is:

SS HOOP W/ DANGLING OPEN HEART EARRING

I am trying to Delete the SS from the entire spreadsheet, but when I do
a find - replace it deletes others words that have SS in it. Like
Crosses.

I also need to rename SS to Sterling Silver in another spreadsheet.

How can I do this?

I hope it doesnt require VBA

thanks.


For the Find string, type "SS " without the quotes. Note the <space after the
SS.

If SS can be the last word, then also use " SS" as a Find string.


--ron
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
melissa
 
Posts: n/a
Default Urgent help


Okay SS is the first letter of the sentence. I did SS(space) and it
still finds CRO*SS*ES..

ANY OHTER IDEAS?


--
melissa
------------------------------------------------------------------------
melissa's Profile: http://www.excelforum.com/member.php...o&userid=31791
View this thread: http://www.excelforum.com/showthread...hreadid=515194

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ryan Poth
 
Posts: n/a
Default Urgent help

"melissa" wrote:

Okay SS is the first letter of the sentence. I did SS(space) and it
still finds CRO*SS*ES..

ANY OHTER IDEAS?

Somewhere in between what you have and what you want...
In the Find/Replace dialog box, use the "Find All" and scroll through the
encountered occurrences, replacing the ones you want and ignoring the ones
you don't want. Not ideal, but better than nothing :)

HTH,
Ryan

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default Urgent help

On Tue, 21 Feb 2006 23:05:36 -0600, melissa
wrote:


Okay SS is the first letter of the sentence. I did SS(space) and it
still finds CRO*SS*ES..

ANY OHTER IDEAS?



I cannot reproduce what you have written.

If I have CRO*SS*ES in a cell, and try to replace "SS ", it does NOT replace
the SS surrounded by asterisks -- in other words, it does not give me CRO**ES.

Are you sure you meant to write what you did?

--ron


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jmw
 
Posts: n/a
Default Urgent help


you are quite right

adding a space to the search will allow you to replace words in the way
that you describe without finding the ss inside words

i use this often to remove double or treble spaces from inbetween words
etc

maybe it is to do with the format of the cells you are searching on why
it is ignoring the spaces

are they number fields or aphanumeric change the format of your collumn
to text and try again is should work


Ron Rosenfeld Wrote:
On Tue, 21 Feb 2006 23:05:36 -0600, melissa
wrote:


Okay SS is the first letter of the sentence. I did SS(space) and it
still finds CRO*SS*ES..

ANY OHTER IDEAS?



I cannot reproduce what you have written.

If I have CRO*SS*ES in a cell, and try to replace "SS ", it does NOT
replace
the SS surrounded by asterisks -- in other words, it does not give me
CRO**ES.

Are you sure you meant to write what you did?

--ron



--
jmw
------------------------------------------------------------------------
jmw's Profile: http://www.excelforum.com/member.php...o&userid=31636
View this thread: http://www.excelforum.com/showthread...hreadid=515194

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default Urgent help


Of course if you replace "SS " with nothing it shouldn't affect
"CROSSES" but it might affect "CROSS"......

Is all your text upper case or can you utilise the "match case" option
to help you out?


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=515194

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default Urgent help


Of course if you replace "SS " with nothing it shouldn't affect
"CROSSES" but it might affect "CROSS"......

Is all your text upper case or can you utilise the "match case" option
to help you out?


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=515194

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default Urgent help

On Tue, 21 Feb 2006 23:05:36 -0600, melissa
wrote:


Okay SS is the first letter of the sentence. I did SS(space) and it
still finds CRO*SS*ES..

ANY OHTER IDEAS?


If your data is all in one column, you could

Download and install Longre's free morefunc.xll add-in from
http://xcell05.free.fr

Then, in an adjacent column, enter the formula:

=TRIM(REGEX.SUBSTITUTE(A1,"\bSS\b",,,,FALSE))

and copy/drag down as far as required.

The FALSE means that the formula is case insensitive.

This formula will only replace ss or SS if it is a separate word.

It will NOT replace the ss in Cross, stainless, etc.

Then Edit/Copy the column with the results, and Paste Special Values over the
original.

If your data is scattered, we could write a macro to do the same thing.


--ron
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
Urgent Help, Comboboxes and IF. R.Chapman Excel Discussion (Misc queries) 1 February 16th 06 07:50 PM
URGENT !! Auto Filter CLR Excel Discussion (Misc queries) 0 February 6th 06 09:31 PM
Excel table to Word help needed!!! Urgent. Irn Bru Freak Excel Discussion (Misc queries) 2 February 3rd 06 07:04 PM
"Urgent" use script to share the workbook man Excel Discussion (Misc queries) 1 August 17th 05 02:09 PM
Urgent Urgent Urgent!!! Ruslan Excel Discussion (Misc queries) 6 March 30th 05 02:59 PM


All times are GMT +1. The time now is 02:38 AM.

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

About Us

"It's about Microsoft Excel"