Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Help with a Formula Please


Is there a faster way to hyperlink in excel 2003 other that
Help/Microsoft Excel Help/Create a link between cells in the same
worksheet or workbook

I have (1) workbook with 2 sheets.

If I use column A in sheet 1 to list the following going down the list
like this:
(A1) Apple
(A2) Boy
(A3) Charlie
(A4) Dan
(A5) Ed
(A6) Frank
(A7) Ginger

And in Sheet 2, I have the same names again, but use colums B,C,D,E,and
F for other information (address, phone, fax, email and notes)

Is there a way that I can hyperlink Charlie from Sheet 1 (A3) to
Charlie in sheet 2 (Who may now be (A41) ,*_without_going__*to Sheet 2
to see what cell each contact name (or Charlie) is in ?

Sheet 2 is really a Master Contact list with 3,000 names that will grow
only for 1 year.

Sheet 1 may only have 30 names total that need linked. There will be a
total of about 10-15 sheets with different names, but the idea is to
link the name from any sheet to the master list of Sheet 2


Tracy


--
mbqc
------------------------------------------------------------------------
mbqc's Profile: http://www.excelforum.com/member.php...o&userid=34207
View this thread: http://www.excelforum.com/showthread...hreadid=574395

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,089
Default Help with a Formula Please

Sounds like you should be looking at VLOOKUP

Something like:

=VLOOKUP(A1,Sheet2!A:F,2,FALSE)

Would use the value in cell A1 to lookup the table in Sheet2, columns A to
F, and return the matching entry from the second (2) column, column B ...
which I guess is the Address.

Regards

Trevor


"mbqc" wrote in message
...

Is there a faster way to hyperlink in excel 2003 other that
Help/Microsoft Excel Help/Create a link between cells in the same
worksheet or workbook

I have (1) workbook with 2 sheets.

If I use column A in sheet 1 to list the following going down the list
like this:
(A1) Apple
(A2) Boy
(A3) Charlie
(A4) Dan
(A5) Ed
(A6) Frank
(A7) Ginger

And in Sheet 2, I have the same names again, but use colums B,C,D,E,and
F for other information (address, phone, fax, email and notes)

Is there a way that I can hyperlink Charlie from Sheet 1 (A3) to
Charlie in sheet 2 (Who may now be (A41) ,*_without_going__*to Sheet 2
to see what cell each contact name (or Charlie) is in ?

Sheet 2 is really a Master Contact list with 3,000 names that will grow
only for 1 year.

Sheet 1 may only have 30 names total that need linked. There will be a
total of about 10-15 sheets with different names, but the idea is to
link the name from any sheet to the master list of Sheet 2


Tracy


--
mbqc
------------------------------------------------------------------------
mbqc's Profile:
http://www.excelforum.com/member.php...o&userid=34207
View this thread: http://www.excelforum.com/showthread...hreadid=574395



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Help with a Formula Please

Try:

=HYPERLINK("[Book1]Sheet2!A" & MATCH(A2,Sheet2!A1:A100,0))

Change "Book1" to your w/book name

HTH

"mbqc" wrote:


Is there a faster way to hyperlink in excel 2003 other that
Help/Microsoft Excel Help/Create a link between cells in the same
worksheet or workbook

I have (1) workbook with 2 sheets.

If I use column A in sheet 1 to list the following going down the list
like this:
(A1) Apple
(A2) Boy
(A3) Charlie
(A4) Dan
(A5) Ed
(A6) Frank
(A7) Ginger

And in Sheet 2, I have the same names again, but use colums B,C,D,E,and
F for other information (address, phone, fax, email and notes)

Is there a way that I can hyperlink Charlie from Sheet 1 (A3) to
Charlie in sheet 2 (Who may now be (A41) ,*_without_going__*to Sheet 2
to see what cell each contact name (or Charlie) is in ?

Sheet 2 is really a Master Contact list with 3,000 names that will grow
only for 1 year.

Sheet 1 may only have 30 names total that need linked. There will be a
total of about 10-15 sheets with different names, but the idea is to
link the name from any sheet to the master list of Sheet 2


Tracy


--
mbqc
------------------------------------------------------------------------
mbqc's Profile: http://www.excelforum.com/member.php...o&userid=34207
View this thread: http://www.excelforum.com/showthread...hreadid=574395


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Help with a Formula Please


I renamed my book to "test" and then entered =HYPERLINK("[test]Sheet2!A"
& MATCH(A2,Sheet2!A1:A100,0)) into cell A1 on Sheet 1

Lost the name Apple and gained a hyperlink.
Typed back into cell A1 the word Apple and it was a hyperlink that gave
me this error "Cannot open the specified file"

Hmmm








Toppers Wrote:
Try:

=HYPERLINK("[Book1]Sheet2!A" & MATCH(A2,Sheet2!A1:A100,0))

Change "Book1" to your w/book name

HTH

"mbqc" wrote:


Is there a faster way to hyperlink in excel 2003 other that
Help/Microsoft Excel Help/Create a link between cells in the same
worksheet or workbook

I have (1) workbook with 2 sheets.

If I use column A in sheet 1 to list the following going down the

list
like this:
(A1) Apple
(A2) Boy
(A3) Charlie
(A4) Dan
(A5) Ed
(A6) Frank
(A7) Ginger

And in Sheet 2, I have the same names again, but use colums

B,C,D,E,and
F for other information (address, phone, fax, email and notes)

Is there a way that I can hyperlink Charlie from Sheet 1 (A3) to
Charlie in sheet 2 (Who may now be (A41) ,*_without_going__*to Sheet

2
to see what cell each contact name (or Charlie) is in ?

Sheet 2 is really a Master Contact list with 3,000 names that will

grow
only for 1 year.

Sheet 1 may only have 30 names total that need linked. There will be

a
total of about 10-15 sheets with different names, but the idea is to
link the name from any sheet to the master list of Sheet 2


Tracy


--
mbqc

------------------------------------------------------------------------
mbqc's Profile:

http://www.excelforum.com/member.php...o&userid=34207
View this thread:

http://www.excelforum.com/showthread...hreadid=574395




--
mbqc
------------------------------------------------------------------------
mbqc's Profile: http://www.excelforum.com/member.php...o&userid=34207
View this thread: http://www.excelforum.com/showthread...hreadid=574395

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Help with a Formula Please

How about:

=HYPERLINK("#'sheet 2'!A"&MATCH(A1,'Sheet 2'!A:A,0),"Click me")

Note the apostrophes surrounding the worksheet's name. I'm not sure you'll need
them, but they won't hurt.



mbqc wrote:

Is there a faster way to hyperlink in excel 2003 other that
Help/Microsoft Excel Help/Create a link between cells in the same
worksheet or workbook

I have (1) workbook with 2 sheets.

If I use column A in sheet 1 to list the following going down the list
like this:
(A1) Apple
(A2) Boy
(A3) Charlie
(A4) Dan
(A5) Ed
(A6) Frank
(A7) Ginger

And in Sheet 2, I have the same names again, but use colums B,C,D,E,and
F for other information (address, phone, fax, email and notes)

Is there a way that I can hyperlink Charlie from Sheet 1 (A3) to
Charlie in sheet 2 (Who may now be (A41) ,*_without_going__*to Sheet 2
to see what cell each contact name (or Charlie) is in ?

Sheet 2 is really a Master Contact list with 3,000 names that will grow
only for 1 year.

Sheet 1 may only have 30 names total that need linked. There will be a
total of about 10-15 sheets with different names, but the idea is to
link the name from any sheet to the master list of Sheet 2

Tracy

--
mbqc
------------------------------------------------------------------------
mbqc's Profile: http://www.excelforum.com/member.php...o&userid=34207
View this thread: http://www.excelforum.com/showthread...hreadid=574395


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Help with a Formula Please


When I place the string
=HYPERLINK("#'sheet 2'!A"&MATCH(A1,'Sheet 2'!A:A,0),"Click me")
Into Cell A1 on Sheet 1 it overwrites the name Apple and when I paste
and hit enter I get a pop up window titled "Update Values: Sheet2"

Ideas?


--
mbqc
------------------------------------------------------------------------
mbqc's Profile: http://www.excelforum.com/member.php...o&userid=34207
View this thread: http://www.excelforum.com/showthread...hreadid=574395

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Help with a Formula Please

Put this in B1 -- not A1. The formula uses the value in A1 to create the
hyperlink.

And change 'Sheet 2' to match the name of the sheet that you want to jump to.

In one of your messages, you used "sheet 2". I thought that this was the name
of the sheet.



mbqc wrote:

When I place the string
=HYPERLINK("#'sheet 2'!A"&MATCH(A1,'Sheet 2'!A:A,0),"Click me")
Into Cell A1 on Sheet 1 it overwrites the name Apple and when I paste
and hit enter I get a pop up window titled "Update Values: Sheet2"

Ideas?

--
mbqc
------------------------------------------------------------------------
mbqc's Profile: http://www.excelforum.com/member.php...o&userid=34207
View this thread: http://www.excelforum.com/showthread...hreadid=574395


--

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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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

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"