View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Find * and Replace

Edit Replace FindWhat: ~* ReplaceWith: nothing, leave blank
ReplaceAll

Vaya con Dios,
Chuck, CABGx3



"mrbalaje" wrote:

In a excel spreadsheet i want to find * and replace it with "" (null). But
when i find * identifies every letter in the spreadsheet and clear my
spreadsheet. Can someone suggest me the way to acheive this.

Let say I have
1
2
*
3
4

I want to replace * from the column to blank "". Please suggest me a way.