Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Adding Multiple Hyperlinks to Excel

I have 1315 rows in Excel. They are B2 through B1315

I have a DIFFERENT weblink in each row and I need to make them all a
hyperlink. I don't want to have to do this one by one. Does anybody
know a way to do them all at the same time? Please simplify
instructions.

Thank you
Vince

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Adding Multiple Hyperlinks to Excel

if they don't have to be in column B

in C2
=Hyperlink(B2,b2)

then drag fill down

--
Regards,
Tom Ogilvy

" wrote:

I have 1315 rows in Excel. They are B2 through B1315

I have a DIFFERENT weblink in each row and I need to make them all a
hyperlink. I don't want to have to do this one by one. Does anybody
know a way to do them all at the same time? Please simplify
instructions.

Thank you
Vince


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Adding Multiple Hyperlinks to Excel

Put something like this in C2 and drag down:

=hyperlink(b2,b2)
or
=hyperlink("http://" & b2, b2)


wrote:

I have 1315 rows in Excel. They are B2 through B1315

I have a DIFFERENT weblink in each row and I need to make them all a
hyperlink. I don't want to have to do this one by one. Does anybody
know a way to do them all at the same time? Please simplify
instructions.

Thank you
Vince


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,069
Default Adding Multiple Hyperlinks to Excel

If your weblinks are written correctly like www.google.co.uk you can change
them First make sure the auto correct for web links, check
toolsautocorrectauto format as you typecheck internet and network paths.
type in a web address in a cell like www.google.co.uk (should change to a
hyperlink), copy this cell and then select your row or column and paste
specialformat.
--
John
MOS Master Instructor Office 2000, 2002 & 2003
Please reply & rate any replies you get

Ice Hockey rules (especially the Wightlink Raiders)


" wrote:

I have 1315 rows in Excel. They are B2 through B1315

I have a DIFFERENT weblink in each row and I need to make them all a
hyperlink. I don't want to have to do this one by one. Does anybody
know a way to do them all at the same time? Please simplify
instructions.

Thank you
Vince


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 quickly create multiple hyperlinks in excel wendy Excel Discussion (Misc queries) 1 August 7th 09 11:48 PM
Execute Multiple Hyperlinks in Excel Biocellguy Excel Worksheet Functions 0 January 8th 09 08:41 PM
multiple Hyperlinks one Excel cell? Jody Excel Worksheet Functions 4 May 20th 08 11:35 PM
Activate hyperlinks in multiple Excel cells? cmcc19 Excel Worksheet Functions 0 January 31st 07 04:06 PM
how do I set up multiple (3,000) hyperlinks in excel quickly? basu Excel Worksheet Functions 3 December 13th 05 08:13 PM


All times are GMT +1. The time now is 11:09 AM.

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"