Text to Column

G

Guest

I have a sheet imported from Access. The cell has the following data from the
import...

602 E Church DR
#
Sugar Land, TX 77478-2612

My problem is the '#' symbol brought from the database. If I try to take
that column and convert from 'Text to Column' it cuts out the City & State
information. How can I get rid of the second line that has the '#' in it to
have the third line of data in cell?

Thanks,
 
G

Guest

How about using 'find and replace'? I just did a quick test and went:
- hi-light the whole column of data
- 'edit'....'replace' in the find part I entered # and in replace I just
entered a space.

this got ride of the symbol.
 
G

Guest

I would attack this at the source database level (MS-Access) vs. trying to
correct it in Excel. Export this as a .csv file and see if it leaves the
leading zeros in place. Then, import it into Excel. Or, if you are not doing
it already, use Data Query in Excel to extract the data from the Access
database.

P.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top