View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default how to add a charater in front of part number

use another column with a formula of

="3100"&A1

copy it down, the copy and Paste values and remove the old column A.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"chiuinggum" wrote in message
...
I have a list of part number and the part number starts with 310xxxx.
How can I add " to make it "310xxxx?