• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Prefixing numerics with an Alpha code

Safequip

Member
I have a supplier price manual (3000 plus rows)with product numeric codes ie 12345, my own internal codes should begin with an abbreviated 3 digit alpha code ie ABC12345 does anyone know how I can change this without having to do each individually? As always your help is appreciated.
 
Add a new Column say B

="ABC"&A2

Copy down

Copy/Paste Column b as values over itself

Delete Column A
 
Back
Top