#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default string function help

Ignored the previous post. Here is the correct formula

=MID(B4,FIND("@",B4)+1,FIND(".",B4)-FIND("@",B4)-1)


"Teethless mama" wrote:

Try this:

=MID(B4,FIND("@",B4)+1,LEN(B4)-FIND("@",B4)-4)


"Eelinla" wrote:

Hi, I am trying to move data from one column of a chart to another.
For example:

cell B4 =
cell C4 =

cell D4 =


what i need to do is pull the servername out and move it to the
corresponding cell ie B6, C6, and D6

ex of what i want in cell B6 = blah
ex of what i want in cell C6 = wee
ex of what i want in cell D6 = anotherlongname

I have tryed various combinations of string formulas and the closest i could
get still left me with more information than i want as the data in column B
varies in length.
I have tryed various ways using the find mid right left to no avail. Any
help would be appreciated.

~Thanks Eelinla

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
string/char CONTAINS function? jim sturtz Excel Worksheet Functions 3 May 31st 06 07:20 PM
Joining String with function in IF()? Lewis Koh Excel Worksheet Functions 7 August 2nd 05 01:42 AM
VBA Function to explode string tomjermy Excel Discussion (Misc queries) 2 June 28th 05 09:54 AM
Add Function to String Ronbo Excel Worksheet Functions 2 February 22nd 05 05:33 AM
String function Irina Excel Worksheet Functions 1 November 9th 04 06:18 PM


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