#1   Report Post  
Posted to microsoft.public.excel.misc
RH
 
Posts: n/a
Default Function Help...

This hopefully is an easy one...

I have a long list of data in one column; each listing starts with a prefix
that I need to remove. For example 1x4r/NAME -- I need to keep only the
"Name" -- is there a way that I can remove either the first X characters and
keep the remaining, or possibly remove everything after (and including) the
/? The actual names are not fixed in length. Thanks in advance.

  #2   Report Post  
Posted to microsoft.public.excel.misc
Philip Reece-Heal
 
Posts: n/a
Default Function Help...

if your data is in column A, then in next column (column B) type
=RIGHT(A1,FIND("/",A1))

Regards
Philip
"RH" wrote in message
...
This hopefully is an easy one...

I have a long list of data in one column; each listing starts with a
prefix
that I need to remove. For example 1x4r/NAME -- I need to keep only the
"Name" -- is there a way that I can remove either the first X characters
and
keep the remaining, or possibly remove everything after (and including)
the
/? The actual names are not fixed in length. Thanks in advance.



  #3   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default Function Help...

One way:

In an adjacent column:

=MID(A1,FIND("/",A1)+1,32000)

copy down as far as necessary. Copy the new column, Paste over the
original column using Edit/Paste Special/Values.

In article ,
"RH" wrote:

This hopefully is an easy one...

I have a long list of data in one column; each listing starts with a prefix
that I need to remove. For example 1x4r/NAME -- I need to keep only the
"Name" -- is there a way that I can remove either the first X characters and
keep the remaining, or possibly remove everything after (and including) the
/? The actual names are not fixed in length. Thanks in advance.

  #4   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default Function Help...

Try this:

Select your data, next go to Data/Text to columns, select "Delimited" and
hit NEXT, select "Other" and type a / in the box, hit NEXT then select "Do
not import column(Skip)" and hit "Finish"

HTH
Jean-Guy

"RH" wrote:

This hopefully is an easy one...

I have a long list of data in one column; each listing starts with a prefix
that I need to remove. For example 1x4r/NAME -- I need to keep only the
"Name" -- is there a way that I can remove either the first X characters and
keep the remaining, or possibly remove everything after (and including) the
/? The actual names are not fixed in length. Thanks in advance.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 07:07 AM


All times are GMT +1. The time now is 10:58 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"