filling information in cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to make a file for my web designer. I have inventory numbers and
need to put a path infront of the inventory numbers and .jpg on the end. But
I can't figure out how to put that information in without having to paste
each row (once for the beginning information and once for the .jpg) and we
have over 10,000 products. Is there anyway to do this automatically or in
bulk
for instance. *** just an example *** the column going down now is 1 2 3 4 5
need to put have it as such: http://www.needhelp.com/images/1.jpg

so I need help so I don't spend all day pasting.
thanks so much
Brenda
 
Paul,
Goodness, I am an idiot.. I dont' use excel often for my business so I
appreciate the answer but not sure what it means. Do I need to make some
type of formula, as I have never done that before.
Brenda
 
Assuming your inventory numbers are in column A

In column B type http://www.needhelp.com/images/ <-- Copy this down the
length of your list

In column c type .jpg <-- Copy this down the length of your list

In column d type =CONCATENATE(B1,A1,C1) <--- Copy this down the length of
your list

Highlight column D | Ctrl+C

Highlight column E | Edit | Paste special | Values

Delete columns B, C and D

I'm sure there's a shorter way to do this but it works well for me.

Cheers!

Pamela :)
 

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

Back
Top