G Guest Jun 12, 2006 #1 I have a list of part number and the part number starts with 310xxxx. How can I add " to make it "310xxxx?
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 Jun 12, 2006 #2 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)
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 Jun 12, 2006 #5 Sorry, then just use ="'"&A1 -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)
Sorry, then just use ="'"&A1 -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)