ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   find a character in a string (https://www.excelbanter.com/excel-discussion-misc-queries/145103-find-character-string.html)

kevcar40

find a character in a string
 
hi
i have a column of text data

i would like to search over the column and search each string for the
char "/"

if it exists in the string i would like to delete it and leave space
in its place

thanks kevin


Peo Sjoblom

find a character in a string
 
Ctrl + H, in find what put /, in replace with put a space, then select
replace all


--
Regards,

Peo Sjoblom


"kevcar40" wrote in message
ups.com...
hi
i have a column of text data

i would like to search over the column and search each string for the
char "/"

if it exists in the string i would like to delete it and leave space
in its place

thanks kevin




David Biddulph[_2_]

find a character in a string
 
Either select your column and:
Edit
Replace
Find what: /
Replace with: {type in a space}
or use the formula
=SUBSTITUTE(A1,"/"," ")
--
David Biddulph

"kevcar40" wrote in message
ups.com...
hi
i have a column of text data

i would like to search over the column and search each string for the
char "/"

if it exists in the string i would like to delete it and leave space
in its place

thanks kevin




bj

find a character in a string
 
select the column
<edit<replace
enter / in find
and a sapce in replace with

"kevcar40" wrote:

hi
i have a column of text data

i would like to search over the column and search each string for the
char "/"

if it exists in the string i would like to delete it and leave space
in its place

thanks kevin



kevcar40

find a character in a string
 
On 4 Jun, 20:45, bj wrote:
select the column
<edit<replace
enter / in find
and a sapce in replace with



"kevcar40" wrote:
hi
i have a column of text data


i would like to search over the column and search each string for the
char "/"


if it exists in the string i would like to delete it and leave space
in its place


thanks kevin- Hide quoted text -


- Show quoted text -


thanks all



All times are GMT +1. The time now is 01:23 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com