A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Need Extra Help



 
 
Thread Tools Display Modes
  #1  
Old September 16th, 2004, 03:11 PM
Zoom
external usenet poster
 
Posts: n/a
Default Need Extra Help

I need help out there.

I have the following string 698 2071264621559589

I want the result to be as follows:

"698","2071","2646",21559589

Thank you very much
  #2  
Old September 16th, 2004, 03:34 PM
ABCD
external usenet poster
 
Posts: n/a
Default

You could try using the MID func. in 4 cells.
-----Original Message-----
I need help out there.

I have the following string 698 2071264621559589

I want the result to be as follows:

"698","2071","2646",21559589

Thank you very much
.

  #3  
Old September 16th, 2004, 03:47 PM
JBoulton
external usenet poster
 
Posts: n/a
Default

With your string in A1, this will produce your result.

=""""&LEFT(A1,3)&""","""&MID(A1,5,4)&""","""&MID(A 1,9,4)&""","&RIGHT(A1,9)


"Zoom" wrote:

I need help out there.

I have the following string 698 2071264621559589

I want the result to be as follows:

"698","2071","2646",21559589

Thank you very much

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
extra spacing between character problem 1nOnly Page Layout 7 September 10th, 2004 03:24 PM
Extra spacing in cells that are wrapped Frankie Anne General Discussion 2 August 7th, 2004 06:47 PM
OL 2003: Extra lines in HTML messages? Bill Bailey General Discussion 4 August 4th, 2004 04:07 PM
Newbie Question on Extra Space After Numeric Values Yellowbird Worksheet Functions 3 March 8th, 2004 05:40 PM


All times are GMT +1. The time now is 02:52 PM.


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