parseing out City, State ??

P

paul

I have a file like this

Name Address City State ZIP
Zimmer 221 W 10 ATLANTA, GA 11111

So the CITY field contains both the City and a comma, state

How can I easily go through my 5,000 records and move the State to the
actual STATE field in excel?

thanks
 
C

Cimjet

Hi Paul
Presuming your City Column is "B" starting at Row 5 type =RIGHT(B5,2) in"C"
Column.
Regards
Cimjet
 
G

Gary''s Student

Say Column C contains:

ATLANTA, GA

Select the column and pull-down:

Data > Text to columns... > delimited by comma
 
C

cht13er

I have a file like this

Name     Address     City                     State      ZIP
Zimmer  221 W 10    ATLANTA, GA                   11111

So the CITY field contains both the City and a comma, state

How can I easily go through my 5,000 records and move the State to the
actual STATE field in excel?

thanks



Add a column, then select the column.
Data -> Text to Columns -> Delimited -> comma is your delimiter.

Cheers

Chris
 

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