Find * and Replace

  • Thread starter Thread starter mrbalaje
  • Start date Start date
M

mrbalaje

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.
 
Use ~* to search

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| 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.
 
Edit > Replace > FindWhat: ~* > ReplaceWith: nothing, leave blank >
ReplaceAll

Vaya con Dios,
Chuck, CABGx3
 
Same thing with
? use ~?
* use ~*
~ use ~~
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.
 
Back
Top