Please Note: This article is written for users of the following Microsoft Excel versions: 97, 2000, 2002, and 2003. If you are using a later version (Excel 2007 or later), this tip may not work for you. For a version of this tip written specifically for later versions of Excel, click here: Dynamic Hyperlinks in Excel.
Written by Allen Wyatt (last updated April 12, 2021)
This tip applies to Excel 97, 2000, 2002, and 2003
You can create dynamic hyperlinks in Excel that act like HTML forms without having to know much at all about HTML. These hyperlinks can come in handy when using Excel as an interface to the Internet or to an internal Web.
As an example, let's create a Google search form. First, drop by Google.com and do a search for the keyword "Excel." Then, take a look at the URL in your browser's address bar. It may look something like this:
http://www.google.com/search?hl=en&q=Excel&lr=lang_en
Of course, what you see in the address bar could be even longer, depending on what server you end up accessing at Google:
http://www.google.com/#hl=en&sugexp=ldymls&xhr=t&q=Excel&cp=4 &pf=p&sclient=psy&site=&source=hp&aq=0&aqi=&aql=&oq=Exce&pbx=1 &bav=on.2,or.r_gc.r_pw.&fp=e28a97840bb57e9&biw=1311&bih=692
Regardless of the format shown in the address bar, if you study what you see, you'll start to recognize patterns. The parameters following either the question mark (?) or the hash mark (#) are the name-value pairs submitted by the HTML form. But, you don't need to know a whole lot about that. In this case, the main thing to consider is the search term, where "q" is the name of the parameter and "Excel" is the value.
Using the HYPERLINK function along with the CONCATENATE function (or just the ampersand, &), you can easily assemble a link and create a dynamic form using cells as fields. Just follow these two quick steps:
=HYPERLINK("http://www.google.com/search?q="&B3&"&safe=active","Search Google")
Now you have your own simple HTML form inside of Excel. You can create much longer hyperlinks and include multiple cell references, but there is a limit in Excel to how long the hyperlink can be (about 248 characters). To use the form, just enter your keywords into cell B3 and click on the hyperlink in cell B4. That's it!
Creating a form to access Google is just a simplistic example. The interesting applications are when you can assemble hyperlinks from the results of calculations, string manipulation, IF statements, combo boxes, or the other form fields available in Excel.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2445) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) here: Dynamic Hyperlinks in Excel.
Excel Smarts for Beginners! Featuring the friendly and trusted For Dummies style, this popular guide shows beginners how to get up and running with Excel while also helping more experienced users get comfortable with the newest features. Check out Excel 2013 For Dummies today!
You can store all sorts of information in a worksheet, including Web addresses. If you want to open those addresses in a ...
Discover MoreNeed to get rid of all the hyperlinks in a worksheet? It's easy when you use this single-line macro.
Discover MoreDoes it bother you when you enter a URL and it becomes "active" as soon as you press Enter? Here's how you can turn off ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2017-08-02 04:30:16
Dipanjana
Hello,
I have a question.
So the formula you've given works great; my only problem now is, what do I do when I have to reference a cell in another worsksheet? How does the formula change?
For example, the formula now is:
=HYPERLINK("http://www.google.com/search?q="&B3&"&safe=active","Search Google")
If I have to get the search parameter' s value from another worksheet, would q=" 'Anotherworsksheet!'&B3&" work?
It's not working for me; could you explain to me where I'm going wrong?
Thanks a lot!
2017-03-18 18:07:19
Andrew Jones
Hi Allen,
Thanks for the article. I can now see how I can create hyperlinks straight of excel to sites. Is it possible to create a hyperlink to a website off a chart element? Say, a label? This would be very useful for me.
Thanks,
Andrew
2017-01-28 15:21:46
daniel
Okay, got that. Thanks.
Now, it won't evaluate. That is, go to the website, retrieve the information and display it in the cell. It just shows the URL; if I click it a new tab opens in my browser.
2016-12-13 10:51:17
Gus
This worked great for me. I made a list of online stores to search for the keyword I enter in B3. However; some of the sites I would like to include use secondary search windows with no discernible URL. And then there are encoded sites that use
search.php?encode=
followed by a lot of gibberish. Is there any way around these obstacles without getting all into VB?
Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments