Insert value from another cell AND text

  • Thread starter Thread starter calibansfolly
  • Start date Start date
C

calibansfolly

I have a list of several hundred zip codes in column A. I want to
insert text around them- before and after. It's the exact same text
for each cell. Anyone have an idea how this might work?
 
You could use a formula in a different column.

Example: In B1:

="text" & A1 & "text"

Then copy this formula down as needed.

HTH,
Paul
 
="text" & cellref & "text" entered in B1 and copied down.


Gord Dibben MS Excel MVP
 
I have a list of several hundred zip codes in column A. I want to
insert text around them- before and after. It's the exact same text
for each cell. Anyone have an idea how this might work?

You could custom format your column with this...

"Front Text "00000" Back Text"

Rick
 

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

Back
Top