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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Finding asterisks 2
Finding an asterisk in a cell 4
Find Last Instance of "Text" in a column 5
Asterisk pointing to a footnote 3
Find and Replace with wildcards? 4
Find * 1
find asterisk 4
How can I search for *? 3

Back
Top