Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
leo leo is offline
external usenet poster
 
Posts: 74
Default Replace * on the worksheet

I have lot of * along with other data. How can i replace * with blanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,311
Default Replace * on the worksheet

Since an asterisk (*) is a wildcard, when you attempt to perform a find and
replace operation to find all * and replace it with another character, excel
will find everything, not just the asterisk characters.

In order to find these special characters, you need to add a tilde (~) in
front of the special character.

For example, to find all asterisks, input this into the find box:

~*

The tilde is located above the Tab key.

If you wanted to find and replace tilde characters, then you would enter:

HTH,
Paul



--

"leo" wrote in message
...
I have lot of * along with other data. How can i replace * with blanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Replace * on the worksheet

Excel can use wildcards in some functions and operations (edit|find, for
example).

* for any characters
? for any single character
~ as an "escape" character to indicate that the next * or ? should be treated as
an asterisk or question mark--not as wild cards.

So to find an asterisk, you use: ~*
to find a question mark, you use: ~?
to find a tilde, you use: ~~

leo wrote:

I have lot of * along with other data. How can i replace * with blanks


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Replace * on the worksheet

In the FIND box, type in ~*

The tilde ~ character instructs Excel to treat whatever character follows it
as literal rather than its special meaning. So *, ? and ~ can be found by
typing ~*, ~? and ~~.

HTH
Elkar


"leo" wrote:

I have lot of * along with other data. How can i replace * with blanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Replace * on the worksheet

Use Find and Replace...

Enter ~* in the find box click on Replace All

You can enter a BLANK in the Replace box if you want to replace 'THI*S' with
'TH S'

"leo" wrote:

I have lot of * along with other data. How can i replace * with blanks



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Replace * on the worksheet

Assuming the * are in cells by themselves.

EditReplace

what: ~*

with: nothing

Make sure options are set to "Match whole cell contents"

Replace all.


Gord Dibben MS Excel MVP

On Thu, 5 Feb 2009 15:00:15 -0800, leo
wrote:

I have lot of * along with other data. How can i replace * with blanks


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
How do I replace a worksheet with lists DocBrown Excel Worksheet Functions 3 January 7th 07 07:01 PM
Replace #VALUE! in cells of a worksheet Peterpunkin Excel Discussion (Misc queries) 1 May 4th 06 02:07 AM
how do I replace a worksheet. team1 Excel Discussion (Misc queries) 0 March 14th 06 05:24 PM
Macro to replace data within a worksheet Excell Excel Worksheet Functions 2 November 14th 05 01:16 PM
How do I replace a worksheet with another worksheet in excel Ammnon Excel Worksheet Functions 1 January 12th 05 10:48 AM


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