ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How can I search for *? (https://www.excelbanter.com/excel-discussion-misc-queries/71813-how-can-i-search-%2A.html)

gjcase

How can I search for *?
 

I have a large imported list of part numbers. The problem is that some
of the part numbers contain an asterisk (*) as part of the part number.
This causes some obvious problems when doung lookups. I'd like to do a
search/replace to replace all asterisks with some other non-wild-card
symbol.

Can anyone tell me how to do this?

Thanks.

---Glenn


--
gjcase
------------------------------------------------------------------------
gjcase's Profile: http://www.excelforum.com/member.php...o&userid=26061
View this thread: http://www.excelforum.com/showthread...hreadid=512793


Jim Rech

How can I search for *?
 
Using Edit, Replace search for ~*

--
Jim
"gjcase" wrote in
message ...
|
| I have a large imported list of part numbers. The problem is that some
| of the part numbers contain an asterisk (*) as part of the part number.
| This causes some obvious problems when doung lookups. I'd like to do a
| search/replace to replace all asterisks with some other non-wild-card
| symbol.
|
| Can anyone tell me how to do this?
|
| Thanks.
|
| ---Glenn
|
|
| --
| gjcase
| ------------------------------------------------------------------------
| gjcase's Profile:
http://www.excelforum.com/member.php...o&userid=26061
| View this thread: http://www.excelforum.com/showthread...hreadid=512793
|



Dave Peterson

How can I search for *?
 
~*
~?
and
~~

if you're doing Edit|find

In =vlookup():


=VLOOKUP(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"~"," ~~"),"?","~?"),"*","~*"),
Sheet2!$A:$B,2,FALSE)

Is one way to handle both the wild cards and escape character.



gjcase wrote:

I have a large imported list of part numbers. The problem is that some
of the part numbers contain an asterisk (*) as part of the part number.
This causes some obvious problems when doung lookups. I'd like to do a
search/replace to replace all asterisks with some other non-wild-card
symbol.

Can anyone tell me how to do this?

Thanks.

---Glenn

--
gjcase
------------------------------------------------------------------------
gjcase's Profile: http://www.excelforum.com/member.php...o&userid=26061
View this thread: http://www.excelforum.com/showthread...hreadid=512793


--

Dave Peterson

gjcase

How can I search for *?
 

Thanks, that worked great.

---Glenn


--
gjcase
------------------------------------------------------------------------
gjcase's Profile: http://www.excelforum.com/member.php...o&userid=26061
View this thread: http://www.excelforum.com/showthread...hreadid=512793



All times are GMT +1. The time now is 04:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com