Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 86
Default Creating a formula with a hyperlink

Is there a way to create a formula to automatically fill in the information
needed for the following hyperlink from an excel worksheet:
http://www.whitepages.com/10001/sear...I2&city_zip=R2

Example: In Cell G2 is someone's first name(John), in Cell I2 is someone's
last name(Smith), and in Cell R2 is their zipcode(75038)=
http://www.whitepages.com/10001/sear...city_zip=75038.
Which I need to do for 1000s of records. Any suggestions?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Creating a formula with a hyperlink

Look at the hyperlink worksheet function in Excel help

--
Regards,
Tom Ogilvy

"cynthia" wrote in message
...
Is there a way to create a formula to automatically fill in the

information
needed for the following hyperlink from an excel worksheet:

http://www.whitepages.com/10001/sear...I2&city_zip=R2

Example: In Cell G2 is someone's first name(John), in Cell I2 is someone's
last name(Smith), and in Cell R2 is their zipcode(75038)=

http://www.whitepages.com/10001/sear...city_zip=75038.
Which I need to do for 1000s of records. Any suggestions?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Creating a formula with a hyperlink


I normally use one cell for the hyperlink some thing like in b11

=concatenate("http://www.whitepages.com/10001/sea...=I2&city_zip=";b10)

and then =Hyperlink(b11;"Hyperlink")

works like a charm exept for the little bug that it oppens a new
explore every time

good luck :)


--
nijunge
------------------------------------------------------------------------
nijunge's Profile: http://www.excelforum.com/member.php...o&userid=26404
View this thread: http://www.excelforum.com/showthread...hreadid=396257

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
Creating a hyperlink Louise New Users to Excel 3 November 4th 09 12:22 AM
Creating a HyperLink Robin Clay Excel Discussion (Misc queries) 1 July 7th 08 12:28 PM
CREATING HYPERLINK IN EXCEL STARFINANCIALGROUP Excel Discussion (Misc queries) 1 January 26th 06 06:29 PM
Creating a hyperlink in column reloanpro Excel Discussion (Misc queries) 10 January 6th 06 05:36 PM
Programatically Creating a Hyperlink Using VB.Net ? eBob.com Excel Programming 1 December 4th 04 03:42 AM


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

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"