Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Extracting a word from a text string

I have a text string describing a laptop "Toshiba 17" LCD black". There are
hundreds of tme with different sizes of the screen. I want to be able to
extract the screen size 17", 14" etc and put them in a new cell for further
analysis. Can anyone help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default Extracting a word from a text string

With your laptop description in cell A1, you can use this formula to
pull the screen size. This formula assumes the screen size will ALWAYS
include a double quote to indicate inches, and will ALWAYS be three
characters long.
=MID(A1,SEARCH(CHAR(34),A1,1)-2,3)

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default Extracting a word from a text string

With your laptop description in cell A1, you can use this formula to
pull the screen size. This formula assumes the screen size will ALWAYS
include a double quote to indicate inches, and will ALWAYS be three
characters long.
=MID(A1,SEARCH(CHAR(34),A1,1)-2,3)

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Extracting a word from a text string

Thanks a ton Dave. It helped.

"Dave O" wrote:

With your laptop description in cell A1, you can use this formula to
pull the screen size. This formula assumes the screen size will ALWAYS
include a double quote to indicate inches, and will ALWAYS be three
characters long.
=MID(A1,SEARCH(CHAR(34),A1,1)-2,3)


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
List File Properties - Author SS Excel Worksheet Functions 1 June 23rd 06 04:56 PM
The last column in my word document contains both text and number Ishta Excel Worksheet Functions 2 December 12th 05 07:00 PM
Extracting integers from a text string. Bhupinder Rayat Excel Worksheet Functions 10 September 28th 05 05:15 PM
Looking up a string of text within a string of text tobriant Excel Worksheet Functions 4 September 20th 05 06:59 PM
Text not copying as text from Word to Excel 2003 Christine Excel Discussion (Misc queries) 4 March 3rd 05 11:33 PM


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

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"