View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default Find * and Replace

Use ~* to search

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"mrbalaje" wrote in message ...
| 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.