how to add a charater in front of part number

C

chiuinggum

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

Bob Phillips

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)
 
B

Bob Phillips

Sorry, then just use ="'"&A1

--
HTH

Bob Phillips

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