Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use
~* as your find string Mike "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. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Same thing with
? use ~? * use ~* ~ use ~~ 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. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find and Replace - Replace with Blank Space | Excel Discussion (Misc queries) | |||
where to put results of find operation in find and replace functio | Excel Worksheet Functions | |||
find and replace - replace data in rows to separated by commas | Excel Worksheet Functions | |||
Find and Replace | Excel Discussion (Misc queries) | |||
find replace cursor default to find box | Excel Discussion (Misc queries) |