View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default adding * to text to column

="*"&A1&"*"

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Jeff" wrote in message
...
I have a large column of numbers in the format of 111111-11. All the
numbers
are random, but they are always six numbers, dash, then two more numbers.
Occasionally the first number will be the letter 't'. Anyway, I need to
add
an * to the beginning and the end to this column. The reason is to
convert
these numbers to a bar code with a bar code font, there has to be an *
before
and after the text that is being converted to bar code. The idea is
simple,
just adding an *, but in practice, I'm having a hard time.

Thanks