View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default I need to add 3 letters into each cell at the begn./Cell has #'s

You can use a formula like the following in another, blank, column:

="XYZ"&A1

where "XYZ" are the letter you want to prepend to the cell value. Copy this
formula down as far as you need to go. If want to permanently change
original value, you can copy the formula range and Paste Special, Value,
from the Edit menu to paste the values on top of the original data. Then you
can delete formula column.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)

"Sharon R" wrote in message
...
I have a column of #'s, I need to add 3 letters in each cell before the
#'s.
Is there a formula for this, so I wouldn't have to retype all the #'s?