Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Hyperlink two sheets in a Excel Workbook

Hi All,
I am trying to hyperlink two sheets on a common field "CODE".
If the user clicks A2 in sheet1 it should go to A2 in sheet2 likewise A450
in sheet1 to A450 in sheet.
There are like 500 records(rows) in sheet1 and 500 records(rows) in sheet2.
Can anyone please help me in writing a macro.
Thanks,
Krishna

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Hyperlink two sheets in a Excel Workbook

=HYPERLINK("#Sheet2!A" & ROW(),"A" & ROW())

This will jump to Sheet2 column A in the same row as Sheet1
--
Gary''s Student - gsnu200745


"Krishna" wrote:

Hi All,
I am trying to hyperlink two sheets on a common field "CODE".
If the user clicks A2 in sheet1 it should go to A2 in sheet2 likewise A450
in sheet1 to A450 in sheet.
There are like 500 records(rows) in sheet1 and 500 records(rows) in sheet2.
Can anyone please help me in writing a macro.
Thanks,
Krishna

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 44
Default Hyperlink two sheets in a Excel Workbook

Gary--

Is your Hyperlink formula to be placed in Sheet1?

If yes, then how does the Hyperlink function relate to the data in
Sheet1? Is the Hyperlink functrion in the same cell as the data?

Steve G

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Hyperlink two sheets in a Excel Workbook

Hi Gary,
I tried this and it is working for me.
=HYPERLINK("#"&CELL("address",INDIRECT("'Sheet2'!C "&MATCH(E2,Sheet2!C:C,0))),INDIRECT("'Sheet2'!C"&M ATCH(E2,Sheet2!C:C,0)))
Thanks,
Krishna.
"Steve G" wrote:

Gary--

Is your Hyperlink formula to be placed in Sheet1?

If yes, then how does the Hyperlink function relate to the data in
Sheet1? Is the Hyperlink functrion in the same cell as the data?

Steve G


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
Using a Hyperlink to send a MS Excel Workbook to Recipient Carmi Excel Discussion (Misc queries) 0 August 27th 07 11:52 AM
hyperlink some 10 sheets in a workbook anil Excel Discussion (Misc queries) 2 March 15th 07 01:19 PM
How to attach an excel workbook to an email using a hyperlink? Wk Excel Discussion (Misc queries) 1 January 20th 06 01:44 AM
Intra-workbook hyperlink: macro/function to return to hyperlink ce marika1981 Excel Discussion (Misc queries) 3 May 6th 05 05:47 AM
How to hyperlink from a workbook to sheets in another workbook? MJOHNSON Excel Worksheet Functions 0 February 17th 05 08:31 PM


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