Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken Ken is offline
external usenet poster
 
Posts: 590
Default Parsing Information from a Cell

I have a long list of supplies in Column A. In Column B it shows the range of
their cost ... for example, "79.99 - 89.99". I would like Column C to only
include the low end (79.99) of the cost and Column D to show only the upper
end (89.99). Is their a formula I can type in Columns C & D to extract this
information from Colume B? Each item in Column B is formatted the same way
.... the low price followed by " - " then the upper price. Thanks!
--
Ken
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Parsing Information from a Cell

The formula in C would be:
=--LEFT(B1,FIND("-",B1)-1)
In D;
=--MID(B1,FIND("-",B1)+1,99)

Another option is to use Text-to-Columns with the dash (-) as the delimiter.

Regards,
Fred

"Ken" wrote in message
...
I have a long list of supplies in Column A. In Column B it shows the range
of
their cost ... for example, "79.99 - 89.99". I would like Column C to only
include the low end (79.99) of the cost and Column D to show only the
upper
end (89.99). Is their a formula I can type in Columns C & D to extract
this
information from Colume B? Each item in Column B is formatted the same way
... the low price followed by " - " then the upper price. Thanks!
--
Ken


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Parsing Information from a Cell

Hi,

You may use Data Text to columns. Give the delimited as space and check
the box for other (in the small box, type -


"Ken" wrote in message
...
I have a long list of supplies in Column A. In Column B it shows the range
of
their cost ... for example, "79.99 - 89.99". I would like Column C to only
include the low end (79.99) of the cost and Column D to show only the
upper
end (89.99). Is their a formula I can type in Columns C & D to extract
this
information from Colume B? Each item in Column B is formatted the same way
... the low price followed by " - " then the upper price. Thanks!
--
Ken


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
Parsing text in a cell DianeD Excel Discussion (Misc queries) 1 February 24th 09 11:16 PM
parsing name in cell by comma? Jon M Excel Worksheet Functions 3 December 31st 08 06:36 AM
Parsing Cell Contents timg Excel Discussion (Misc queries) 2 September 21st 06 08:08 PM
Parsing information dj1cincy Excel Discussion (Misc queries) 9 May 23rd 06 05:01 PM
parsing a cell using | exceluser2 Excel Worksheet Functions 4 February 24th 06 07:23 AM


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