ratherbgolfing
New Member
- Joined
- Mar 19, 2010
- Messages
- 10
I am trying to use the following formula to hyperlink to a cell in another workbook.
I am looking up the cell I want to go to using
=ADDRESS(MATCH(A15,[LCIREDFLAGNOTES.xlsx]LCI!$A:$A,0),1,4,1)
Then I want to hyperlink to that cell in that workbook. I have tried alot of different stuff but the one I keep coming back to is
=HYPERLINK("L:\Reports\redflag\lciredflagnotes.xlsx"ADDRESS(MATCH(A15,[LCIREDFLAGNOTES.xlsx]LCI!$A:$A,0),1,4,1)
Which obviously doesn't work. I need to lookup the cell that matches a value and hyperlink to the corresponding cell in the other workbook. Any help would be great.
I am looking up the cell I want to go to using
=ADDRESS(MATCH(A15,[LCIREDFLAGNOTES.xlsx]LCI!$A:$A,0),1,4,1)
Then I want to hyperlink to that cell in that workbook. I have tried alot of different stuff but the one I keep coming back to is
=HYPERLINK("L:\Reports\redflag\lciredflagnotes.xlsx"ADDRESS(MATCH(A15,[LCIREDFLAGNOTES.xlsx]LCI!$A:$A,0),1,4,1)
Which obviously doesn't work. I need to lookup the cell that matches a value and hyperlink to the corresponding cell in the other workbook. Any help would be great.