Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hyperlink to specific cell/row | Excel Discussion (Misc queries) | |||
Hyperlink button to a specific cell in excel | Excel Discussion (Misc queries) | |||
Hyperlink to specific sheet; workbook saved as html | Excel Worksheet Functions | |||
hyperlink to specific sheet in excel | Excel Worksheet Functions | |||
Hyperlink to specific sheet in Excel Web File | Links and Linking in Excel |