#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 84
Default Use of * in Excel

I am stripping extraneous characters out of some data but having trouble
finding the * character. If I do a find and replace for * to replace with
(delete) it wipes out all the data in that column. Also, I can't filter for
"contains *" because it thinsk all the entries have it. Is * a special
character? Is there anything I can do so the program will recognize it as a
text character rather than as some functional character? Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Use of * in Excel

try:
~*
--
Gary''s Student - gsnu200777


"smartgal" wrote:

I am stripping extraneous characters out of some data but having trouble
finding the * character. If I do a find and replace for * to replace with
(delete) it wipes out all the data in that column. Also, I can't filter for
"contains *" because it thinsk all the entries have it. Is * a special
character? Is there anything I can do so the program will recognize it as a
text character rather than as some functional character? Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Use of * in Excel

The asterisk * is used as a wildcard (i.e. any number of characters)
in the operations you have tried. To have Excel treat it as a
character, you must preceed it with a tilde symbol ~, eg in Find/
Replace:

Find What: ~*
Replace with: leave blank

will just remove the asterisk characters.

Hope this helps.

Pete

On Apr 8, 7:15*pm, smartgal
wrote:
I am stripping extraneous characters out of some data but having trouble
finding the * character. *If I do a find and replace for * to replace with
(delete) it wipes out all the data in that column. *Also, I can't filter for
"contains *" because it thinsk all the entries have it. *Is * a special
character? *Is there anything I can do so the program will recognize it as a
text character rather than as some functional character? *Thanks!


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 84
Default Use of * in Excel

Brilliant!! Worked like a charm. Any other goofy little characters like
this I might want to keep on my radar?

"Gary''s Student" wrote:

try:
~*
--
Gary''s Student - gsnu200777


"smartgal" wrote:

I am stripping extraneous characters out of some data but having trouble
finding the * character. If I do a find and replace for * to replace with
(delete) it wipes out all the data in that column. Also, I can't filter for
"contains *" because it thinsk all the entries have it. Is * a special
character? Is there anything I can do so the program will recognize it as a
text character rather than as some functional character? Thanks!

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Use of * in Excel

? is a wild card representing a single character.
* is a wild card representing any number of characters.

You use ~ as the "escape" character which tells excel to look for a real ? or
asterisk.

~? to find ?
~* to find *
~~ to find ~~

smartgal wrote:

Brilliant!! Worked like a charm. Any other goofy little characters like
this I might want to keep on my radar?

"Gary''s Student" wrote:

try:
~*
--
Gary''s Student - gsnu200777


"smartgal" wrote:

I am stripping extraneous characters out of some data but having trouble
finding the * character. If I do a find and replace for * to replace with
(delete) it wipes out all the data in that column. Also, I can't filter for
"contains *" because it thinsk all the entries have it. Is * a special
character? Is there anything I can do so the program will recognize it as a
text character rather than as some functional character? Thanks!


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Use of * in Excel

? is a wild card representing a single character.
* is a wild card representing any number of characters.

You use ~ as the "escape" character which tells excel to look for a real ? or
asterisk.

~? to find ?
~* to find *
~~ to find ~

(I had too many ~~ in that last one!)

Dave Peterson wrote:

? is a wild card representing a single character.
* is a wild card representing any number of characters.

You use ~ as the "escape" character which tells excel to look for a real ? or
asterisk.

~? to find ?
~* to find *
~~ to find ~~

smartgal wrote:

Brilliant!! Worked like a charm. Any other goofy little characters like
this I might want to keep on my radar?

"Gary''s Student" wrote:

try:
~*
--
Gary''s Student - gsnu200777


"smartgal" wrote:

I am stripping extraneous characters out of some data but having trouble
finding the * character. If I do a find and replace for * to replace with
(delete) it wipes out all the data in that column. Also, I can't filter for
"contains *" because it thinsk all the entries have it. Is * a special
character? Is there anything I can do so the program will recognize it as a
text character rather than as some functional character? Thanks!


--

Dave Peterson


--

Dave Peterson
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



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