Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have an excel file that contains * in some of the cells (it was use
to denote specifics about a person, and is entered as *Smith). I can not use find/replace to remove it because it is a wildcard, and it removes everything in the column. I can not find anywhere to change the wildcards. Has anyone solved this? Thank you Bob |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Search excel's help for wildcard and you'll see that to find/change a wildcard,
you use a special character first: The tilde (~) is the character that does this. ~* to find * ~? to find ? ~~ to find ~ arjay010 wrote: I have an excel file that contains * in some of the cells (it was use to denote specifics about a person, and is entered as *Smith). I can not use find/replace to remove it because it is a wildcard, and it removes everything in the column. I can not find anywhere to change the wildcards. Has anyone solved this? Thank you Bob -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
While on the topic
Escape characters in formats and in System Search use a backslash (in Unix it is escape character for #,@, and $), in Find/Replace use a tilde. to search for * or ? or ~, you enter it as ~*, ~? and ~~, respectively. In headers and footers to see an ampersand (&) double them as in AT&&T. in assignment statements Double quotes within double quotes are doubled. -- HTH, David McRitchie, Microsoft MVP - Excel My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "Dave Peterson" wrote in message ... Search excel's help for wildcard and you'll see that to find/change a wildcard, you use a special character first: The tilde (~) is the character that does this. ~* to find * ~? to find ? ~~ to find ~ arjay010 wrote: I have an excel file that contains * in some of the cells (it was use to denote specifics about a person, and is entered as *Smith). I can not use find/replace to remove it because it is a wildcard, and it removes everything in the column. I can not find anywhere to change the wildcards. Has anyone solved this? Thank you Bob -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif using Wild Card Characters | Excel Worksheet Functions | |||
wild card -- help with formula | Excel Discussion (Misc queries) | |||
Wild card * | Excel Worksheet Functions | |||
Using wild card characters in array formulas | Excel Worksheet Functions | |||
Wild Card and Dates | Excel Worksheet Functions |