Find * and Replace

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.
 
N

Niek Otten

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.
 
C

CLR

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

Vaya con Dios,
Chuck, CABGx3
 
D

Dave Peterson

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top