Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to clean up the entries in a description column in Excel. The problem
is that I need to find and replace each occurrence of an asterisk (*) in these descriptions. Since * happens to be the wildcard character, find/replace returns every cell in this list of 14,000 items and I know that there are hundreds of occurrences that I need to replace. How do you search for the wildcard * and replace it? Any help will be appreciated. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Put a tilde ~ in front of the asterix in the search box and it will treat it a as a literal character instead of a wildcard Mike "Topmark" wrote: I need to clean up the entries in a description column in Excel. The problem is that I need to find and replace each occurrence of an asterisk (*) in these descriptions. Since * happens to be the wildcard character, find/replace returns every cell in this list of 14,000 items and I know that there are hundreds of occurrences that I need to replace. How do you search for the wildcard * and replace it? Any help will be appreciated. Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try this
=SUBSTITUTE(A1,"*","") On Oct 23, 9:22*pm, Topmark wrote: I need to clean up the entries in a description column in Excel. *The problem is that I need to find and replace each occurrence of an asterisk (*) in these descriptions. *Since * happens to be the wildcard character, find/replace returns every cell in this list of 14,000 items and I know that there are hundreds of occurrences that I need to replace. How do you search for the wildcard * and replace it? Any help will be appreciated. Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the quick response, the tilde did the trick.
"Mike H" wrote: Hi, Put a tilde ~ in front of the asterix in the search box and it will treat it a as a literal character instead of a wildcard Mike "Topmark" wrote: I need to clean up the entries in a description column in Excel. The problem is that I need to find and replace each occurrence of an asterisk (*) in these descriptions. Since * happens to be the wildcard character, find/replace returns every cell in this list of 14,000 items and I know that there are hundreds of occurrences that I need to replace. How do you search for the wildcard * and replace it? Any help will be appreciated. Thanks |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Glad I could help
"Topmark" wrote: Thanks for the quick response, the tilde did the trick. "Mike H" wrote: Hi, Put a tilde ~ in front of the asterix in the search box and it will treat it a as a literal character instead of a wildcard Mike "Topmark" wrote: I need to clean up the entries in a description column in Excel. The problem is that I need to find and replace each occurrence of an asterisk (*) in these descriptions. Since * happens to be the wildcard character, find/replace returns every cell in this list of 14,000 items and I know that there are hundreds of occurrences that I need to replace. How do you search for the wildcard * and replace it? Any help will be appreciated. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
replace the content of cell | Excel Discussion (Misc queries) | |||
Replace all empty or " by the content of the cell above it | Excel Worksheet Functions | |||
Replace many asterisk characters, '*' in Excel | Excel Discussion (Misc queries) | |||
How do I replace an asterisk without replacing everything? | Excel Discussion (Misc queries) | |||
replace one tag in content of one cell and format not changed | Excel Discussion (Misc queries) |