ZIP CODE FORMATTING

V

Victor Costello

I HAVE A DATA BASE WITH THE ! ICON REFERENCE ON SOME OF MY ZIP CODE ENTRIES.
IT SAYS THAT "THE NUMBER IN THIS CELL IS FORMATTED AS TEXT OR PRECEDED BY AN
APOSTROPHE." HOW DO I FORMAT THE ZIP CODES SO THAT THEY ARE ALL THE
SAME?SOME ENTRIES DO NOT HAVE THIS DISCLAIMER.

THANKS,
VICTOR
 
R

RagDyeR

Sometimes, simply opening and closing TTC will work.
Try this:

Select the Column with the data, then:

<Data> <TextToColumns> <Finish>
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

I HAVE A DATA BASE WITH THE ! ICON REFERENCE ON SOME OF MY ZIP CODE ENTRIES.
IT SAYS THAT "THE NUMBER IN THIS CELL IS FORMATTED AS TEXT OR PRECEDED BY AN
APOSTROPHE." HOW DO I FORMAT THE ZIP CODES SO THAT THEY ARE ALL THE
SAME?SOME ENTRIES DO NOT HAVE THIS DISCLAIMER.

THANKS,
VICTOR
 
T

Tom Ogilvy

I believe some zipcodes can start with a zero, so they may need to be stored
as text or have a leading '
 
R

RagDyeR

Good point!

So, *perhaps* going the "other" way, and changing everything to Text , might
eliminate the annoying alert message:

<Data> <TextToColumns> <Next> <Next>
Click on "Text", then <Finish>
 
V

Victor Costello

THANKS GUYS FOR YOUR HELP. WORKED GREAT.

RagDyeR said:
Good point!

So, *perhaps* going the "other" way, and changing everything to Text ,
might
eliminate the annoying alert message:

<Data> <TextToColumns> <Next> <Next>
Click on "Text", then <Finish>
--

Regards,

RD
----------------------------------------------------------------------------
-------------------
Please keep all correspondence within the Group, so all may benefit !
----------------------------------------------------------------------------
-------------------

I believe some zipcodes can start with a zero, so they may need to be
stored
as text or have a leading '
 

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