Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
BrendaB22
 
Posts: n/a
Default filling information in cells

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
  #2   Report Post  
PCLIVE
 
Posts: n/a
Default filling information in cells

One way,

="http://www.needhelp.com/images/" & A1 & ".jpg"

If you want it to be an active hyperlink, then:

=HYPERLINK("http://www.needhelp.com/images/" & A1 & ".jpg")

Regards,
Paul


"BrendaB22" wrote in message
...
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



  #3   Report Post  
BrendaB22
 
Posts: n/a
Default filling information in cells

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

"PCLIVE" wrote:

One way,

="http://www.needhelp.com/images/" & A1 & ".jpg"

If you want it to be an active hyperlink, then:

=HYPERLINK("http://www.needhelp.com/images/" & A1 & ".jpg")

Regards,
Paul


"BrendaB22" wrote in message
...
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




  #4   Report Post  
pameluh
 
Posts: n/a
Default filling information in cells

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

"BrendaB22" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HOW DO I HAVE A CELL DISPLAY INFORMATION BASED ON 2 OTHER CELLS CC Excel Worksheet Functions 1 August 12th 05 05:34 AM
automatic filling in cells in excel CA user Excel Worksheet Functions 2 July 17th 05 03:06 AM
requires that merged cells must be identically sized? Catt Excel Discussion (Misc queries) 11 July 3rd 05 12:36 PM
Filling Blank Cells Pankaj Excel Discussion (Misc queries) 3 June 2nd 05 08:54 PM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM


All times are GMT +1. The time now is 04:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"