Thought Id post up my final revision of the formula as it previously kept going to the same owner name when the hyperlink was clicked on in the Sheet1 tab.
Now it knows to go to the owner name with the correct data corresponding with it. Works by looking up all the vlookup/match values in the ref column and moves the cursor to the name in the corresponding column.
=IF(K2>0,HYPERLINK("#'"&B2&"'!G"&MATCH(VLOOKUP(A2,INDIRECT("'"&B2&"'!"&"$A$13:$K$24"),1,FALSE),INDIRECT("'"&B2&"'!"&"A:A"),0),"GO TO OWNER"),"")
for those wanting to use something like this, it is setup to use what ever sheet name you have. Like it my situation, on my work template, I made a vba macro to pull data from numerous sheets and filter and sort on criteria. when looking at the filtered table, if i want to look at a owner in more detail,I can click on the hyperlinked like in the example here and it will take me directly to that owner name in what ever sheet corresponding to. only the hyperlink formula is copied as PasteAll in the filter table to be able to use the hyperlink, the rest of the data is pasted as values only.
All right, thats all i have for this.
Later
Bookmarks