Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding Asymptotes from a set of data in Excel | Excel Worksheet Functions | |||
Finding Asymptotes from a set of data in Excel | Excel Discussion (Misc queries) | |||
Finding Duplicate Names from Different Lists... | Excel Discussion (Misc queries) | |||
Add asterisk to excel cell | Excel Worksheet Functions | |||
How do I search for an asterisk in an Excel file--it thinks the a. | Excel Discussion (Misc queries) |