Finding an asterisk

  • Thread starter Thread starter Blah
  • Start date Start date
B

Blah

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?
 
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!")
 
Edit|Find
search for ~*
(tilde 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?
 
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?
 
Back
Top