Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can someone show me how to convert a column of data filled with information
like this: 2.756.00-9,86259,172.00-45,953275,718.00 to 6 columns like this: 2.75 6.00 -9,862 59,172.00 -45,953 275,728.00 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use the =MID function to chop it up, BUT, the formats of all 6
numbers would have to be the same all the time. for example =MID(a1,5,4) would give you 6.00, but that number would always have to start in the 5th position and be 4 characters long. "MarkHuether" wrote: Can someone show me how to convert a column of data filled with information like this: 2.756.00-9,86259,172.00-45,953275,718.00 to 6 columns like this: 2.75 6.00 -9,862 59,172.00 -45,953 275,728.00 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If excel 2007, go to dataText to Columns fixed widthread instructions
break linesfinish "MarkHuether" wrote: Can someone show me how to convert a column of data filled with information like this: 2.756.00-9,86259,172.00-45,953275,718.00 to 6 columns like this: 2.75 6.00 -9,862 59,172.00 -45,953 275,728.00 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perhaps it's a Fixed Width text file?
MarkHuether wrote: Can someone show me how to convert a column of data filled with information like this: 2.756.00-9,86259,172.00-45,953275,718.00 to 6 columns like this: 2.75 6.00 -9,862 59,172.00 -45,953 275,728.00 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combining Text from 2 Columns into 1 then Deleting the 2 Columns | Excel Worksheet Functions | |||
help with sorting text in columns to match other columns | Excel Discussion (Misc queries) | |||
merge text from 2 columns into 1 then delete the old 2 columns | Excel Worksheet Functions | |||
Excel is automatically doing "text to columns" upon paste text. | Excel Discussion (Misc queries) | |||
Linking text columns with text and data columns | Excel Worksheet Functions |