Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default Trying to find and replace *

In my cells that contain partial sentences there are * used. I tried to use
find and replace to remove them but it will not recognize them. I assume
this is because this is a Microsoft multiplication operator. Is there a way
around this?
Donna
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Trying to find and replace *

Precede the * with a tilde ~

find what: ~*

* is itself generally used as a "wildcard" in a search so needs the tilde to
tell Excel it is not.

Same if you were looking for ? which is also a wildcard.

You would look for ~?


Gord Dibben MS Excel MVP

On Thu, 29 Oct 2009 17:16:02 -0700, Donna wrote:

In my cells that contain partial sentences there are * used. I tried to use
find and replace to remove them but it will not recognize them. I assume
this is because this is a Microsoft multiplication operator. Is there a way
around this?
Donna


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,203
Default Trying to find and replace *

Donna,
It's not because it's the multiplication symbol. Instead it is because it
is a "wildcard" that means "match anything in this position in my search
string". Another wildcard character is the question mark.

To search for an * in cells, precede it with the ~ (tilde) symbol, as ~*
will find an * in your entries. The ~ tells the Find function to take the
next character as a literal to find.

Hope this helps.

"Donna" wrote:

In my cells that contain partial sentences there are * used. I tried to use
find and replace to remove them but it will not recognize them. I assume
this is because this is a Microsoft multiplication operator. Is there a way
around this?
Donna

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Trying to find and replace *

Just to add (for the ~~):

If you want to replace an asterisk character, use ~* in the from string.
If you want to replace a question mark, use ~? in the from string.
If you want to replace a tilde (~), use ~~ in the from string.



Donna wrote:

In my cells that contain partial sentences there are * used. I tried to use
find and replace to remove them but it will not recognize them. I assume
this is because this is a Microsoft multiplication operator. Is there a way
around this?
Donna


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default Trying to find and replace *

Thanks that worked Great

"Donna" wrote:

In my cells that contain partial sentences there are * used. I tried to use
find and replace to remove them but it will not recognize them. I assume
this is because this is a Microsoft multiplication operator. Is there a way
around this?
Donna

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 & Replace: find part cell, replace whole cell katy Excel Worksheet Functions 3 April 3rd 23 01:20 PM
Find and Replace - Replace with Blank Space Studebaker Excel Discussion (Misc queries) 4 April 3rd 23 10:55 AM
Copy contents of Find (Find and Replace) rob_bob Excel Discussion (Misc queries) 0 March 26th 09 11:01 PM
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


All times are GMT +1. The time now is 12:44 PM.

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"