I want to be able to choose what data goes in a specific cell. I can't
manage this by using a delimiter because a comma and tab does too little and
space is too much.
I want to import it in this fashion- [brackets show what I need per cell]
[1009] [PHYSICIAN OFFICE] [RP] [230 WEST ST]
[860 757-4111]
[PLAINVILLE], [CT] [06000]
[860 711-1222]
If I can just get that specific info into individual cells then I can move
it to where I need to to go specifically this format...
EntryCode Name Mnemonic Address Address City State Zip Phone Fax Country County Inactive? Create?
wrapped by formatting but this is the top row of the spreadsheet
Thanks for your patience.
> I want to be able to choose what data goes in a specific cell. I can't
> manage this by using a delimiter because a comma and tab does too little
[quoted text clipped - 69 lines]
>>
>> Gord Dibben MS Excel MVP
it gets all messy when you have 2 lines which will have different
conversion rules.
Initially add a couple of columns A 1,1,2,2,3,3 ... and B with 1,2,1,2,1,2
...
Now sort all the data on B - deal with the two different formats
Then you can sort back via sort on A,B to get the original data list.
as for the conversion... first change multiple spaces to a unique
character say "!"
Then you can seperate fields on that character.
Space won't work as you have that in the data.

Signature
Steve (3)