LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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 ~

(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


 
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 02:54 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"