Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Hyperlink to a cell, in a different sheet, that cointains a specific taxt

Hi,

I need to create a hyperlink from a sheet to another, that must check
if a text appears in a collumn of the 2nd sheet, and if it does it
must cretate the link to where that text appears.

Anyone can help

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 38
Default Hyperlink to a cell, in a different sheet, that cointains a specific taxt

actually, you want excel to find specific text in column?
did you try with find or search function?


wrote in message
oups.com...
Hi,

I need to create a hyperlink from a sheet to another, that must check
if a text appears in a collumn of the 2nd sheet, and if it does it
must cretate the link to where that text appears.

Anyone can help



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Hyperlink to a cell, in a different sheet, that cointains a specific taxt

I put 12 names in A1:A12 of Sheet2. On Sheet1 I used A1 to enter a
name, and put this formula in B1:

=IF(ISERROR(MATCH(A1,Sheet2!A$1:A$12,0)),"",HYPERL INK("[Book1]Sheet2!
A"&MATCH(A1,Sheet2!A$1:A$12,0),"Click to go there"))

I hadn't saved the file so its name was still Book1.

Type a name in A1 and if it is not present in the list on the other
sheet you will get a blank in B1. If it is present, though, you will
see the message "Click to go there". Click on this cell and you will
be taken to the appropriate name in Sheet2.

Hope this helps.

Pete


On Mar 16, 3:53 pm, wrote:
Hi,

I need to create a hyperlink from a sheet to another, that must check
if a text appears in a collumn of the 2nd sheet, and if it does it
must cretate the link to where that text appears.

Anyone can help



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
hyperlink to specific cell/row trav Excel Discussion (Misc queries) 5 March 10th 06 06:26 PM
Hyperlink button to a specific cell in excel JayWes Excel Discussion (Misc queries) 1 July 21st 05 11:21 PM
Hyperlink to specific sheet; workbook saved as html Bawn Excel Worksheet Functions 0 January 5th 05 01:31 PM
hyperlink to specific sheet in excel mango Excel Worksheet Functions 1 December 9th 04 11:17 AM
Hyperlink to specific sheet in Excel Web File jd17 Links and Linking in Excel 0 December 8th 04 09:03 PM


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