Cut characters from one cell to form a newcell

A

Abay

Hello,

I have a cell that contains an address line, plus a postal code (zip code).
The postal code is 7 characters long and is always at the end of the address
line.

I need to place the postal code in another new cell .. would like to create
a macro to do this and would appreciate any help on this.

Abay
 
G

Guest

You don't really need a macro to do this, unless it's something you do over
and over. Try turning on the macro recorder and recording the actions you
take as a start.

To get the right 7 characters of a cell use this:

=RIGHT(A1,7)

HTH,
Barb Reinhardt
 
A

Abay

Thank you very much for your reply & I will do as you say ... much
appreciated.

Abay
 

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