View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sean Timmons Sean Timmons is offline
external usenet poster
 
Posts: 1,696
Default Replacing special characters in Excel 2007

use ~ before your asterisks in the find box. thsi will find actual instances
of *

"Jeff" wrote:

I need to Replace all occurrences of '***' (three asterisks) in an Excel
column with '0' (one zero) or '000' (three zeros). The Find function finds
all non-zero three digit values (which are numbers). Is there a way to find
matches for three asterisks?