Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Seperating Letters from words using character

I need help trying to seperate lsome letters from numbers. I have dat
that is input into a text file that I then Import into Excel and I nee
to get only the information after the : in all the collumns

Here is what is coming in:

Course In: S 70-51-41 W
RP North: 20072.05
End North: 20217.05
Line Course: N 75-25-48 E

I need to be able to seperate everything after the : is there a way t
do this?? Thanks for any help

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 244
Default Seperating Letters from words using character

Use this
Stick a blank column next to each Column with the data you want extraction from and copy down for each

This would go in cell B1 of Column

=RIGHT(A1,LEN(A1)-FIND(":",A1,1)

----- HelpMe wrote: ----

I need help trying to seperate lsome letters from numbers. I have dat
that is input into a text file that I then Import into Excel and I nee
to get only the information after the : in all the collumn

Here is what is coming in

Course In: S 70-51-41
RP North: 20072.0
End North: 20217.0
Line Course: N 75-25-48

I need to be able to seperate everything after the : is there a way t
do this?? Thanks for any help


--
Message posted from http://www.ExcelForum.com


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Seperating Letters from words using character

You have posted in the Programming group, but I will give a non-programming
solution.

Select your data. DataText to ColumnsDelimitedNext. In "other" enter a
colon(:)Next

You can choose to "skip a column-do not import" if you wish.

Finish.

Gord Dibben Excel MVP

On Fri, 23 Apr 2004 14:08:37 -0500, HelpMe
wrote:

I need help trying to seperate lsome letters from numbers. I have data
that is input into a text file that I then Import into Excel and I need
to get only the information after the : in all the collumns

Here is what is coming in:

Course In: S 70-51-41 W
RP North: 20072.05
End North: 20217.05
Line Course: N 75-25-48 E

I need to be able to seperate everything after the : is there a way to
do this?? Thanks for any help.


---
Message posted from http://www.ExcelForum.com/


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
Words ... yay ... letters .... blech! m4d Ir15h[_2_] New Users to Excel 3 March 7th 08 11:38 PM
how can i change the letters in the top row to words Me New Users to Excel 1 June 18th 07 01:13 AM
Need to scramble letters in list of words SusanB Excel Discussion (Misc queries) 1 March 28th 06 05:38 PM
Seperating Numbers from Letters in Excel Tel Excel Worksheet Functions 7 March 23rd 06 11:36 PM
Excel formula for seperating two words in the same cell. Mim New Users to Excel 2 March 8th 05 11:33 PM


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

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

About Us

"It's about Microsoft Excel"