Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have some strings in column A that appear like:
123.123.1234.123456.123.12.123 000.000.0000.000000.000.00.000 123.456.0000.987654.444.00.222 They all follow the same pattern. I want to keep column A intact, but spread the values across seven columns to the right. Like so (the pipes below denote columns): B C D E F G H 123 | 000 | 1234 | 123456 | 999 | 00 | 95 Note that I need to keep the requisite number of zeros after the spread, so text-to-columns fails, since '000' translates as '0'. I would like a speadsheet function and/or VBA code that would do this correctly. Many thanks for your assistance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i enter a bull call spread into the options spread sheet ? | Excel Worksheet Functions | |||
Cell format has suddenly changed in all new spread sheets | Excel Discussion (Misc queries) | |||
How can I look up data in a different workbook in an excel spread. | Excel Worksheet Functions | |||
spread sheet should have fraction for format like 1/32 too | Excel Discussion (Misc queries) | |||
can I clean old excel data format with macro on funny spread sheet | Excel Programming |