Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Links / July 2004

Tip: Looking for answers? Try searching our database.

Re. Internet links

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Candyman - 06 Jul 2004 18:44 GMT
Hi!

Sorry if this is been seen twice by some people - I did
not see this option for links!!

I have been given a database of names, addresses and
website addresses in an Excel spreadsheet. The website
addresses do not appear as a hyperlink. Is there anyway
to Format that row to make all of the addresses appear as
links that I can click on that will then just direct my
browser to that website. This works fine if I input data
from scratch with www as a prefix but not with existing
data.
I am using Office 2003 on Win XP Home.
Please Help as the database is quite considerably large
and business-critical.
Best Wishes
Andy
.
sebastienm - 17 Jul 2004 01:47 GMT
Hi,

You can use the HYPERLINK() function:
    HYPERLINK( web_address , text_to_be_displayed )

Say your web addresses are in column A starting in A2
In B2, enter the formula: =HYPERLINK(A2,A2)
Fill down along the data.
Signature

Regards,
Sébastien

David McRitchie - 17 Jul 2004 03:26 GMT
A suggestion for your formula,
since you are already showing the URL in cell A2,  you can
simply show  something like  [x]  or [link]  in your cell with the Hyperlink formula.

   =HYPERLINK(A2,"[link]")
or possibly like
   =HYPERLINK("http://" & A2, "[x]")
---
HTH,
David McRitchie, Microsoft MVP - Excel    [site changed  Nov. 2001]
My Excel Pages:  http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page:        http://www.mvps.org/dmcritchie/excel/search.htm

> Hi,
>
[quoted text clipped - 4 lines]
> In B2, enter the formula: =HYPERLINK(A2,A2)
> Fill down along the data.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.