LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default Parsing text containing a tilde "~"?

This DOES work...forgot I replaced the "~" with "-". Thanks!

"L. Howard Kittle" wrote:

Try this

=MID(F10,FIND("~",F10)+1,99)&" - "&LEFT(F10,FIND(" ~",F10))

HTH
Regards,
Howard

"Big UT Fan" wrote in message
...
I have text in column A which I want to manipulate. The format of the text
on the left, text on the right, seperated by " ~ " (space-tilde-space).
The
text on either sides of the space-tilde-space may contain spaces, slashes,
backslashes, pound signs, ampersands, etc. What I'd really like to do is
swap the positions of the the text on the other side of the tilde and
replace
the tilde with a hyphen. In other words, all the left-side text up to the
space-tilde-space delimiter moves to the right of the space-tilde-space
delimiter and the right-side text moves to the left of the
space-tilde-space.
For example,

Butterfield 8 ~ Elizabeth Taylor

becomes

Elizabeth Taylor - Butterfield 8

Any help is appreciated.



.

 
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
Text "comparison" operator for "contains" used in an "IF" Function Pawaso Excel Worksheet Functions 4 April 4th 23 11:35 AM
text string: "91E10" in csv file auto converts to: "9.10E+11" [email protected] Excel Discussion (Misc queries) 2 August 12th 08 03:13 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
How to perform Search and Replace on "Tilde", CHAR(126), ~ [email protected] Excel Worksheet Functions 2 March 28th 07 06:57 PM
Insert "-" in text "1234567890" to have a output like this"123-456-7890" Alwyn Excel Discussion (Misc queries) 3 October 25th 05 11:36 PM


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

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"