Home » Category » Microsoft Excel

Microsoft Excel: zip code

205| Wed, 04 Jun 2008 20:02:00 GMT| anonymous| Comments (2)
frank -- your message was unavailable...do you have any answer to the zip code question

Keywords & Tags: zip, code, microsoft, excel

URL: http://www.developertags.com/microsoft-excel/495067/
 
«« Prev - Next »» 2 helpful answers below.
Probably the easiest way would be to use "TextToColumns", but since you
didn't post the exact format of your data, its difficult to suggest how you
could use this function.

However, since you state that the *last* five digits are the zip, enter this
in the next column and drag down to copy:
Assume data in column A:

=RIGHT(A1,5)
--

HTH,

RD
==============================================Please keep all correspondence within the Group, so all may benefit!
==============================================
"chuck" <anonymous...discussions.microsoft.com> wrote in message
news:1451c01c3f8aa$d314cb70$a401280a...phx.gbl...
frank -- your message was unavailable...do you have any
answer to the zip code question

ragdyer | Wed, 04 Jun 2008 20:03:00 GMT |

There is a problem with the Microsoft newsgroup interface.
Until it is fixed, you can search for replies to your
messages in the Google archive:

http://groups.google.com/advanced_group_search?
as_ugroup=*excel*

The answer Frank gave was:
'===========================Hi
is the ZIP Code is always the last 5 characters of a cell
enter the following formula in column B
=RIGHT(A1,5)
and copy this down
Now sort with this helper column
'===========================
>--Original Message--
>frank -- your message was unavailable...do you have any
>answer to the zip code question
>.
>

debra | Wed, 04 Jun 2008 20:04:00 GMT |

Microsoft Excel Hot Answers

Microsoft Excel New questions

Microsoft Excel Related Categories