English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a cell in Excel w/ this: LEX\NAME. I want to remove LEX\ while leaving behind NAME. I need to do this for several cells and would like to have a formula to remove that specific part from the cells (the LEX\).

2006-07-12 07:21:47 · 6 answers · asked by Flutterfly25 1 in Computers & Internet Programming & Design

6 answers

If you absolutely need a formula:
=MID(Range,5,50) (I certainly hope no one's name has more than 50 characters)

But Find & Replace will be better, the formula will need extra steps to convert the data back to text intead of formulas; Copy and Paste Special... | Values.

2006-07-12 17:06:03 · answer #1 · answered by O Caçador 6 · 1 0

CLick on the first cell.

Hit CTRL and F

Select the replace Tab

In Find, Type in LEX\

In the replace, leave blank

Hit replace and the LEX\ will be replaced with nothing which is just deleting it. Keep hitting replace until you are done.

2006-07-12 14:31:14 · answer #2 · answered by billyandgaby 7 · 0 0

highlight all the cells involved
go to 'Edit'
click 'Replace'
Type 'LEX\'
leave the replace blank

then 'replace all'

2006-07-12 14:27:56 · answer #3 · answered by speed777 2 · 0 0

highlight all the cells involved
go to 'Edit'
click 'Replace'
Type 'LEX\'
In replace with type NAME
then 'replace all'

2006-07-12 15:47:21 · answer #4 · answered by Ron H 2 · 0 0

Though you have not made question very simple. I still manage to understand that. I think you want Lex and Name in two diffrent cells. Use This formula
Lex=LEFT(A1,FIND("/",A1,1)-1)
Name=right(a1,len(a1) -
find("/",a1,1))

Where A1=Lex/Name
Best of Luck

2006-07-15 01:00:04 · answer #5 · answered by Piyush 2 · 0 0

click on the cell and push backspace

2006-07-12 14:24:50 · answer #6 · answered by andrewjw12345 1 · 0 0

fedest.com, questions and answers