Modifying a range of cells

J

JimJ

I have an imported spreadsheet that I am incorporating into my online store.
It contains about 4500 records. I made a CSV copy to comply with the web
requirements. Now I want to change the contents of some cells.

Example:
Manufacturer part number may be 110-A. I need to change that to KN-110-A.

In other words, I need to add KN- to @4500 part numbers in a column. The
manufacturer part numbers do not always follow a specific format (numbers
only, no hyphens, letters etc.) I know there is a way to do this easily or
relatively easy, I searched the help files but came up empty. Any help?
 
B

Barb Reinhardt

You can do this with a helper column.

="KN-" & A1

Where A1 is the cell address containing the part number. Or do you want to
do this repeatedly and need a macro?
 
J

JimJ

I think I understand, my mind was simply going in a different direction like
a search and replace function. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top