Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Cutting a figure out of a string of text.

If I have a string of text in this format, AS&D DF ZS017 46336, is there a
formula that will allow me to cut out only the S017? This is the only figure
that I need out of the string and have about 16,000 cells that require the
needed formula. Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Cutting a figure out of a string of text.

Will you always have the same number of characters to the left of the
string that you want to extract? If so, then you can use this:

=MID(A1,10,4)

with your code in A1. Copy down as required.

Hope this helps.

Pete

On Aug 4, 4:05*pm, infinite1013
wrote:
If I have a string of text in this format, AS&D DF ZS017 46336, is there a
formula that will allow me to cut out only the S017? This is the only figure
that I need out of the string and have about 16,000 cells that require the
needed formula. Thanks.


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
Cutting text from one cell to paste in another? Klee Excel Worksheet Functions 3 March 4th 08 09:45 AM
word wrap cutting off text Matt Excel Discussion (Misc queries) 6 December 20th 07 12:00 AM
Text Cutting Off When Printing Jenn Maron Excel Discussion (Misc queries) 1 October 10th 07 03:07 PM
Excel Cell Text Cutting Off Jones Excel Discussion (Misc queries) 5 August 6th 07 06:12 AM
cutting text Aaron Excel Discussion (Misc queries) 1 December 15th 05 04:13 PM


All times are GMT +1. The time now is 05:15 AM.

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

About Us

"It's about Microsoft Excel"