Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I convert column of about 900 web addressesinto hyperlink


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How do I convert column of about 900 web addressesinto hyperlink

I would use another column and fill it with formulas:

=hyperlink(a1)
or
=hyperlink("http://" & a1)

Depending on what the links look like.

Andy Hendry wrote:

--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default How do I convert column of about 900 web addressesinto hyperl

Hi Dave,

Can you elaborate on this? I'm a novice user and am having the same issue.

Many thanks!

Whyvon

"Dave Peterson" wrote:

I would use another column and fill it with formulas:

=hyperlink(a1)
or
=hyperlink("http://" & a1)

Depending on what the links look like.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How do I convert column of about 900 web addressesinto hyperl

If you have
www.microsoft.com
in A1, then put this in B1
=hyperlink("http://" & a1)

You'll end up with a hyperlink in B1 that points at the site in A1.



Why Von wrote:

Hi Dave,

Can you elaborate on this? I'm a novice user and am having the same issue.

Many thanks!

Whyvon

"Dave Peterson" wrote:

I would use another column and fill it with formulas:

=hyperlink(a1)
or
=hyperlink("http://" & a1)

Depending on what the links look like.


--

Dave Peterson
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
search column, hyperlink, offset, substitute, match (omg) nastech Excel Discussion (Misc queries) 13 July 13th 06 10:58 PM
sort excel spreadsheet with hyperlink jannkatt Excel Discussion (Misc queries) 0 June 13th 06 02:39 PM
Column picked randomly with probability relative to number of entr Neil Goldwasser Excel Worksheet Functions 4 May 30th 06 09:55 AM
IF/AND/OR/DATEIF Issue...sorry...long post... EDSTAFF Excel Worksheet Functions 1 November 10th 05 01:28 AM
using the same function to convert a column of numbers guatdoc Excel Worksheet Functions 1 November 9th 05 10:17 AM


All times are GMT +1. The time now is 05:02 AM.

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

About Us

"It's about Microsoft Excel"