Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default removal of delimiter

i have contents in column E like

E

Arun - Ram
Philips - rook
guru - kar

i want to remove - and store it in the following fashion

F G
Arun Ram
Philips rook
guru kar

how can i do this in macros


kindly help me..
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 65
Default removal of delimiter

Place the following formula in column f

=LEFT(E1,FIND(" ",E1))

and the following formula in column g

=RIGHT(E1,LEN(E1)-FIND("-",E1)-1)
--
http://HelpExcel.com
1-888-INGENIO
1-888-464-3646
x0197758


"raja" wrote:

i have contents in column E like

E

Arun - Ram
Philips - rook
guru - kar

i want to remove - and store it in the following fashion

F G
Arun Ram
Philips rook
guru kar

how can i do this in macros


kindly help me..

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 170
Default removal of delimiter

Copy column E to F. Highlight F
DataText-To-Columns
-"Delimited"Next
- Check both "Space" and "Other". In the box by "Other" enter "-" (with
no quotes)
- Finish

HTH,
--
George Nicholson

Remove 'Junk' from return address.


"raja" wrote in message
...
i have contents in column E like

E

Arun - Ram
Philips - rook
guru - kar

i want to remove - and store it in the following fashion

F G
Arun Ram
Philips rook
guru kar

how can i do this in macros


kindly help me..



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default removal of delimiter

can u give me the VBA macros script
thank u

"George Nicholson" wrote:

Copy column E to F. Highlight F
DataText-To-Columns
-"Delimited"Next
- Check both "Space" and "Other". In the box by "Other" enter "-" (with
no quotes)
- Finish

HTH,
--
George Nicholson

Remove 'Junk' from return address.


"raja" wrote in message
...
i have contents in column E like

E

Arun - Ram
Philips - rook
guru - kar

i want to remove - and store it in the following fashion

F G
Arun Ram
Philips rook
guru kar

how can i do this in macros


kindly help me..




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default removal of delimiter

If you record a macro when you do it manually, you'll have the code that you
need.

raja wrote:

can u give me the VBA macros script
thank u

"George Nicholson" wrote:

Copy column E to F. Highlight F
DataText-To-Columns
-"Delimited"Next
- Check both "Space" and "Other". In the box by "Other" enter "-" (with
no quotes)
- Finish

HTH,
--
George Nicholson

Remove 'Junk' from return address.


"raja" wrote in message
...
i have contents in column E like

E

Arun - Ram
Philips - rook
guru - kar

i want to remove - and store it in the following fashion

F G
Arun Ram
Philips rook
guru kar

how can i do this in macros


kindly help me..





--

Dave Peterson


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
TTC delimiter restriction inequitude Excel Discussion (Misc queries) 2 November 12th 10 11:20 PM
CSV - no delimiter at end of line cats_five Excel Discussion (Misc queries) 1 March 19th 10 09:25 AM
point as delimiter Amber Excel Discussion (Misc queries) 1 April 14th 09 04:55 PM
Comma delimiter Jon Quixley Excel Worksheet Functions 1 July 25th 06 04:47 PM
Tab Delimiter File moonwalker Excel Discussion (Misc queries) 7 February 24th 06 03:56 PM


All times are GMT +1. The time now is 10:50 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"