Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Tue, 11 Mar 2008 06:58:02 -0700, MarvInBoise
wrote: I have a large spredsheet of data that comes in like 6'-3 3/8" that I need to split out so I have the 6 (feet) in one column and the fractional inches (3 3/8) converted in the next column to 3.375, etc. Below is some sample data: 4'-1 3/8" to 4 | 1.375 9'-2 1/2" to 9 | 2.500 7'-3 1/8" to 7 | 3.125 Any help is greatly appreciated as these are weekly data conversion needs. Thanks! Feet: =--LEFT(A1,FIND("'",A1)-1) Inches: =--MID(A1,FIND("-",A1)+1,FIND("""",A1)-FIND("-",A1)-1) --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I convert numbers (ex. "4") to text (ex. "four") | Excel Discussion (Misc queries) | |||
How can I convert a character string that contains letters & numbers "£2,456.99 (including flights)" into a numeric? | Excel Worksheet Functions | |||
how to make a checkbox usable for users to "check" it? | Excel Discussion (Misc queries) | |||
convert "15000" to "Fifteen thousand" in excel cell? | Excel Worksheet Functions | |||
how can I convert scanned data into usable numbers in excel? | Excel Discussion (Misc queries) |