Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default Is this possible? (Circular reference?)

I'm using Excel 2002. Here's is what I'd like to do...imagine a column of
whole numbers which represent anything...a 5 digit zip code for example. I'd
like a function or formula that I could apply to all the cells in the ZipCode
column. This function would hyperlink to a url which includes the zipcode.
I believe this is called a circular reference. I'd like this automated or
done as effortlessly as possible. Here is how I currently accomplish
this...enter the zip codes into the spreadsheet; go to the url which includes
the zip code in the url path; highlight the url and copy <ctrl-c; create a
hyperlink in the corresponding cell and paste <ctrl-v the url. This is very
cumbersome. That probably isn't very clear but any help would be greatly
appreciated. Thanks, Mike
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default Is this possible? (Circular reference?)

I'm using Excel 2002. Here's is what I'd like to do...imagine a
column of whole numbers which represent anything...a 5 digit zip code
for example. I'd like a function or formula that I could apply to all
the cells in the ZipCode column. This function would hyperlink to a
url which includes the zipcode. I believe this is called a circular
reference. I'd like this automated or done as effortlessly as
possible. Here is how I currently accomplish this...enter the zip
codes into the spreadsheet; go to the url which includes the zip code
in the url path; highlight the url and copy <ctrl-c; create a
hyperlink in the corresponding cell and paste <ctrl-v the url. This
is very cumbersome. That probably isn't very clear but any help would
be greatly appreciated. Thanks, Mike


Here's something a bit easier, but not quite what you asked for.

Suppose column A is a list of zip codes.

In B1, put (for example)
=HYPERLINK("http://www.weather.com/outlook/homeandgarden/garden/tenday/"
&TEXT(A1,"00000"),TEXT(A1,"00000"))
all in one line, of course. Then copy down.

To update the list, change column A. Then you can hide column A and click
on column B.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default Is this possible? (Circular reference?)

I realized this was one way to do it but having duplicate columns isn't very
elegant. Just hoping to see if there was a way to do what I'd like to do.

Thanks, Mike

"MyVeryOwnSelf" wrote:

I'm using Excel 2002. Here's is what I'd like to do...imagine a
column of whole numbers which represent anything...a 5 digit zip code
for example. I'd like a function or formula that I could apply to all
the cells in the ZipCode column. This function would hyperlink to a
url which includes the zipcode. I believe this is called a circular
reference. I'd like this automated or done as effortlessly as
possible. Here is how I currently accomplish this...enter the zip
codes into the spreadsheet; go to the url which includes the zip code
in the url path; highlight the url and copy <ctrl-c; create a
hyperlink in the corresponding cell and paste <ctrl-v the url. This
is very cumbersome. That probably isn't very clear but any help would
be greatly appreciated. Thanks, Mike


Here's something a bit easier, but not quite what you asked for.

Suppose column A is a list of zip codes.

In B1, put (for example)
=HYPERLINK("http://www.weather.com/outlook/homeandgarden/garden/tenday/"
&TEXT(A1,"00000"),TEXT(A1,"00000"))
all in one line, of course. Then copy down.

To update the list, change column A. Then you can hide column A and click
on column B.

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
Circular Reference rsdurant Excel Discussion (Misc queries) 0 May 17th 07 05:36 PM
'circular reference' Rathika Excel Discussion (Misc queries) 2 January 26th 06 04:24 AM
Circular Reference munim Excel Worksheet Functions 15 January 5th 06 08:36 AM
Circular Reference??? bluenoser1946 New Users to Excel 2 September 19th 05 08:57 AM
how to: circular reference Tim Excel Worksheet Functions 0 March 11th 05 12:37 AM


All times are GMT +1. The time now is 08:22 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"