M
Michael
Hello all,
I need a way to make a hyperlink to a cell in another worksheet where i
don't know the cell reference. I'll explain it more clearly...
At the moment i have =VLOOKUP(C6,Brother!A18:C25,2) which returns a text
string. After this i want to be able to click on the cell (where the text
string is displayed) and for it to 'jump' to the cell where it got this
information.
So far i can find heaps of functions that will search for the information in
a cell but i can't find one that will give me an output of the cell
reference. I'm sure there must be one that i have over looked.
Thanks
p.s was told to try: =HYPERLINK("#'Brother'!B" &
MATCH(C6,Brother!A18:A25),VLOOKUP(C6,Brother!A18:C25,2))
But this didn't work becuase it stoped returning a search result.
I need a way to make a hyperlink to a cell in another worksheet where i
don't know the cell reference. I'll explain it more clearly...
At the moment i have =VLOOKUP(C6,Brother!A18:C25,2) which returns a text
string. After this i want to be able to click on the cell (where the text
string is displayed) and for it to 'jump' to the cell where it got this
information.
So far i can find heaps of functions that will search for the information in
a cell but i can't find one that will give me an output of the cell
reference. I'm sure there must be one that i have over looked.
Thanks
p.s was told to try: =HYPERLINK("#'Brother'!B" &
MATCH(C6,Brother!A18:A25),VLOOKUP(C6,Brother!A18:C25,2))
But this didn't work becuase it stoped returning a search result.