ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Finding an asterisk (https://www.excelbanter.com/excel-discussion-misc-queries/89624-finding-asterisk.html)

Blah

Finding an asterisk
 
Hello, I need to find numbers with an asterisk after them...but excel
keeps treating it as a wild card character...anyway to stop this?


Don Guillett

Finding an asterisk
 

kkjkljj*

formula
=FIND("*",B7)
sub
MsgBox InStr(ActiveCell.Value, "*")

--
Don Guillett
SalesAid Software

"Blah" wrote in message
oups.com...
Hello, I need to find numbers with an asterisk after them...but excel
keeps treating it as a wild card character...anyway to stop this?




tim m

Finding an asterisk
 
You could make a column and try this formula, put the actual cell reference
in the fomula where your numbers start, then copy this down the column.

=IF(RIGHT(A1,1)="*","Asterisk Here!","No Asterisk!")

"Blah" wrote:

Hello, I need to find numbers with an asterisk after them...but excel
keeps treating it as a wild card character...anyway to stop this?



Dave Peterson

Finding an asterisk
 
Edit|Find
search for ~*
(tilde asterisk)

Blah wrote:

Hello, I need to find numbers with an asterisk after them...but excel
keeps treating it as a wild card character...anyway to stop this?


--

Dave Peterson

Blah

Finding an asterisk
 
Yeah but I have to replace them to so its irritating not being able to
use the replace all function. Any good formula for that?



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

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